Shades of Olivine #96AE6D
Tints of Olivine #96AE6D
RGB
CMYK
RGB Variations
Color information
#96AE6D (or 0x96AE6D) is known color: Olivine. HEX triplet: 96, AE and 6D. RGB value is (150,174,109). Sum of RGB (Red+Green+Blue) = 150+174+109=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AE6D is #695192. Grayscale: #9F9F9F. Windows color (decimal): -6902163 or 7188118. OLE color: 7188118.
HSL color Cylindrical-coordinate representation of color #96AE6D: hue angle of 82.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96AE6D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 174 | 109 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.32 |
| HSL | 82.15º | 0.29% | 0.55% | - |
| HSV(B) | 82.15º | 0.37% | 0.68% | - |
| XYZ | 30.47 | 37.86 | 20.17 | - |
| YUV | 159.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 109 | 0.14 | 0 | 0.37 | 0.32 | 82.15 | 0.29 | 0.55 |
| Hex | 96 | AE | 6D | E | 0 | 25 | 20 | 52 | 1D | 37 |
| Octal | 226 | 256 | 155 | 16 | 0 | 45 | 40 | 122 | 35 | 67 |
| Binary | 10010110 | 10101110 | 1101101 | 1110 | 0 | 100101 | 100000 | 1010010 | 11101 | 110111 |
Color Harmonies of #96AE6D
Complementary color
Monochromatic Colors of #96AE6D
Black with #96AE6D
Text Example
Text Example
White with #96AE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AE6D; }
p { color: rgb(150,174,109); }
H1.HeaderClassName
{
color: #96AE6D;
}
.AnyTagClassName
{
color: #96AE6D;
}
</style>
background-color css
<style>
a { background-color: #96AE6D; }
a { background-color: rgb(150,174,109); }
div.DivClassName
{
background-color: #96AE6D;
}
.BgClassName
{
background-color: #96AE6D;
}
</style>
border-color css
<style>
span { border-color: #96AE6D; }
span { border-color: rgb(150,174,109); }
td.TdClassName
{
border-color: #96AE6D;
}
.TagClassName
{
border-color: #96AE6D;
}
</style>