Shades of Olive #797811
Tints of Olive #797811
RGB
CMYK
RGB Variations
Color information
#797811 (or 0x797811) is known color: Olive. HEX triplet: 79, 78 and 11. RGB value is (121,120,17). Sum of RGB (Red+Green+Blue) = 121+120+17=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #797811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797811 is #8687EE. Grayscale: #6C6C6C. Windows color (decimal): -8816623 or 1144953. OLE color: 1144953.
HSL color Cylindrical-coordinate representation of color #797811: hue angle of 59.42º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #797811 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 120 | 17 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.53 |
| HSL | 59.42º | 0.75% | 0.27% | - |
| HSV(B) | 59.42º | 0.86% | 0.47% | - |
| XYZ | 14.7 | 17.54 | 3.14 | - |
| YUV | 108.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 17 | 0 | 0.01 | 0.86 | 0.53 | 59.42 | 0.75 | 0.27 |
| Hex | 79 | 78 | 11 | 0 | 1 | 56 | 35 | 3B | 4B | 1B |
| Octal | 171 | 170 | 21 | 0 | 1 | 126 | 65 | 73 | 113 | 33 |
| Binary | 1111001 | 1111000 | 10001 | 0 | 1 | 1010110 | 110101 | 111011 | 1001011 | 11011 |
Color Harmonies of #797811
Complementary color
Monochromatic Colors of #797811
Black with #797811
Text Example
Text Example
White with #797811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797811; }
p { color: rgb(121,120,17); }
H1.HeaderClassName
{
color: #797811;
}
.AnyTagClassName
{
color: #797811;
}
</style>
background-color css
<style>
a { background-color: #797811; }
a { background-color: rgb(121,120,17); }
div.DivClassName
{
background-color: #797811;
}
.BgClassName
{
background-color: #797811;
}
</style>
border-color css
<style>
span { border-color: #797811; }
span { border-color: rgb(121,120,17); }
td.TdClassName
{
border-color: #797811;
}
.TagClassName
{
border-color: #797811;
}
</style>