Shades of Grey Olive #9B957D
Tints of Grey Olive #9B957D
RGB
CMYK
RGB Variations
Color information
#9B957D (or 0x9B957D) is known color: Grey Olive. HEX triplet: 9B, 95 and 7D. RGB value is (155,149,125). Sum of RGB (Red+Green+Blue) = 155+149+125=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B957D is #646A82. Grayscale: #949494. Windows color (decimal): -6580867 or 8230299. OLE color: 8230299.
HSL color Cylindrical-coordinate representation of color #9B957D: hue angle of 48º 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 #9B957D is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 125 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.39 |
| HSL | 48º | 0.13% | 0.55% | - |
| HSV(B) | 48º | 0.19% | 0.61% | - |
| XYZ | 27.97 | 29.94 | 23.71 | - |
| YUV | 148.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 125 | 0 | 0.04 | 0.19 | 0.39 | 48 | 0.13 | 0.55 |
| Hex | 9B | 95 | 7D | 0 | 4 | 13 | 27 | 30 | D | 37 |
| Octal | 233 | 225 | 175 | 0 | 4 | 23 | 47 | 60 | 15 | 67 |
| Binary | 10011011 | 10010101 | 1111101 | 0 | 100 | 10011 | 100111 | 110000 | 1101 | 110111 |
Color Harmonies of #9B957D
Complementary color
Monochromatic Colors of #9B957D
Black with #9B957D
Text Example
Text Example
White with #9B957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B957D; }
p { color: rgb(155,149,125); }
H1.HeaderClassName
{
color: #9B957D;
}
.AnyTagClassName
{
color: #9B957D;
}
</style>
background-color css
<style>
a { background-color: #9B957D; }
a { background-color: rgb(155,149,125); }
div.DivClassName
{
background-color: #9B957D;
}
.BgClassName
{
background-color: #9B957D;
}
</style>
border-color css
<style>
span { border-color: #9B957D; }
span { border-color: rgb(155,149,125); }
td.TdClassName
{
border-color: #9B957D;
}
.TagClassName
{
border-color: #9B957D;
}
</style>