Shades of Grey Olive #9F987A
Tints of Grey Olive #9F987A
RGB
CMYK
RGB Variations
Color information
#9F987A (or 0x9F987A) is known color: Grey Olive. HEX triplet: 9F, 98 and 7A. RGB value is (159,152,122). Sum of RGB (Red+Green+Blue) = 159+152+122=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 159 - color contains mainly: red. Hex color #9F987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F987A is #606785. Grayscale: #969696. Windows color (decimal): -6317958 or 8034463. OLE color: 8034463.
HSL color Cylindrical-coordinate representation of color #9F987A: hue angle of 48.65º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F987A is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 122 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.38 |
| HSL | 48.65º | 0.16% | 0.55% | - |
| HSV(B) | 48.65º | 0.23% | 0.62% | - |
| XYZ | 29.04 | 31.23 | 22.91 | - |
| YUV | 150.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 122 | 0 | 0.04 | 0.23 | 0.38 | 48.65 | 0.16 | 0.55 |
| Hex | 9F | 98 | 7A | 0 | 4 | 17 | 26 | 31 | 10 | 37 |
| Octal | 237 | 230 | 172 | 0 | 4 | 27 | 46 | 61 | 20 | 67 |
| Binary | 10011111 | 10011000 | 1111010 | 0 | 100 | 10111 | 100110 | 110001 | 10000 | 110111 |
Color Harmonies of #9F987A
Complementary color
Monochromatic Colors of #9F987A
Black with #9F987A
Text Example
Text Example
White with #9F987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F987A; }
p { color: rgb(159,152,122); }
H1.HeaderClassName
{
color: #9F987A;
}
.AnyTagClassName
{
color: #9F987A;
}
</style>
background-color css
<style>
a { background-color: #9F987A; }
a { background-color: rgb(159,152,122); }
div.DivClassName
{
background-color: #9F987A;
}
.BgClassName
{
background-color: #9F987A;
}
</style>
border-color css
<style>
span { border-color: #9F987A; }
span { border-color: rgb(159,152,122); }
td.TdClassName
{
border-color: #9F987A;
}
.TagClassName
{
border-color: #9F987A;
}
</style>