#99C576

Color #99C576 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #99C576

Tints of Olivine #99C576

Color information

#99C576 (or 0x99C576) is unknown color: approx Olivine. HEX triplet: 99, C5 and 76. RGB value is (153,197,118). Sum of RGB (Red+Green+Blue) = 153+197+118=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #99C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C576 is #663A89. Grayscale: #AFAFAF. Windows color (decimal): -6699658 or 7783833. OLE color: 7783833.

HSL color Cylindrical-coordinate representation of color #99C576: hue angle of 93.42º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99C576 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB153197118-
CMYK0.2200.400.23
HSL93.42º40.51%61.76%-
HSV(B)93.42º40.1%77.25%-
XYZ36.3748.0124.49-
YUV174.8495.92112.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 197 (77.34% from 255) = 42.09%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=32.69%
G=42.09%
B=25.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531971180.2200.400.2393.4240.5161.76
Hex99C57616028175d293e
Octal23130516626050271355176
Binary10011001110001011110110101100101000101111011101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C576; }

 p { color: rgb(153,197,118); }

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

<style>
 a { background-color: #99C576; }

 a { background-color: rgb(153,197,118); }

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

<style>
 span { border-color: #99C576; }

 span { border-color: rgb(153,197,118); }

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