Shades of Olive #797106
Tints of Olive #797106
RGB
CMYK
RGB Variations
Color information
#797106 (or 0x797106) is known color: Olive. HEX triplet: 79, 71 and 06. RGB value is (121,113,6). Sum of RGB (Red+Green+Blue) = 121+113+6=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #797106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797106 is #868EF9. Grayscale: #676767. Windows color (decimal): -8818426 or 422265. OLE color: 422265.
HSL color Cylindrical-coordinate representation of color #797106: hue angle of 55.83º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #797106 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 6 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.53 |
| HSL | 55.83º | 0.91% | 0.25% | - |
| HSV(B) | 55.83º | 0.95% | 0.47% | - |
| XYZ | 13.82 | 15.89 | 2.51 | - |
| YUV | 103.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 6 | 0 | 0.07 | 0.95 | 0.53 | 55.83 | 0.91 | 0.25 |
| Hex | 79 | 71 | 6 | 0 | 7 | 5F | 35 | 38 | 5B | 19 |
| Octal | 171 | 161 | 6 | 0 | 7 | 137 | 65 | 70 | 133 | 31 |
| Binary | 1111001 | 1110001 | 110 | 0 | 111 | 1011111 | 110101 | 111000 | 1011011 | 11001 |
Color Harmonies of #797106
Complementary color
Monochromatic Colors of #797106
Black with #797106
Text Example
Text Example
White with #797106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797106; }
p { color: rgb(121,113,6); }
H1.HeaderClassName
{
color: #797106;
}
.AnyTagClassName
{
color: #797106;
}
</style>
background-color css
<style>
a { background-color: #797106; }
a { background-color: rgb(121,113,6); }
div.DivClassName
{
background-color: #797106;
}
.BgClassName
{
background-color: #797106;
}
</style>
border-color css
<style>
span { border-color: #797106; }
span { border-color: rgb(121,113,6); }
td.TdClassName
{
border-color: #797106;
}
.TagClassName
{
border-color: #797106;
}
</style>