Shades of Grey Olive #9B947A
Tints of Grey Olive #9B947A
RGB
CMYK
RGB Variations
Color information
#9B947A (or 0x9B947A) is known color: Grey Olive. HEX triplet: 9B, 94 and 7A. RGB value is (155,148,122). Sum of RGB (Red+Green+Blue) = 155+148+122=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B947A is #646B85. Grayscale: #939393. Windows color (decimal): -6581126 or 8033435. OLE color: 8033435.
HSL color Cylindrical-coordinate representation of color #9B947A: hue angle of 47.27º 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 #9B947A is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 122 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.39 |
| HSL | 47.27º | 0.14% | 0.54% | - |
| HSV(B) | 47.27º | 0.21% | 0.61% | - |
| XYZ | 27.62 | 29.55 | 22.66 | - |
| YUV | 147.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 122 | 0 | 0.05 | 0.21 | 0.39 | 47.27 | 0.14 | 0.54 |
| Hex | 9B | 94 | 7A | 0 | 5 | 15 | 27 | 2F | E | 36 |
| Octal | 233 | 224 | 172 | 0 | 5 | 25 | 47 | 57 | 16 | 66 |
| Binary | 10011011 | 10010100 | 1111010 | 0 | 101 | 10101 | 100111 | 101111 | 1110 | 110110 |
Color Harmonies of #9B947A
Complementary color
Monochromatic Colors of #9B947A
Black with #9B947A
Text Example
Text Example
White with #9B947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B947A; }
p { color: rgb(155,148,122); }
H1.HeaderClassName
{
color: #9B947A;
}
.AnyTagClassName
{
color: #9B947A;
}
</style>
background-color css
<style>
a { background-color: #9B947A; }
a { background-color: rgb(155,148,122); }
div.DivClassName
{
background-color: #9B947A;
}
.BgClassName
{
background-color: #9B947A;
}
</style>
border-color css
<style>
span { border-color: #9B947A; }
span { border-color: rgb(155,148,122); }
td.TdClassName
{
border-color: #9B947A;
}
.TagClassName
{
border-color: #9B947A;
}
</style>