Shades of Olivine #99CC72
Tints of Olivine #99CC72
RGB
CMYK
RGB Variations
Color information
#99CC72 (or 0x99CC72) is known color: Olivine. HEX triplet: 99, CC and 72. RGB value is (153,204,114). Sum of RGB (Red+Green+Blue) = 153+204+114=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC72 is #66338D. Grayscale: #B2B2B2. Windows color (decimal): -6697870 or 7523481. OLE color: 7523481.
HSL color Cylindrical-coordinate representation of color #99CC72: hue angle of 94º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99CC72 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 114 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.2 |
| HSL | 94º | 0.47% | 0.62% | - |
| HSV(B) | 94º | 0.44% | 0.8% | - |
| XYZ | 37.77 | 51.17 | 23.81 | - |
| YUV | 178.49 | 91.6 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 114 | 0.25 | 0 | 0.44 | 0.2 | 94 | 0.47 | 0.62 |
| Hex | 99 | CC | 72 | 19 | 0 | 2C | 14 | 5E | 2F | 3E |
| Octal | 231 | 314 | 162 | 31 | 0 | 54 | 24 | 136 | 57 | 76 |
| Binary | 10011001 | 11001100 | 1110010 | 11001 | 0 | 101100 | 10100 | 1011110 | 101111 | 111110 |
Color Harmonies of #99CC72
Complementary color
Monochromatic Colors of #99CC72
Black with #99CC72
Text Example
Text Example
White with #99CC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CC72; }
p { color: rgb(153,204,114); }
H1.HeaderClassName
{
color: #99CC72;
}
.AnyTagClassName
{
color: #99CC72;
}
</style>
background-color css
<style>
a { background-color: #99CC72; }
a { background-color: rgb(153,204,114); }
div.DivClassName
{
background-color: #99CC72;
}
.BgClassName
{
background-color: #99CC72;
}
</style>
border-color css
<style>
span { border-color: #99CC72; }
span { border-color: rgb(153,204,114); }
td.TdClassName
{
border-color: #99CC72;
}
.TagClassName
{
border-color: #99CC72;
}
</style>