Shades of Olivine #96BC71
Tints of Olivine #96BC71
RGB
CMYK
RGB Variations
Color information
#96BC71 (or 0x96BC71) is known color: Olivine. HEX triplet: 96, BC and 71. RGB value is (150,188,113). Sum of RGB (Red+Green+Blue) = 150+188+113=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC71 is #69438E. Grayscale: #A8A8A8. Windows color (decimal): -6898575 or 7453846. OLE color: 7453846.
HSL color Cylindrical-coordinate representation of color #96BC71: hue angle of 90.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96BC71 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 113 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.26 |
| HSL | 90.4º | 0.36% | 0.59% | - |
| HSV(B) | 90.4º | 0.4% | 0.74% | - |
| XYZ | 33.54 | 43.64 | 22.28 | - |
| YUV | 168.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 113 | 0.20 | 0 | 0.40 | 0.26 | 90.4 | 0.36 | 0.59 |
| Hex | 96 | BC | 71 | 14 | 0 | 28 | 1A | 5A | 24 | 3B |
| Octal | 226 | 274 | 161 | 24 | 0 | 50 | 32 | 132 | 44 | 73 |
| Binary | 10010110 | 10111100 | 1110001 | 10100 | 0 | 101000 | 11010 | 1011010 | 100100 | 111011 |
Color Harmonies of #96BC71
Complementary color
Monochromatic Colors of #96BC71
Black with #96BC71
Text Example
Text Example
White with #96BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC71; }
p { color: rgb(150,188,113); }
H1.HeaderClassName
{
color: #96BC71;
}
.AnyTagClassName
{
color: #96BC71;
}
</style>
background-color css
<style>
a { background-color: #96BC71; }
a { background-color: rgb(150,188,113); }
div.DivClassName
{
background-color: #96BC71;
}
.BgClassName
{
background-color: #96BC71;
}
</style>
border-color css
<style>
span { border-color: #96BC71; }
span { border-color: rgb(150,188,113); }
td.TdClassName
{
border-color: #96BC71;
}
.TagClassName
{
border-color: #96BC71;
}
</style>