Shades of Olivine #99C973
Tints of Olivine #99C973
RGB
CMYK
RGB Variations
Color information
#99C973 (or 0x99C973) is known color: Olivine. HEX triplet: 99, C9 and 73. RGB value is (153,201,115). Sum of RGB (Red+Green+Blue) = 153+201+115=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #99C973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C973 is #66368C. Grayscale: #B1B1B1. Windows color (decimal): -6698637 or 7588249. OLE color: 7588249.
HSL color Cylindrical-coordinate representation of color #99C973: hue angle of 93.49º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99C973 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 115 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.21 |
| HSL | 93.49º | 0.44% | 0.62% | - |
| HSV(B) | 93.49º | 0.43% | 0.79% | - |
| XYZ | 37.12 | 49.78 | 23.87 | - |
| YUV | 176.84 | 93.1 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 115 | 0.24 | 0 | 0.43 | 0.21 | 93.49 | 0.44 | 0.62 |
| Hex | 99 | C9 | 73 | 18 | 0 | 2B | 15 | 5D | 2C | 3E |
| Octal | 231 | 311 | 163 | 30 | 0 | 53 | 25 | 135 | 54 | 76 |
| Binary | 10011001 | 11001001 | 1110011 | 11000 | 0 | 101011 | 10101 | 1011101 | 101100 | 111110 |
Color Harmonies of #99C973
Complementary color
Monochromatic Colors of #99C973
Black with #99C973
Text Example
Text Example
White with #99C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C973; }
p { color: rgb(153,201,115); }
H1.HeaderClassName
{
color: #99C973;
}
.AnyTagClassName
{
color: #99C973;
}
</style>
background-color css
<style>
a { background-color: #99C973; }
a { background-color: rgb(153,201,115); }
div.DivClassName
{
background-color: #99C973;
}
.BgClassName
{
background-color: #99C973;
}
</style>
border-color css
<style>
span { border-color: #99C973; }
span { border-color: rgb(153,201,115); }
td.TdClassName
{
border-color: #99C973;
}
.TagClassName
{
border-color: #99C973;
}
</style>