Shades of Olivetone #78721E
Tints of Olivetone #78721E
RGB
CMYK
RGB Variations
Color information
#78721E (or 0x78721E) is known color: Olivetone. HEX triplet: 78, 72 and 1E. RGB value is (120,114,30). Sum of RGB (Red+Green+Blue) = 120+114+30=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78721E is #878DE1. Grayscale: #6A6A6A. Windows color (decimal): -8883682 or 1995384. OLE color: 1995384.
HSL color Cylindrical-coordinate representation of color #78721E: hue angle of 56º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78721E is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 30 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.53 |
| HSL | 56º | 0.6% | 0.29% | - |
| HSV(B) | 56º | 0.75% | 0.47% | - |
| XYZ | 14 | 16.12 | 3.6 | - |
| YUV | 106.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 30 | 0 | 0.05 | 0.75 | 0.53 | 56 | 0.6 | 0.29 |
| Hex | 78 | 72 | 1E | 0 | 5 | 4B | 35 | 38 | 3C | 1D |
| Octal | 170 | 162 | 36 | 0 | 5 | 113 | 65 | 70 | 74 | 35 |
| Binary | 1111000 | 1110010 | 11110 | 0 | 101 | 1001011 | 110101 | 111000 | 111100 | 11101 |
Color Harmonies of #78721E
Complementary color
Monochromatic Colors of #78721E
Black with #78721E
Text Example
Text Example
White with #78721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78721E; }
p { color: rgb(120,114,30); }
H1.HeaderClassName
{
color: #78721E;
}
.AnyTagClassName
{
color: #78721E;
}
</style>
background-color css
<style>
a { background-color: #78721E; }
a { background-color: rgb(120,114,30); }
div.DivClassName
{
background-color: #78721E;
}
.BgClassName
{
background-color: #78721E;
}
</style>
border-color css
<style>
span { border-color: #78721E; }
span { border-color: rgb(120,114,30); }
td.TdClassName
{
border-color: #78721E;
}
.TagClassName
{
border-color: #78721E;
}
</style>