Shades of Olivine #99C272
Tints of Olivine #99C272
RGB
CMYK
RGB Variations
Color information
#99C272 (or 0x99C272) is known color: Olivine. HEX triplet: 99, C2 and 72. RGB value is (153,194,114). Sum of RGB (Red+Green+Blue) = 153+194+114=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #99C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C272 is #663D8D. Grayscale: #ACACAC. Windows color (decimal): -6700430 or 7520921. OLE color: 7520921.
HSL color Cylindrical-coordinate representation of color #99C272: hue angle of 90.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99C272 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 114 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.24 |
| HSL | 90.75º | 0.4% | 0.6% | - |
| HSV(B) | 90.75º | 0.41% | 0.76% | - |
| XYZ | 35.47 | 46.57 | 23.04 | - |
| YUV | 172.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 114 | 0.21 | 0 | 0.41 | 0.24 | 90.75 | 0.4 | 0.6 |
| Hex | 99 | C2 | 72 | 15 | 0 | 29 | 18 | 5B | 28 | 3C |
| Octal | 231 | 302 | 162 | 25 | 0 | 51 | 30 | 133 | 50 | 74 |
| Binary | 10011001 | 11000010 | 1110010 | 10101 | 0 | 101001 | 11000 | 1011011 | 101000 | 111100 |
Color Harmonies of #99C272
Complementary color
Monochromatic Colors of #99C272
Black with #99C272
Text Example
Text Example
White with #99C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C272; }
p { color: rgb(153,194,114); }
H1.HeaderClassName
{
color: #99C272;
}
.AnyTagClassName
{
color: #99C272;
}
</style>
background-color css
<style>
a { background-color: #99C272; }
a { background-color: rgb(153,194,114); }
div.DivClassName
{
background-color: #99C272;
}
.BgClassName
{
background-color: #99C272;
}
</style>
border-color css
<style>
span { border-color: #99C272; }
span { border-color: rgb(153,194,114); }
td.TdClassName
{
border-color: #99C272;
}
.TagClassName
{
border-color: #99C272;
}
</style>