Shades of Grey Olive #9F9780
Tints of Grey Olive #9F9780
RGB
CMYK
RGB Variations
Color information
#9F9780 (or 0x9F9780) is known color: Grey Olive. HEX triplet: 9F, 97 and 80. RGB value is (159,151,128). Sum of RGB (Red+Green+Blue) = 159+151+128=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9780 is #60687F. Grayscale: #969696. Windows color (decimal): -6318208 or 8427423. OLE color: 8427423.
HSL color Cylindrical-coordinate representation of color #9F9780: hue angle of 44.52º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F9780 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 128 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.38 |
| HSL | 44.52º | 0.14% | 0.56% | - |
| HSV(B) | 44.52º | 0.19% | 0.62% | - |
| XYZ | 29.26 | 31.06 | 24.88 | - |
| YUV | 150.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 128 | 0 | 0.05 | 0.19 | 0.38 | 44.52 | 0.14 | 0.56 |
| Hex | 9F | 97 | 80 | 0 | 5 | 13 | 26 | 2D | E | 38 |
| Octal | 237 | 227 | 200 | 0 | 5 | 23 | 46 | 55 | 16 | 70 |
| Binary | 10011111 | 10010111 | 10000000 | 0 | 101 | 10011 | 100110 | 101101 | 1110 | 111000 |
Color Harmonies of #9F9780
Complementary color
Monochromatic Colors of #9F9780
Black with #9F9780
Text Example
Text Example
White with #9F9780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9780; }
p { color: rgb(159,151,128); }
H1.HeaderClassName
{
color: #9F9780;
}
.AnyTagClassName
{
color: #9F9780;
}
</style>
background-color css
<style>
a { background-color: #9F9780; }
a { background-color: rgb(159,151,128); }
div.DivClassName
{
background-color: #9F9780;
}
.BgClassName
{
background-color: #9F9780;
}
</style>
border-color css
<style>
span { border-color: #9F9780; }
span { border-color: rgb(159,151,128); }
td.TdClassName
{
border-color: #9F9780;
}
.TagClassName
{
border-color: #9F9780;
}
</style>