Shades of Olivine #96AD7F
Tints of Olivine #96AD7F
RGB
CMYK
RGB Variations
Color information
#96AD7F (or 0x96AD7F) is known color: Olivine. HEX triplet: 96, AD and 7F. RGB value is (150,173,127). Sum of RGB (Red+Green+Blue) = 150+173+127=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD7F is #695280. Grayscale: #A1A1A1. Windows color (decimal): -6902401 or 8367510. OLE color: 8367510.
HSL color Cylindrical-coordinate representation of color #96AD7F: hue angle of 90º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96AD7F is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 127 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.32 |
| HSL | 90º | 0.22% | 0.59% | - |
| HSV(B) | 90º | 0.27% | 0.68% | - |
| XYZ | 31.35 | 37.9 | 25.74 | - |
| YUV | 160.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 127 | 0.13 | 0 | 0.27 | 0.32 | 90 | 0.22 | 0.59 |
| Hex | 96 | AD | 7F | D | 0 | 1B | 20 | 5A | 16 | 3B |
| Octal | 226 | 255 | 177 | 15 | 0 | 33 | 40 | 132 | 26 | 73 |
| Binary | 10010110 | 10101101 | 1111111 | 1101 | 0 | 11011 | 100000 | 1011010 | 10110 | 111011 |
Color Harmonies of #96AD7F
Complementary color
Monochromatic Colors of #96AD7F
Black with #96AD7F
Text Example
Text Example
White with #96AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD7F; }
p { color: rgb(150,173,127); }
H1.HeaderClassName
{
color: #96AD7F;
}
.AnyTagClassName
{
color: #96AD7F;
}
</style>
background-color css
<style>
a { background-color: #96AD7F; }
a { background-color: rgb(150,173,127); }
div.DivClassName
{
background-color: #96AD7F;
}
.BgClassName
{
background-color: #96AD7F;
}
</style>
border-color css
<style>
span { border-color: #96AD7F; }
span { border-color: rgb(150,173,127); }
td.TdClassName
{
border-color: #96AD7F;
}
.TagClassName
{
border-color: #96AD7F;
}
</style>