Shades of Grey Olive #9B957A
Tints of Grey Olive #9B957A
RGB
CMYK
RGB Variations
Color information
#9B957A (or 0x9B957A) is known color: Grey Olive. HEX triplet: 9B, 95 and 7A. RGB value is (155,149,122). Sum of RGB (Red+Green+Blue) = 155+149+122=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B957A is #646A85. Grayscale: #939393. Windows color (decimal): -6580870 or 8033691. OLE color: 8033691.
HSL color Cylindrical-coordinate representation of color #9B957A: hue angle of 49.09º 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 #9B957A is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 122 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.39 |
| HSL | 49.09º | 0.14% | 0.54% | - |
| HSV(B) | 49.09º | 0.21% | 0.61% | - |
| XYZ | 27.78 | 29.87 | 22.71 | - |
| YUV | 147.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 122 | 0 | 0.04 | 0.21 | 0.39 | 49.09 | 0.14 | 0.54 |
| Hex | 9B | 95 | 7A | 0 | 4 | 15 | 27 | 31 | E | 36 |
| Octal | 233 | 225 | 172 | 0 | 4 | 25 | 47 | 61 | 16 | 66 |
| Binary | 10011011 | 10010101 | 1111010 | 0 | 100 | 10101 | 100111 | 110001 | 1110 | 110110 |
Color Harmonies of #9B957A
Complementary color
Monochromatic Colors of #9B957A
Black with #9B957A
Text Example
Text Example
White with #9B957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B957A; }
p { color: rgb(155,149,122); }
H1.HeaderClassName
{
color: #9B957A;
}
.AnyTagClassName
{
color: #9B957A;
}
</style>
background-color css
<style>
a { background-color: #9B957A; }
a { background-color: rgb(155,149,122); }
div.DivClassName
{
background-color: #9B957A;
}
.BgClassName
{
background-color: #9B957A;
}
</style>
border-color css
<style>
span { border-color: #9B957A; }
span { border-color: rgb(155,149,122); }
td.TdClassName
{
border-color: #9B957A;
}
.TagClassName
{
border-color: #9B957A;
}
</style>