Shades of Grey Olive #9B967F
Tints of Grey Olive #9B967F
RGB
CMYK
RGB Variations
Color information
#9B967F (or 0x9B967F) is known color: Grey Olive. HEX triplet: 9B, 96 and 7F. RGB value is (155,150,127). Sum of RGB (Red+Green+Blue) = 155+150+127=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B967F is #646980. Grayscale: #949494. Windows color (decimal): -6580609 or 8361627. OLE color: 8361627.
HSL color Cylindrical-coordinate representation of color #9B967F: hue angle of 49.29º 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 #9B967F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 150 | 127 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.39 |
| HSL | 49.29º | 0.12% | 0.55% | - |
| HSV(B) | 49.29º | 0.18% | 0.61% | - |
| XYZ | 28.25 | 30.31 | 24.44 | - |
| YUV | 148.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 127 | 0 | 0.03 | 0.18 | 0.39 | 49.29 | 0.12 | 0.55 |
| Hex | 9B | 96 | 7F | 0 | 3 | 12 | 27 | 31 | C | 37 |
| Octal | 233 | 226 | 177 | 0 | 3 | 22 | 47 | 61 | 14 | 67 |
| Binary | 10011011 | 10010110 | 1111111 | 0 | 11 | 10010 | 100111 | 110001 | 1100 | 110111 |
Color Harmonies of #9B967F
Complementary color
Monochromatic Colors of #9B967F
Black with #9B967F
Text Example
Text Example
White with #9B967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B967F; }
p { color: rgb(155,150,127); }
H1.HeaderClassName
{
color: #9B967F;
}
.AnyTagClassName
{
color: #9B967F;
}
</style>
background-color css
<style>
a { background-color: #9B967F; }
a { background-color: rgb(155,150,127); }
div.DivClassName
{
background-color: #9B967F;
}
.BgClassName
{
background-color: #9B967F;
}
</style>
border-color css
<style>
span { border-color: #9B967F; }
span { border-color: rgb(155,150,127); }
td.TdClassName
{
border-color: #9B967F;
}
.TagClassName
{
border-color: #9B967F;
}
</style>