Shades of Grey Olive #9F9982
Tints of Grey Olive #9F9982
RGB
CMYK
RGB Variations
Color information
#9F9982 (or 0x9F9982) is known color: Grey Olive. HEX triplet: 9F, 99 and 82. RGB value is (159,153,130). Sum of RGB (Red+Green+Blue) = 159+153+130=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9982 is #60667D. Grayscale: #989898. Windows color (decimal): -6317694 or 8559007. OLE color: 8559007.
HSL color Cylindrical-coordinate representation of color #9F9982: hue angle of 47.59º 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 #9F9982 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 130 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.38 |
| HSL | 47.59º | 0.13% | 0.57% | - |
| HSV(B) | 47.59º | 0.18% | 0.62% | - |
| XYZ | 29.72 | 31.77 | 25.68 | - |
| YUV | 152.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 130 | 0 | 0.04 | 0.18 | 0.38 | 47.59 | 0.13 | 0.57 |
| Hex | 9F | 99 | 82 | 0 | 4 | 12 | 26 | 30 | D | 39 |
| Octal | 237 | 231 | 202 | 0 | 4 | 22 | 46 | 60 | 15 | 71 |
| Binary | 10011111 | 10011001 | 10000010 | 0 | 100 | 10010 | 100110 | 110000 | 1101 | 111001 |
Color Harmonies of #9F9982
Complementary color
Monochromatic Colors of #9F9982
Black with #9F9982
Text Example
Text Example
White with #9F9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9982; }
p { color: rgb(159,153,130); }
H1.HeaderClassName
{
color: #9F9982;
}
.AnyTagClassName
{
color: #9F9982;
}
</style>
background-color css
<style>
a { background-color: #9F9982; }
a { background-color: rgb(159,153,130); }
div.DivClassName
{
background-color: #9F9982;
}
.BgClassName
{
background-color: #9F9982;
}
</style>
border-color css
<style>
span { border-color: #9F9982; }
span { border-color: rgb(159,153,130); }
td.TdClassName
{
border-color: #9F9982;
}
.TagClassName
{
border-color: #9F9982;
}
</style>