Shades of Grey Olive #9C977F
Tints of Grey Olive #9C977F
RGB
CMYK
RGB Variations
Color information
#9C977F (or 0x9C977F) is known color: Grey Olive. HEX triplet: 9C, 97 and 7F. RGB value is (156,151,127). Sum of RGB (Red+Green+Blue) = 156+151+127=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 156 - color contains mainly: red. Hex color #9C977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C977F is #636880. Grayscale: #959595. Windows color (decimal): -6514817 or 8361884. OLE color: 8361884.
HSL color Cylindrical-coordinate representation of color #9C977F: hue angle of 49.66º 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 #9C977F is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 127 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.39 |
| HSL | 49.66º | 0.13% | 0.55% | - |
| HSV(B) | 49.66º | 0.19% | 0.61% | - |
| XYZ | 28.61 | 30.73 | 24.5 | - |
| YUV | 149.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 127 | 0 | 0.03 | 0.19 | 0.39 | 49.66 | 0.13 | 0.55 |
| Hex | 9C | 97 | 7F | 0 | 3 | 13 | 27 | 32 | D | 37 |
| Octal | 234 | 227 | 177 | 0 | 3 | 23 | 47 | 62 | 15 | 67 |
| Binary | 10011100 | 10010111 | 1111111 | 0 | 11 | 10011 | 100111 | 110010 | 1101 | 110111 |
Color Harmonies of #9C977F
Complementary color
Monochromatic Colors of #9C977F
Black with #9C977F
Text Example
Text Example
White with #9C977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C977F; }
p { color: rgb(156,151,127); }
H1.HeaderClassName
{
color: #9C977F;
}
.AnyTagClassName
{
color: #9C977F;
}
</style>
background-color css
<style>
a { background-color: #9C977F; }
a { background-color: rgb(156,151,127); }
div.DivClassName
{
background-color: #9C977F;
}
.BgClassName
{
background-color: #9C977F;
}
</style>
border-color css
<style>
span { border-color: #9C977F; }
span { border-color: rgb(156,151,127); }
td.TdClassName
{
border-color: #9C977F;
}
.TagClassName
{
border-color: #9C977F;
}
</style>