Shades of Grey Olive #9F9A84
Tints of Grey Olive #9F9A84
RGB
CMYK
RGB Variations
Color information
#9F9A84 (or 0x9F9A84) is known color: Grey Olive. HEX triplet: 9F, 9A and 84. RGB value is (159,154,132). Sum of RGB (Red+Green+Blue) = 159+154+132=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9A84 is #60657B. Grayscale: #999999. Windows color (decimal): -6317436 or 8690335. OLE color: 8690335.
HSL color Cylindrical-coordinate representation of color #9F9A84: hue angle of 48.89º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F9A84 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 154 | 132 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.38 |
| HSL | 48.89º | 0.12% | 0.57% | - |
| HSV(B) | 48.89º | 0.17% | 0.62% | - |
| XYZ | 30.02 | 32.15 | 26.45 | - |
| YUV | 152.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 132 | 0 | 0.03 | 0.17 | 0.38 | 48.89 | 0.12 | 0.57 |
| Hex | 9F | 9A | 84 | 0 | 3 | 11 | 26 | 31 | C | 39 |
| Octal | 237 | 232 | 204 | 0 | 3 | 21 | 46 | 61 | 14 | 71 |
| Binary | 10011111 | 10011010 | 10000100 | 0 | 11 | 10001 | 100110 | 110001 | 1100 | 111001 |
Color Harmonies of #9F9A84
Complementary color
Monochromatic Colors of #9F9A84
Black with #9F9A84
Text Example
Text Example
White with #9F9A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9A84; }
p { color: rgb(159,154,132); }
H1.HeaderClassName
{
color: #9F9A84;
}
.AnyTagClassName
{
color: #9F9A84;
}
</style>
background-color css
<style>
a { background-color: #9F9A84; }
a { background-color: rgb(159,154,132); }
div.DivClassName
{
background-color: #9F9A84;
}
.BgClassName
{
background-color: #9F9A84;
}
</style>
border-color css
<style>
span { border-color: #9F9A84; }
span { border-color: rgb(159,154,132); }
td.TdClassName
{
border-color: #9F9A84;
}
.TagClassName
{
border-color: #9F9A84;
}
</style>