#75B716

Color #75B716 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #75B716

Tints of Christi #75B716

Color information

#75B716 (or 0x75B716) is unknown color: approx Christi. HEX triplet: 75, B7 and 16. RGB value is (117,183,22). Sum of RGB (Red+Green+Blue) = 117+183+22=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #75B716 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B716 is #8A48E9. Grayscale: #919191. Windows color (decimal): -9062634 or 1488757. OLE color: 1488757.

HSL color Cylindrical-coordinate representation of color #75B716: hue angle of 84.6º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75B716 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB11718322-
CMYK0.3600.880.28
HSL84.6º78.54%40.2%-
HSV(B)84.6º87.98%71.76%-
XYZ24.4137.716.75-
YUV144.9158.63108.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 183 (71.88% from 255) = 56.83%
BLUE value IS 22 (8.98% from 255) = 6.83%
R=36.34%
G=56.83%
B=6.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117183220.3600.880.2884.678.5440.2
Hex75B716240581C554f28
Octal165267264401303412511750
Binary11101011011011110110100100010110001110010101011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B716; }

 p { color: rgb(117,183,22); }

 H1.HeaderClassName
 {
   color: #75B716;
 }
 .AnyTagClassName
 {
   color: #75B716;
 }
</style>
background-color css

<style>
 a { background-color: #75B716; }

 a { background-color: rgb(117,183,22); }

 div.DivClassName
 {
   background-color: #75B716;
 }
 .BgClassName
 {
   background-color: #75B716;
 }
</style>
border-color css

<style>
 span { border-color: #75B716; }

 span { border-color: rgb(117,183,22); }

 td.TdClassName
 {
   border-color: #75B716;
 }
 .TagClassName
 {
   border-color: #75B716;
 }
</style>