Shades of Olivine #96B576
Tints of Olivine #96B576
RGB
CMYK
RGB Variations
Color information
#96B576 (or 0x96B576) is known color: Olivine. HEX triplet: 96, B5 and 76. RGB value is (150,181,118). Sum of RGB (Red+Green+Blue) = 150+181+118=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #96B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B576 is #694A89. Grayscale: #A4A4A4. Windows color (decimal): -6900362 or 7779734. OLE color: 7779734.
HSL color Cylindrical-coordinate representation of color #96B576: hue angle of 89.52º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96B576 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 118 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.29 |
| HSL | 89.52º | 0.3% | 0.59% | - |
| HSV(B) | 89.52º | 0.35% | 0.71% | - |
| XYZ | 32.37 | 40.84 | 23.32 | - |
| YUV | 164.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 118 | 0.17 | 0 | 0.35 | 0.29 | 89.52 | 0.3 | 0.59 |
| Hex | 96 | B5 | 76 | 11 | 0 | 23 | 1D | 5A | 1E | 3B |
| Octal | 226 | 265 | 166 | 21 | 0 | 43 | 35 | 132 | 36 | 73 |
| Binary | 10010110 | 10110101 | 1110110 | 10001 | 0 | 100011 | 11101 | 1011010 | 11110 | 111011 |
Color Harmonies of #96B576
Complementary color
Monochromatic Colors of #96B576
Black with #96B576
Text Example
Text Example
White with #96B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B576; }
p { color: rgb(150,181,118); }
H1.HeaderClassName
{
color: #96B576;
}
.AnyTagClassName
{
color: #96B576;
}
</style>
background-color css
<style>
a { background-color: #96B576; }
a { background-color: rgb(150,181,118); }
div.DivClassName
{
background-color: #96B576;
}
.BgClassName
{
background-color: #96B576;
}
</style>
border-color css
<style>
span { border-color: #96B576; }
span { border-color: rgb(150,181,118); }
td.TdClassName
{
border-color: #96B576;
}
.TagClassName
{
border-color: #96B576;
}
</style>