Shades of Olive #797411
Tints of Olive #797411
RGB
CMYK
RGB Variations
Color information
#797411 (or 0x797411) is known color: Olive. HEX triplet: 79, 74 and 11. RGB value is (121,116,17). Sum of RGB (Red+Green+Blue) = 121+116+17=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #797411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797411 is #868BEE. Grayscale: #6A6A6A. Windows color (decimal): -8817647 or 1143929. OLE color: 1143929.
HSL color Cylindrical-coordinate representation of color #797411: hue angle of 57.12º 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 #797411 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 116 | 17 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.53 |
| HSL | 57.12º | 0.75% | 0.27% | - |
| HSV(B) | 57.12º | 0.86% | 0.47% | - |
| XYZ | 14.23 | 16.6 | 2.98 | - |
| YUV | 106.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 17 | 0 | 0.04 | 0.86 | 0.53 | 57.12 | 0.75 | 0.27 |
| Hex | 79 | 74 | 11 | 0 | 4 | 56 | 35 | 39 | 4B | 1B |
| Octal | 171 | 164 | 21 | 0 | 4 | 126 | 65 | 71 | 113 | 33 |
| Binary | 1111001 | 1110100 | 10001 | 0 | 100 | 1010110 | 110101 | 111001 | 1001011 | 11011 |
Color Harmonies of #797411
Complementary color
Monochromatic Colors of #797411
Black with #797411
Text Example
Text Example
White with #797411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797411; }
p { color: rgb(121,116,17); }
H1.HeaderClassName
{
color: #797411;
}
.AnyTagClassName
{
color: #797411;
}
</style>
background-color css
<style>
a { background-color: #797411; }
a { background-color: rgb(121,116,17); }
div.DivClassName
{
background-color: #797411;
}
.BgClassName
{
background-color: #797411;
}
</style>
border-color css
<style>
span { border-color: #797411; }
span { border-color: rgb(121,116,17); }
td.TdClassName
{
border-color: #797411;
}
.TagClassName
{
border-color: #797411;
}
</style>