Shades of Grey Olive #9F9A82
Tints of Grey Olive #9F9A82
RGB
CMYK
RGB Variations
Color information
#9F9A82 (or 0x9F9A82) is known color: Grey Olive. HEX triplet: 9F, 9A and 82. RGB value is (159,154,130). Sum of RGB (Red+Green+Blue) = 159+154+130=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9A82 is #60657D. Grayscale: #989898. Windows color (decimal): -6317438 or 8559263. OLE color: 8559263.
HSL color Cylindrical-coordinate representation of color #9F9A82: hue angle of 49.66º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F9A82 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 154 | 130 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.38 |
| HSL | 49.66º | 0.13% | 0.57% | - |
| HSV(B) | 49.66º | 0.18% | 0.62% | - |
| XYZ | 29.88 | 32.09 | 25.74 | - |
| YUV | 152.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 130 | 0 | 0.03 | 0.18 | 0.38 | 49.66 | 0.13 | 0.57 |
| Hex | 9F | 9A | 82 | 0 | 3 | 12 | 26 | 32 | D | 39 |
| Octal | 237 | 232 | 202 | 0 | 3 | 22 | 46 | 62 | 15 | 71 |
| Binary | 10011111 | 10011010 | 10000010 | 0 | 11 | 10010 | 100110 | 110010 | 1101 | 111001 |
Color Harmonies of #9F9A82
Complementary color
Monochromatic Colors of #9F9A82
Black with #9F9A82
Text Example
Text Example
White with #9F9A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9A82; }
p { color: rgb(159,154,130); }
H1.HeaderClassName
{
color: #9F9A82;
}
.AnyTagClassName
{
color: #9F9A82;
}
</style>
background-color css
<style>
a { background-color: #9F9A82; }
a { background-color: rgb(159,154,130); }
div.DivClassName
{
background-color: #9F9A82;
}
.BgClassName
{
background-color: #9F9A82;
}
</style>
border-color css
<style>
span { border-color: #9F9A82; }
span { border-color: rgb(159,154,130); }
td.TdClassName
{
border-color: #9F9A82;
}
.TagClassName
{
border-color: #9F9A82;
}
</style>