Shades of Grey Olive #9B977F
Tints of Grey Olive #9B977F
RGB
CMYK
RGB Variations
Color information
#9B977F (or 0x9B977F) is known color: Grey Olive. HEX triplet: 9B, 97 and 7F. RGB value is (155,151,127). Sum of RGB (Red+Green+Blue) = 155+151+127=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B977F is #646880. Grayscale: #959595. Windows color (decimal): -6580353 or 8361883. OLE color: 8361883.
HSL color Cylindrical-coordinate representation of color #9B977F: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B977F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 127 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.39 |
| HSL | 51.43º | 0.12% | 0.55% | - |
| HSV(B) | 51.43º | 0.18% | 0.61% | - |
| XYZ | 28.41 | 30.63 | 24.49 | - |
| YUV | 149.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 127 | 0 | 0.03 | 0.18 | 0.39 | 51.43 | 0.12 | 0.55 |
| Hex | 9B | 97 | 7F | 0 | 3 | 12 | 27 | 33 | C | 37 |
| Octal | 233 | 227 | 177 | 0 | 3 | 22 | 47 | 63 | 14 | 67 |
| Binary | 10011011 | 10010111 | 1111111 | 0 | 11 | 10010 | 100111 | 110011 | 1100 | 110111 |
Color Harmonies of #9B977F
Complementary color
Monochromatic Colors of #9B977F
Black with #9B977F
Text Example
Text Example
White with #9B977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B977F; }
p { color: rgb(155,151,127); }
H1.HeaderClassName
{
color: #9B977F;
}
.AnyTagClassName
{
color: #9B977F;
}
</style>
background-color css
<style>
a { background-color: #9B977F; }
a { background-color: rgb(155,151,127); }
div.DivClassName
{
background-color: #9B977F;
}
.BgClassName
{
background-color: #9B977F;
}
</style>
border-color css
<style>
span { border-color: #9B977F; }
span { border-color: rgb(155,151,127); }
td.TdClassName
{
border-color: #9B977F;
}
.TagClassName
{
border-color: #9B977F;
}
</style>