Shades of Grey Olive #9B997D
Tints of Grey Olive #9B997D
RGB
CMYK
RGB Variations
Color information
#9B997D (or 0x9B997D) is known color: Grey Olive. HEX triplet: 9B, 99 and 7D. RGB value is (155,153,125). Sum of RGB (Red+Green+Blue) = 155+153+125=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B997D is #646682. Grayscale: #969696. Windows color (decimal): -6579843 or 8231323. OLE color: 8231323.
HSL color Cylindrical-coordinate representation of color #9B997D: hue angle of 56º 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 #9B997D is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 125 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.39 |
| HSL | 56º | 0.13% | 0.55% | - |
| HSV(B) | 56º | 0.19% | 0.61% | - |
| XYZ | 28.61 | 31.23 | 23.92 | - |
| YUV | 150.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 125 | 0 | 0.01 | 0.19 | 0.39 | 56 | 0.13 | 0.55 |
| Hex | 9B | 99 | 7D | 0 | 1 | 13 | 27 | 38 | D | 37 |
| Octal | 233 | 231 | 175 | 0 | 1 | 23 | 47 | 70 | 15 | 67 |
| Binary | 10011011 | 10011001 | 1111101 | 0 | 1 | 10011 | 100111 | 111000 | 1101 | 110111 |
Color Harmonies of #9B997D
Complementary color
Monochromatic Colors of #9B997D
Black with #9B997D
Text Example
Text Example
White with #9B997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B997D; }
p { color: rgb(155,153,125); }
H1.HeaderClassName
{
color: #9B997D;
}
.AnyTagClassName
{
color: #9B997D;
}
</style>
background-color css
<style>
a { background-color: #9B997D; }
a { background-color: rgb(155,153,125); }
div.DivClassName
{
background-color: #9B997D;
}
.BgClassName
{
background-color: #9B997D;
}
</style>
border-color css
<style>
span { border-color: #9B997D; }
span { border-color: rgb(155,153,125); }
td.TdClassName
{
border-color: #9B997D;
}
.TagClassName
{
border-color: #9B997D;
}
</style>