Shades of Olivine #99C372
Tints of Olivine #99C372
RGB
CMYK
RGB Variations
Color information
#99C372 (or 0x99C372) is known color: Olivine. HEX triplet: 99, C3 and 72. RGB value is (153,195,114). Sum of RGB (Red+Green+Blue) = 153+195+114=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #99C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C372 is #663C8D. Grayscale: #ADADAD. Windows color (decimal): -6700174 or 7521177. OLE color: 7521177.
HSL color Cylindrical-coordinate representation of color #99C372: hue angle of 91.11º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99C372 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 114 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.24 |
| HSL | 91.11º | 0.4% | 0.61% | - |
| HSV(B) | 91.11º | 0.42% | 0.76% | - |
| XYZ | 35.69 | 47.02 | 23.11 | - |
| YUV | 173.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 114 | 0.22 | 0 | 0.42 | 0.24 | 91.11 | 0.4 | 0.61 |
| Hex | 99 | C3 | 72 | 16 | 0 | 2A | 18 | 5B | 28 | 3D |
| Octal | 231 | 303 | 162 | 26 | 0 | 52 | 30 | 133 | 50 | 75 |
| Binary | 10011001 | 11000011 | 1110010 | 10110 | 0 | 101010 | 11000 | 1011011 | 101000 | 111101 |
Color Harmonies of #99C372
Complementary color
Monochromatic Colors of #99C372
Black with #99C372
Text Example
Text Example
White with #99C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C372; }
p { color: rgb(153,195,114); }
H1.HeaderClassName
{
color: #99C372;
}
.AnyTagClassName
{
color: #99C372;
}
</style>
background-color css
<style>
a { background-color: #99C372; }
a { background-color: rgb(153,195,114); }
div.DivClassName
{
background-color: #99C372;
}
.BgClassName
{
background-color: #99C372;
}
</style>
border-color css
<style>
span { border-color: #99C372; }
span { border-color: rgb(153,195,114); }
td.TdClassName
{
border-color: #99C372;
}
.TagClassName
{
border-color: #99C372;
}
</style>