Shades of Grey Olive #9B957F
Tints of Grey Olive #9B957F
RGB
CMYK
RGB Variations
Color information
#9B957F (or 0x9B957F) is known color: Grey Olive. HEX triplet: 9B, 95 and 7F. RGB value is (155,149,127). Sum of RGB (Red+Green+Blue) = 155+149+127=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B957F is #646A80. Grayscale: #949494. Windows color (decimal): -6580865 or 8361371. OLE color: 8361371.
HSL color Cylindrical-coordinate representation of color #9B957F: hue angle of 47.14º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B957F is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 127 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.39 |
| HSL | 47.14º | 0.12% | 0.55% | - |
| HSV(B) | 47.14º | 0.18% | 0.61% | - |
| XYZ | 28.1 | 30 | 24.39 | - |
| YUV | 148.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 127 | 0 | 0.04 | 0.18 | 0.39 | 47.14 | 0.12 | 0.55 |
| Hex | 9B | 95 | 7F | 0 | 4 | 12 | 27 | 2F | C | 37 |
| Octal | 233 | 225 | 177 | 0 | 4 | 22 | 47 | 57 | 14 | 67 |
| Binary | 10011011 | 10010101 | 1111111 | 0 | 100 | 10010 | 100111 | 101111 | 1100 | 110111 |
Color Harmonies of #9B957F
Complementary color
Monochromatic Colors of #9B957F
Black with #9B957F
Text Example
Text Example
White with #9B957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B957F; }
p { color: rgb(155,149,127); }
H1.HeaderClassName
{
color: #9B957F;
}
.AnyTagClassName
{
color: #9B957F;
}
</style>
background-color css
<style>
a { background-color: #9B957F; }
a { background-color: rgb(155,149,127); }
div.DivClassName
{
background-color: #9B957F;
}
.BgClassName
{
background-color: #9B957F;
}
</style>
border-color css
<style>
span { border-color: #9B957F; }
span { border-color: rgb(155,149,127); }
td.TdClassName
{
border-color: #9B957F;
}
.TagClassName
{
border-color: #9B957F;
}
</style>