Shades of Grey Olive #9C957F
Tints of Grey Olive #9C957F
RGB
CMYK
RGB Variations
Color information
#9C957F (or 0x9C957F) is known color: Grey Olive. HEX triplet: 9C, 95 and 7F. RGB value is (156,149,127). Sum of RGB (Red+Green+Blue) = 156+149+127=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 156 - color contains mainly: red. Hex color #9C957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C957F is #636A80. Grayscale: #949494. Windows color (decimal): -6515329 or 8361372. OLE color: 8361372.
HSL color Cylindrical-coordinate representation of color #9C957F: hue angle of 45.52º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C957F is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 149 | 127 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.39 |
| HSL | 45.52º | 0.13% | 0.55% | - |
| HSV(B) | 45.52º | 0.19% | 0.61% | - |
| XYZ | 28.29 | 30.1 | 24.4 | - |
| YUV | 148.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 127 | 0 | 0.04 | 0.19 | 0.39 | 45.52 | 0.13 | 0.55 |
| Hex | 9C | 95 | 7F | 0 | 4 | 13 | 27 | 2E | D | 37 |
| Octal | 234 | 225 | 177 | 0 | 4 | 23 | 47 | 56 | 15 | 67 |
| Binary | 10011100 | 10010101 | 1111111 | 0 | 100 | 10011 | 100111 | 101110 | 1101 | 110111 |
Color Harmonies of #9C957F
Complementary color
Monochromatic Colors of #9C957F
Black with #9C957F
Text Example
Text Example
White with #9C957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C957F; }
p { color: rgb(156,149,127); }
H1.HeaderClassName
{
color: #9C957F;
}
.AnyTagClassName
{
color: #9C957F;
}
</style>
background-color css
<style>
a { background-color: #9C957F; }
a { background-color: rgb(156,149,127); }
div.DivClassName
{
background-color: #9C957F;
}
.BgClassName
{
background-color: #9C957F;
}
</style>
border-color css
<style>
span { border-color: #9C957F; }
span { border-color: rgb(156,149,127); }
td.TdClassName
{
border-color: #9C957F;
}
.TagClassName
{
border-color: #9C957F;
}
</style>