Shades of Grey Olive #9B977D
Tints of Grey Olive #9B977D
RGB
CMYK
RGB Variations
Color information
#9B977D (or 0x9B977D) is known color: Grey Olive. HEX triplet: 9B, 97 and 7D. RGB value is (155,151,125). Sum of RGB (Red+Green+Blue) = 155+151+125=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B977D is #646882. Grayscale: #959595. Windows color (decimal): -6580355 or 8230811. OLE color: 8230811.
HSL color Cylindrical-coordinate representation of color #9B977D: hue angle of 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 #9B977D is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 125 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.39 |
| HSL | 52º | 0.13% | 0.55% | - |
| HSV(B) | 52º | 0.19% | 0.61% | - |
| XYZ | 28.29 | 30.58 | 23.81 | - |
| YUV | 149.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 125 | 0 | 0.03 | 0.19 | 0.39 | 52 | 0.13 | 0.55 |
| Hex | 9B | 97 | 7D | 0 | 3 | 13 | 27 | 34 | D | 37 |
| Octal | 233 | 227 | 175 | 0 | 3 | 23 | 47 | 64 | 15 | 67 |
| Binary | 10011011 | 10010111 | 1111101 | 0 | 11 | 10011 | 100111 | 110100 | 1101 | 110111 |
Color Harmonies of #9B977D
Complementary color
Monochromatic Colors of #9B977D
Black with #9B977D
Text Example
Text Example
White with #9B977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B977D; }
p { color: rgb(155,151,125); }
H1.HeaderClassName
{
color: #9B977D;
}
.AnyTagClassName
{
color: #9B977D;
}
</style>
background-color css
<style>
a { background-color: #9B977D; }
a { background-color: rgb(155,151,125); }
div.DivClassName
{
background-color: #9B977D;
}
.BgClassName
{
background-color: #9B977D;
}
</style>
border-color css
<style>
span { border-color: #9B977D; }
span { border-color: rgb(155,151,125); }
td.TdClassName
{
border-color: #9B977D;
}
.TagClassName
{
border-color: #9B977D;
}
</style>