Shades of Olivine #96AB71
Tints of Olivine #96AB71
RGB
CMYK
RGB Variations
Color information
#96AB71 (or 0x96AB71) is known color: Olivine. HEX triplet: 96, AB and 71. RGB value is (150,171,113). Sum of RGB (Red+Green+Blue) = 150+171+113=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB71 is #69548E. Grayscale: #9E9E9E. Windows color (decimal): -6902927 or 7449494. OLE color: 7449494.
HSL color Cylindrical-coordinate representation of color #96AB71: hue angle of 81.72º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96AB71 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 113 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.33 |
| HSL | 81.72º | 0.26% | 0.56% | - |
| HSV(B) | 81.72º | 0.34% | 0.67% | - |
| XYZ | 30.12 | 36.8 | 21.14 | - |
| YUV | 158.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 113 | 0.12 | 0 | 0.34 | 0.33 | 81.72 | 0.26 | 0.56 |
| Hex | 96 | AB | 71 | C | 0 | 22 | 21 | 52 | 1A | 38 |
| Octal | 226 | 253 | 161 | 14 | 0 | 42 | 41 | 122 | 32 | 70 |
| Binary | 10010110 | 10101011 | 1110001 | 1100 | 0 | 100010 | 100001 | 1010010 | 11010 | 111000 |
Color Harmonies of #96AB71
Complementary color
Monochromatic Colors of #96AB71
Black with #96AB71
Text Example
Text Example
White with #96AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB71; }
p { color: rgb(150,171,113); }
H1.HeaderClassName
{
color: #96AB71;
}
.AnyTagClassName
{
color: #96AB71;
}
</style>
background-color css
<style>
a { background-color: #96AB71; }
a { background-color: rgb(150,171,113); }
div.DivClassName
{
background-color: #96AB71;
}
.BgClassName
{
background-color: #96AB71;
}
</style>
border-color css
<style>
span { border-color: #96AB71; }
span { border-color: rgb(150,171,113); }
td.TdClassName
{
border-color: #96AB71;
}
.TagClassName
{
border-color: #96AB71;
}
</style>