Shades of Olivetone #797111
Tints of Olivetone #797111
RGB
CMYK
RGB Variations
Color information
#797111 (or 0x797111) is known color: Olivetone. HEX triplet: 79, 71 and 11. RGB value is (121,113,17). Sum of RGB (Red+Green+Blue) = 121+113+17=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #797111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797111 is #868EEE. Grayscale: #686868. Windows color (decimal): -8818415 or 1143161. OLE color: 1143161.
HSL color Cylindrical-coordinate representation of color #797111: hue angle of 55.38º 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 #797111 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 17 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.53 |
| HSL | 55.38º | 0.75% | 0.27% | - |
| HSV(B) | 55.38º | 0.86% | 0.47% | - |
| XYZ | 13.89 | 15.92 | 2.87 | - |
| YUV | 104.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 17 | 0 | 0.07 | 0.86 | 0.53 | 55.38 | 0.75 | 0.27 |
| Hex | 79 | 71 | 11 | 0 | 7 | 56 | 35 | 37 | 4B | 1B |
| Octal | 171 | 161 | 21 | 0 | 7 | 126 | 65 | 67 | 113 | 33 |
| Binary | 1111001 | 1110001 | 10001 | 0 | 111 | 1010110 | 110101 | 110111 | 1001011 | 11011 |
Color Harmonies of #797111
Complementary color
Monochromatic Colors of #797111
Black with #797111
Text Example
Text Example
White with #797111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797111; }
p { color: rgb(121,113,17); }
H1.HeaderClassName
{
color: #797111;
}
.AnyTagClassName
{
color: #797111;
}
</style>
background-color css
<style>
a { background-color: #797111; }
a { background-color: rgb(121,113,17); }
div.DivClassName
{
background-color: #797111;
}
.BgClassName
{
background-color: #797111;
}
</style>
border-color css
<style>
span { border-color: #797111; }
span { border-color: rgb(121,113,17); }
td.TdClassName
{
border-color: #797111;
}
.TagClassName
{
border-color: #797111;
}
</style>