Shades of Olivine #99C966
Tints of Olivine #99C966
RGB
CMYK
RGB Variations
Color information
#99C966 (or 0x99C966) is known color: Olivine. HEX triplet: 99, C9 and 66. RGB value is (153,201,102). Sum of RGB (Red+Green+Blue) = 153+201+102=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #99C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C966 is #663699. Grayscale: #AFAFAF. Windows color (decimal): -6698650 or 6736281. OLE color: 6736281.
HSL color Cylindrical-coordinate representation of color #99C966: hue angle of 89.09º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99C966 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 102 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.21 |
| HSL | 89.09º | 0.48% | 0.59% | - |
| HSV(B) | 89.09º | 0.49% | 0.79% | - |
| XYZ | 36.42 | 49.5 | 20.21 | - |
| YUV | 175.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 102 | 0.24 | 0 | 0.49 | 0.21 | 89.09 | 0.48 | 0.59 |
| Hex | 99 | C9 | 66 | 18 | 0 | 31 | 15 | 59 | 30 | 3B |
| Octal | 231 | 311 | 146 | 30 | 0 | 61 | 25 | 131 | 60 | 73 |
| Binary | 10011001 | 11001001 | 1100110 | 11000 | 0 | 110001 | 10101 | 1011001 | 110000 | 111011 |
Color Harmonies of #99C966
Complementary color
Monochromatic Colors of #99C966
Black with #99C966
Text Example
Text Example
White with #99C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C966; }
p { color: rgb(153,201,102); }
H1.HeaderClassName
{
color: #99C966;
}
.AnyTagClassName
{
color: #99C966;
}
</style>
background-color css
<style>
a { background-color: #99C966; }
a { background-color: rgb(153,201,102); }
div.DivClassName
{
background-color: #99C966;
}
.BgClassName
{
background-color: #99C966;
}
</style>
border-color css
<style>
span { border-color: #99C966; }
span { border-color: rgb(153,201,102); }
td.TdClassName
{
border-color: #99C966;
}
.TagClassName
{
border-color: #99C966;
}
</style>