Shades of Olivine #96B86D
Tints of Olivine #96B86D
RGB
CMYK
RGB Variations
Color information
#96B86D (or 0x96B86D) is known color: Olivine. HEX triplet: 96, B8 and 6D. RGB value is (150,184,109). Sum of RGB (Red+Green+Blue) = 150+184+109=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #96B86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B86D is #694792. Grayscale: #A5A5A5. Windows color (decimal): -6899603 or 7190678. OLE color: 7190678.
HSL color Cylindrical-coordinate representation of color #96B86D: hue angle of 87.2º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96B86D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 184 | 109 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.28 |
| HSL | 87.2º | 0.35% | 0.57% | - |
| HSV(B) | 87.2º | 0.41% | 0.72% | - |
| XYZ | 32.48 | 41.87 | 20.84 | - |
| YUV | 165.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 109 | 0.18 | 0 | 0.41 | 0.28 | 87.2 | 0.35 | 0.57 |
| Hex | 96 | B8 | 6D | 12 | 0 | 29 | 1C | 57 | 23 | 39 |
| Octal | 226 | 270 | 155 | 22 | 0 | 51 | 34 | 127 | 43 | 71 |
| Binary | 10010110 | 10111000 | 1101101 | 10010 | 0 | 101001 | 11100 | 1010111 | 100011 | 111001 |
Color Harmonies of #96B86D
Complementary color
Monochromatic Colors of #96B86D
Black with #96B86D
Text Example
Text Example
White with #96B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B86D; }
p { color: rgb(150,184,109); }
H1.HeaderClassName
{
color: #96B86D;
}
.AnyTagClassName
{
color: #96B86D;
}
</style>
background-color css
<style>
a { background-color: #96B86D; }
a { background-color: rgb(150,184,109); }
div.DivClassName
{
background-color: #96B86D;
}
.BgClassName
{
background-color: #96B86D;
}
</style>
border-color css
<style>
span { border-color: #96B86D; }
span { border-color: rgb(150,184,109); }
td.TdClassName
{
border-color: #96B86D;
}
.TagClassName
{
border-color: #96B86D;
}
</style>