Shades of Grey Olive #9B947D
Tints of Grey Olive #9B947D
RGB
CMYK
RGB Variations
Color information
#9B947D (or 0x9B947D) is known color: Grey Olive. HEX triplet: 9B, 94 and 7D. RGB value is (155,148,125). Sum of RGB (Red+Green+Blue) = 155+148+125=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 155 - color contains mainly: red. Hex color #9B947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B947D is #646B82. Grayscale: #939393. Windows color (decimal): -6581123 or 8230043. OLE color: 8230043.
HSL color Cylindrical-coordinate representation of color #9B947D: hue angle of 46º 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 #9B947D is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 125 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.39 |
| HSL | 46º | 0.13% | 0.55% | - |
| HSV(B) | 46º | 0.19% | 0.61% | - |
| XYZ | 27.81 | 29.63 | 23.66 | - |
| YUV | 147.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 125 | 0 | 0.05 | 0.19 | 0.39 | 46 | 0.13 | 0.55 |
| Hex | 9B | 94 | 7D | 0 | 5 | 13 | 27 | 2E | D | 37 |
| Octal | 233 | 224 | 175 | 0 | 5 | 23 | 47 | 56 | 15 | 67 |
| Binary | 10011011 | 10010100 | 1111101 | 0 | 101 | 10011 | 100111 | 101110 | 1101 | 110111 |
Color Harmonies of #9B947D
Complementary color
Monochromatic Colors of #9B947D
Black with #9B947D
Text Example
Text Example
White with #9B947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B947D; }
p { color: rgb(155,148,125); }
H1.HeaderClassName
{
color: #9B947D;
}
.AnyTagClassName
{
color: #9B947D;
}
</style>
background-color css
<style>
a { background-color: #9B947D; }
a { background-color: rgb(155,148,125); }
div.DivClassName
{
background-color: #9B947D;
}
.BgClassName
{
background-color: #9B947D;
}
</style>
border-color css
<style>
span { border-color: #9B947D; }
span { border-color: rgb(155,148,125); }
td.TdClassName
{
border-color: #9B947D;
}
.TagClassName
{
border-color: #9B947D;
}
</style>