Shades of Grey Olive #9B9581
Tints of Grey Olive #9B9581
RGB
CMYK
RGB Variations
Color information
#9B9581 (or 0x9B9581) is known color: Grey Olive. HEX triplet: 9B, 95 and 81. RGB value is (155,149,129). Sum of RGB (Red+Green+Blue) = 155+149+129=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9581 is #646A7E. Grayscale: #949494. Windows color (decimal): -6580863 or 8492443. OLE color: 8492443.
HSL color Cylindrical-coordinate representation of color #9B9581: hue angle of 46.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B9581 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 129 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.39 |
| HSL | 46.15º | 0.12% | 0.56% | - |
| HSV(B) | 46.15º | 0.17% | 0.61% | - |
| XYZ | 28.23 | 30.05 | 25.08 | - |
| YUV | 148.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 129 | 0 | 0.04 | 0.17 | 0.39 | 46.15 | 0.12 | 0.56 |
| Hex | 9B | 95 | 81 | 0 | 4 | 11 | 27 | 2E | C | 38 |
| Octal | 233 | 225 | 201 | 0 | 4 | 21 | 47 | 56 | 14 | 70 |
| Binary | 10011011 | 10010101 | 10000001 | 0 | 100 | 10001 | 100111 | 101110 | 1100 | 111000 |
Color Harmonies of #9B9581
Complementary color
Monochromatic Colors of #9B9581
Black with #9B9581
Text Example
Text Example
White with #9B9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9581; }
p { color: rgb(155,149,129); }
H1.HeaderClassName
{
color: #9B9581;
}
.AnyTagClassName
{
color: #9B9581;
}
</style>
background-color css
<style>
a { background-color: #9B9581; }
a { background-color: rgb(155,149,129); }
div.DivClassName
{
background-color: #9B9581;
}
.BgClassName
{
background-color: #9B9581;
}
</style>
border-color css
<style>
span { border-color: #9B9581; }
span { border-color: rgb(155,149,129); }
td.TdClassName
{
border-color: #9B9581;
}
.TagClassName
{
border-color: #9B9581;
}
</style>