Shades of Olivine #96C86F
Tints of Olivine #96C86F
RGB
CMYK
RGB Variations
Color information
#96C86F (or 0x96C86F) is known color: Olivine. HEX triplet: 96, C8 and 6F. RGB value is (150,200,111). Sum of RGB (Red+Green+Blue) = 150+200+111=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #96C86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C86F is #693790. Grayscale: #AFAFAF. Windows color (decimal): -6895505 or 7325846. OLE color: 7325846.
HSL color Cylindrical-coordinate representation of color #96C86F: hue angle of 93.71º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96C86F is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 111 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.22 |
| HSL | 93.71º | 0.45% | 0.61% | - |
| HSV(B) | 93.71º | 0.45% | 0.78% | - |
| XYZ | 36.1 | 48.94 | 22.58 | - |
| YUV | 174.9 | 91.94 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 111 | 0.25 | 0 | 0.44 | 0.22 | 93.71 | 0.45 | 0.61 |
| Hex | 96 | C8 | 6F | 19 | 0 | 2C | 16 | 5E | 2D | 3D |
| Octal | 226 | 310 | 157 | 31 | 0 | 54 | 26 | 136 | 55 | 75 |
| Binary | 10010110 | 11001000 | 1101111 | 11001 | 0 | 101100 | 10110 | 1011110 | 101101 | 111101 |
Color Harmonies of #96C86F
Complementary color
Monochromatic Colors of #96C86F
Black with #96C86F
Text Example
Text Example
White with #96C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C86F; }
p { color: rgb(150,200,111); }
H1.HeaderClassName
{
color: #96C86F;
}
.AnyTagClassName
{
color: #96C86F;
}
</style>
background-color css
<style>
a { background-color: #96C86F; }
a { background-color: rgb(150,200,111); }
div.DivClassName
{
background-color: #96C86F;
}
.BgClassName
{
background-color: #96C86F;
}
</style>
border-color css
<style>
span { border-color: #96C86F; }
span { border-color: rgb(150,200,111); }
td.TdClassName
{
border-color: #96C86F;
}
.TagClassName
{
border-color: #96C86F;
}
</style>