Shades of Grey Olive #9B987A
Tints of Grey Olive #9B987A
RGB
CMYK
RGB Variations
Color information
#9B987A (or 0x9B987A) is known color: Grey Olive. HEX triplet: 9B, 98 and 7A. RGB value is (155,152,122). Sum of RGB (Red+Green+Blue) = 155+152+122=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B987A is #646785. Grayscale: #959595. Windows color (decimal): -6580102 or 8034459. OLE color: 8034459.
HSL color Cylindrical-coordinate representation of color #9B987A: hue angle of 54.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B987A is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 152 | 122 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.39 |
| HSL | 54.55º | 0.14% | 0.54% | - |
| HSV(B) | 54.55º | 0.21% | 0.61% | - |
| XYZ | 28.26 | 30.83 | 22.87 | - |
| YUV | 149.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 122 | 0 | 0.02 | 0.21 | 0.39 | 54.55 | 0.14 | 0.54 |
| Hex | 9B | 98 | 7A | 0 | 2 | 15 | 27 | 37 | E | 36 |
| Octal | 233 | 230 | 172 | 0 | 2 | 25 | 47 | 67 | 16 | 66 |
| Binary | 10011011 | 10011000 | 1111010 | 0 | 10 | 10101 | 100111 | 110111 | 1110 | 110110 |
Color Harmonies of #9B987A
Complementary color
Monochromatic Colors of #9B987A
Black with #9B987A
Text Example
Text Example
White with #9B987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B987A; }
p { color: rgb(155,152,122); }
H1.HeaderClassName
{
color: #9B987A;
}
.AnyTagClassName
{
color: #9B987A;
}
</style>
background-color css
<style>
a { background-color: #9B987A; }
a { background-color: rgb(155,152,122); }
div.DivClassName
{
background-color: #9B987A;
}
.BgClassName
{
background-color: #9B987A;
}
</style>
border-color css
<style>
span { border-color: #9B987A; }
span { border-color: rgb(155,152,122); }
td.TdClassName
{
border-color: #9B987A;
}
.TagClassName
{
border-color: #9B987A;
}
</style>