Shades of Olivine #96C86D
Tints of Olivine #96C86D
RGB
CMYK
RGB Variations
Color information
#96C86D (or 0x96C86D) is known color: Olivine. HEX triplet: 96, C8 and 6D. RGB value is (150,200,109). Sum of RGB (Red+Green+Blue) = 150+200+109=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #96C86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C86D is #693792. Grayscale: #AEAEAE. Windows color (decimal): -6895507 or 7194774. OLE color: 7194774.
HSL color Cylindrical-coordinate representation of color #96C86D: hue angle of 92.97º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96C86D is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 109 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.22 |
| HSL | 92.97º | 0.45% | 0.61% | - |
| HSV(B) | 92.97º | 0.46% | 0.78% | - |
| XYZ | 35.99 | 48.9 | 22.01 | - |
| YUV | 174.68 | 90.94 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 109 | 0.25 | 0 | 0.46 | 0.22 | 92.97 | 0.45 | 0.61 |
| Hex | 96 | C8 | 6D | 19 | 0 | 2E | 16 | 5D | 2D | 3D |
| Octal | 226 | 310 | 155 | 31 | 0 | 56 | 26 | 135 | 55 | 75 |
| Binary | 10010110 | 11001000 | 1101101 | 11001 | 0 | 101110 | 10110 | 1011101 | 101101 | 111101 |
Color Harmonies of #96C86D
Complementary color
Monochromatic Colors of #96C86D
Black with #96C86D
Text Example
Text Example
White with #96C86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C86D; }
p { color: rgb(150,200,109); }
H1.HeaderClassName
{
color: #96C86D;
}
.AnyTagClassName
{
color: #96C86D;
}
</style>
background-color css
<style>
a { background-color: #96C86D; }
a { background-color: rgb(150,200,109); }
div.DivClassName
{
background-color: #96C86D;
}
.BgClassName
{
background-color: #96C86D;
}
</style>
border-color css
<style>
span { border-color: #96C86D; }
span { border-color: rgb(150,200,109); }
td.TdClassName
{
border-color: #96C86D;
}
.TagClassName
{
border-color: #96C86D;
}
</style>