Shades of Olivine #99C36D
Tints of Olivine #99C36D
RGB
CMYK
RGB Variations
Color information
#99C36D (or 0x99C36D) is known color: Olivine. HEX triplet: 99, C3 and 6D. RGB value is (153,195,109). Sum of RGB (Red+Green+Blue) = 153+195+109=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #99C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C36D is #663C92. Grayscale: #ACACAC. Windows color (decimal): -6700179 or 7193497. OLE color: 7193497.
HSL color Cylindrical-coordinate representation of color #99C36D: hue angle of 89.3º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99C36D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 109 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.24 |
| HSL | 89.3º | 0.42% | 0.6% | - |
| HSV(B) | 89.3º | 0.44% | 0.76% | - |
| XYZ | 35.41 | 46.91 | 21.66 | - |
| YUV | 172.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 109 | 0.22 | 0 | 0.44 | 0.24 | 89.3 | 0.42 | 0.6 |
| Hex | 99 | C3 | 6D | 16 | 0 | 2C | 18 | 59 | 2A | 3C |
| Octal | 231 | 303 | 155 | 26 | 0 | 54 | 30 | 131 | 52 | 74 |
| Binary | 10011001 | 11000011 | 1101101 | 10110 | 0 | 101100 | 11000 | 1011001 | 101010 | 111100 |
Color Harmonies of #99C36D
Complementary color
Monochromatic Colors of #99C36D
Black with #99C36D
Text Example
Text Example
White with #99C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C36D; }
p { color: rgb(153,195,109); }
H1.HeaderClassName
{
color: #99C36D;
}
.AnyTagClassName
{
color: #99C36D;
}
</style>
background-color css
<style>
a { background-color: #99C36D; }
a { background-color: rgb(153,195,109); }
div.DivClassName
{
background-color: #99C36D;
}
.BgClassName
{
background-color: #99C36D;
}
</style>
border-color css
<style>
span { border-color: #99C36D; }
span { border-color: rgb(153,195,109); }
td.TdClassName
{
border-color: #99C36D;
}
.TagClassName
{
border-color: #99C36D;
}
</style>