Shades of Grey Olive #9B947B
Tints of Grey Olive #9B947B
RGB
CMYK
RGB Variations
Color information
#9B947B (or 0x9B947B) is known color: Grey Olive. HEX triplet: 9B, 94 and 7B. RGB value is (155,148,123). Sum of RGB (Red+Green+Blue) = 155+148+123=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B947B is #646B84. Grayscale: #939393. Windows color (decimal): -6581125 or 8098971. OLE color: 8098971.
HSL color Cylindrical-coordinate representation of color #9B947B: hue angle of 46.88º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B947B is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 123 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.39 |
| HSL | 46.88º | 0.14% | 0.55% | - |
| HSV(B) | 46.88º | 0.21% | 0.61% | - |
| XYZ | 27.68 | 29.58 | 22.99 | - |
| YUV | 147.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 123 | 0 | 0.05 | 0.21 | 0.39 | 46.88 | 0.14 | 0.55 |
| Hex | 9B | 94 | 7B | 0 | 5 | 15 | 27 | 2F | E | 37 |
| Octal | 233 | 224 | 173 | 0 | 5 | 25 | 47 | 57 | 16 | 67 |
| Binary | 10011011 | 10010100 | 1111011 | 0 | 101 | 10101 | 100111 | 101111 | 1110 | 110111 |
Color Harmonies of #9B947B
Complementary color
Monochromatic Colors of #9B947B
Black with #9B947B
Text Example
Text Example
White with #9B947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B947B; }
p { color: rgb(155,148,123); }
H1.HeaderClassName
{
color: #9B947B;
}
.AnyTagClassName
{
color: #9B947B;
}
</style>
background-color css
<style>
a { background-color: #9B947B; }
a { background-color: rgb(155,148,123); }
div.DivClassName
{
background-color: #9B947B;
}
.BgClassName
{
background-color: #9B947B;
}
</style>
border-color css
<style>
span { border-color: #9B947B; }
span { border-color: rgb(155,148,123); }
td.TdClassName
{
border-color: #9B947B;
}
.TagClassName
{
border-color: #9B947B;
}
</style>