#99C077

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

Shades of Olivine #99C077

Tints of Olivine #99C077

Color information

#99C077 (or 0x99C077) is unknown color: approx Olivine. HEX triplet: 99, C0 and 77. RGB value is (153,192,119). Sum of RGB (Red+Green+Blue) = 153+192+119=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #99C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C077 is #663F88. Grayscale: #ACACAC. Windows color (decimal): -6700937 or 7848089. OLE color: 7848089.

HSL color Cylindrical-coordinate representation of color #99C077: hue angle of 92.05º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99C077 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB153192119-
CMYK0.2000.380.25
HSL92.05º36.68%60.98%-
HSV(B)92.05º38.02%75.29%-
XYZ35.3245.824.43-
YUV172.0298.08114.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.97%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=32.97%
G=41.38%
B=25.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531921190.2000.380.2592.0536.6860.98
Hex99C07714026195c253d
Octal23130016724046311344575
Binary10011001110000001110111101000100110110011011100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,192,119); }

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

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

 a { background-color: rgb(153,192,119); }

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

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

 span { border-color: rgb(153,192,119); }

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