Shades of Olivetone #72781E
Tints of Olivetone #72781E
RGB
CMYK
RGB Variations
Color information
#72781E (or 0x72781E) is known color: Olivetone. HEX triplet: 72, 78 and 1E. RGB value is (114,120,30). Sum of RGB (Red+Green+Blue) = 114+120+30=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #72781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72781E is #8D87E1. Grayscale: #6C6C6C. Windows color (decimal): -9275362 or 1996914. OLE color: 1996914.
HSL color Cylindrical-coordinate representation of color #72781E: hue angle of 64º 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 #72781E is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 120 | 30 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.53 |
| HSL | 64º | 0.6% | 0.29% | - |
| HSV(B) | 64º | 0.75% | 0.47% | - |
| XYZ | 13.89 | 17.1 | 3.8 | - |
| YUV | 107.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 30 | 0.05 | 0 | 0.75 | 0.53 | 64 | 0.6 | 0.29 |
| Hex | 72 | 78 | 1E | 5 | 0 | 4B | 35 | 40 | 3C | 1D |
| Octal | 162 | 170 | 36 | 5 | 0 | 113 | 65 | 100 | 74 | 35 |
| Binary | 1110010 | 1111000 | 11110 | 101 | 0 | 1001011 | 110101 | 1000000 | 111100 | 11101 |
Color Harmonies of #72781E
Complementary color
Monochromatic Colors of #72781E
Black with #72781E
Text Example
Text Example
White with #72781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72781E; }
p { color: rgb(114,120,30); }
H1.HeaderClassName
{
color: #72781E;
}
.AnyTagClassName
{
color: #72781E;
}
</style>
background-color css
<style>
a { background-color: #72781E; }
a { background-color: rgb(114,120,30); }
div.DivClassName
{
background-color: #72781E;
}
.BgClassName
{
background-color: #72781E;
}
</style>
border-color css
<style>
span { border-color: #72781E; }
span { border-color: rgb(114,120,30); }
td.TdClassName
{
border-color: #72781E;
}
.TagClassName
{
border-color: #72781E;
}
</style>