Shades of Grey Olive #96937F
Tints of Grey Olive #96937F
RGB
CMYK
RGB Variations
Color information
#96937F (or 0x96937F) is known color: Grey Olive. HEX triplet: 96, 93 and 7F. RGB value is (150,147,127). Sum of RGB (Red+Green+Blue) = 150+147+127=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #96937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96937F is #696C80. Grayscale: #919191. Windows color (decimal): -6909057 or 8360854. OLE color: 8360854.
HSL color Cylindrical-coordinate representation of color #96937F: hue angle of 52.17º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96937F is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 127 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.41 |
| HSL | 52.17º | 0.1% | 0.54% | - |
| HSV(B) | 52.17º | 0.15% | 0.59% | - |
| XYZ | 26.84 | 28.88 | 24.24 | - |
| YUV | 145.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 127 | 0 | 0.02 | 0.15 | 0.41 | 52.17 | 0.1 | 0.54 |
| Hex | 96 | 93 | 7F | 0 | 2 | F | 29 | 34 | A | 36 |
| Octal | 226 | 223 | 177 | 0 | 2 | 17 | 51 | 64 | 12 | 66 |
| Binary | 10010110 | 10010011 | 1111111 | 0 | 10 | 1111 | 101001 | 110100 | 1010 | 110110 |
Color Harmonies of #96937F
Complementary color
Monochromatic Colors of #96937F
Black with #96937F
Text Example
Text Example
White with #96937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96937F; }
p { color: rgb(150,147,127); }
H1.HeaderClassName
{
color: #96937F;
}
.AnyTagClassName
{
color: #96937F;
}
</style>
background-color css
<style>
a { background-color: #96937F; }
a { background-color: rgb(150,147,127); }
div.DivClassName
{
background-color: #96937F;
}
.BgClassName
{
background-color: #96937F;
}
</style>
border-color css
<style>
span { border-color: #96937F; }
span { border-color: rgb(150,147,127); }
td.TdClassName
{
border-color: #96937F;
}
.TagClassName
{
border-color: #96937F;
}
</style>