Shades of Olivetone #797822
Tints of Olivetone #797822
RGB
CMYK
RGB Variations
Color information
#797822 (or 0x797822) is known color: Olivetone. HEX triplet: 79, 78 and 22. RGB value is (121,120,34). Sum of RGB (Red+Green+Blue) = 121+120+34=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #797822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797822 is #8687DD. Grayscale: #6E6E6E. Windows color (decimal): -8816606 or 2259065. OLE color: 2259065.
HSL color Cylindrical-coordinate representation of color #797822: hue angle of 59.31º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #797822 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 120 | 34 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.53 |
| HSL | 59.31º | 0.56% | 0.3% | - |
| HSV(B) | 59.31º | 0.72% | 0.47% | - |
| XYZ | 14.89 | 17.61 | 4.13 | - |
| YUV | 110.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 34 | 0 | 0.01 | 0.72 | 0.53 | 59.31 | 0.56 | 0.3 |
| Hex | 79 | 78 | 22 | 0 | 1 | 48 | 35 | 3B | 38 | 1E |
| Octal | 171 | 170 | 42 | 0 | 1 | 110 | 65 | 73 | 70 | 36 |
| Binary | 1111001 | 1111000 | 100010 | 0 | 1 | 1001000 | 110101 | 111011 | 111000 | 11110 |
Color Harmonies of #797822
Complementary color
Monochromatic Colors of #797822
Black with #797822
Text Example
Text Example
White with #797822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797822; }
p { color: rgb(121,120,34); }
H1.HeaderClassName
{
color: #797822;
}
.AnyTagClassName
{
color: #797822;
}
</style>
background-color css
<style>
a { background-color: #797822; }
a { background-color: rgb(121,120,34); }
div.DivClassName
{
background-color: #797822;
}
.BgClassName
{
background-color: #797822;
}
</style>
border-color css
<style>
span { border-color: #797822; }
span { border-color: rgb(121,120,34); }
td.TdClassName
{
border-color: #797822;
}
.TagClassName
{
border-color: #797822;
}
</style>