Shades of Grey Olive #9B987D
Tints of Grey Olive #9B987D
RGB
CMYK
RGB Variations
Color information
#9B987D (or 0x9B987D) is known color: Grey Olive. HEX triplet: 9B, 98 and 7D. RGB value is (155,152,125). Sum of RGB (Red+Green+Blue) = 155+152+125=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B987D is #646782. Grayscale: #959595. Windows color (decimal): -6580099 or 8231067. OLE color: 8231067.
HSL color Cylindrical-coordinate representation of color #9B987D: hue angle of 54º 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 #9B987D is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 152 | 125 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.39 |
| HSL | 54º | 0.13% | 0.55% | - |
| HSV(B) | 54º | 0.19% | 0.61% | - |
| XYZ | 28.45 | 30.91 | 23.87 | - |
| YUV | 149.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 125 | 0 | 0.02 | 0.19 | 0.39 | 54 | 0.13 | 0.55 |
| Hex | 9B | 98 | 7D | 0 | 2 | 13 | 27 | 36 | D | 37 |
| Octal | 233 | 230 | 175 | 0 | 2 | 23 | 47 | 66 | 15 | 67 |
| Binary | 10011011 | 10011000 | 1111101 | 0 | 10 | 10011 | 100111 | 110110 | 1101 | 110111 |
Color Harmonies of #9B987D
Complementary color
Monochromatic Colors of #9B987D
Black with #9B987D
Text Example
Text Example
White with #9B987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B987D; }
p { color: rgb(155,152,125); }
H1.HeaderClassName
{
color: #9B987D;
}
.AnyTagClassName
{
color: #9B987D;
}
</style>
background-color css
<style>
a { background-color: #9B987D; }
a { background-color: rgb(155,152,125); }
div.DivClassName
{
background-color: #9B987D;
}
.BgClassName
{
background-color: #9B987D;
}
</style>
border-color css
<style>
span { border-color: #9B987D; }
span { border-color: rgb(155,152,125); }
td.TdClassName
{
border-color: #9B987D;
}
.TagClassName
{
border-color: #9B987D;
}
</style>