Shades of Olivetone #797215
Tints of Olivetone #797215
RGB
CMYK
RGB Variations
Color information
#797215 (or 0x797215) is known color: Olivetone. HEX triplet: 79, 72 and 15. RGB value is (121,114,21). Sum of RGB (Red+Green+Blue) = 121+114+21=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #797215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797215 is #868DEA. Grayscale: #696969. Windows color (decimal): -8818155 or 1405561. OLE color: 1405561.
HSL color Cylindrical-coordinate representation of color #797215: hue angle of 55.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #797215 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 114 | 21 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.53 |
| HSL | 55.8º | 0.7% | 0.28% | - |
| HSV(B) | 55.8º | 0.83% | 0.47% | - |
| XYZ | 14.04 | 16.15 | 3.09 | - |
| YUV | 105.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 114 | 21 | 0 | 0.06 | 0.83 | 0.53 | 55.8 | 0.7 | 0.28 |
| Hex | 79 | 72 | 15 | 0 | 6 | 53 | 35 | 38 | 46 | 1C |
| Octal | 171 | 162 | 25 | 0 | 6 | 123 | 65 | 70 | 106 | 34 |
| Binary | 1111001 | 1110010 | 10101 | 0 | 110 | 1010011 | 110101 | 111000 | 1000110 | 11100 |
Color Harmonies of #797215
Complementary color
Monochromatic Colors of #797215
Black with #797215
Text Example
Text Example
White with #797215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797215; }
p { color: rgb(121,114,21); }
H1.HeaderClassName
{
color: #797215;
}
.AnyTagClassName
{
color: #797215;
}
</style>
background-color css
<style>
a { background-color: #797215; }
a { background-color: rgb(121,114,21); }
div.DivClassName
{
background-color: #797215;
}
.BgClassName
{
background-color: #797215;
}
</style>
border-color css
<style>
span { border-color: #797215; }
span { border-color: rgb(121,114,21); }
td.TdClassName
{
border-color: #797215;
}
.TagClassName
{
border-color: #797215;
}
</style>