Shades of Olivine #96B570
Tints of Olivine #96B570
RGB
CMYK
RGB Variations
Color information
#96B570 (or 0x96B570) is known color: Olivine. HEX triplet: 96, B5 and 70. RGB value is (150,181,112). Sum of RGB (Red+Green+Blue) = 150+181+112=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #96B570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B570 is #694A8F. Grayscale: #A4A4A4. Windows color (decimal): -6900368 or 7386518. OLE color: 7386518.
HSL color Cylindrical-coordinate representation of color #96B570: hue angle of 86.96º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96B570 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 112 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.29 |
| HSL | 86.96º | 0.32% | 0.57% | - |
| HSV(B) | 86.96º | 0.38% | 0.71% | - |
| XYZ | 32.03 | 40.7 | 21.5 | - |
| YUV | 163.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 112 | 0.17 | 0 | 0.38 | 0.29 | 86.96 | 0.32 | 0.57 |
| Hex | 96 | B5 | 70 | 11 | 0 | 26 | 1D | 57 | 20 | 39 |
| Octal | 226 | 265 | 160 | 21 | 0 | 46 | 35 | 127 | 40 | 71 |
| Binary | 10010110 | 10110101 | 1110000 | 10001 | 0 | 100110 | 11101 | 1010111 | 100000 | 111001 |
Color Harmonies of #96B570
Complementary color
Monochromatic Colors of #96B570
Black with #96B570
Text Example
Text Example
White with #96B570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B570; }
p { color: rgb(150,181,112); }
H1.HeaderClassName
{
color: #96B570;
}
.AnyTagClassName
{
color: #96B570;
}
</style>
background-color css
<style>
a { background-color: #96B570; }
a { background-color: rgb(150,181,112); }
div.DivClassName
{
background-color: #96B570;
}
.BgClassName
{
background-color: #96B570;
}
</style>
border-color css
<style>
span { border-color: #96B570; }
span { border-color: rgb(150,181,112); }
td.TdClassName
{
border-color: #96B570;
}
.TagClassName
{
border-color: #96B570;
}
</style>