Shades of Olivetone #72782E
Tints of Olivetone #72782E
RGB
CMYK
RGB Variations
Color information
#72782E (or 0x72782E) is known color: Olivetone. HEX triplet: 72, 78 and 2E. RGB value is (114,120,46). Sum of RGB (Red+Green+Blue) = 114+120+46=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #72782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72782E is #8D87D1. Grayscale: #6E6E6E. Windows color (decimal): -9275346 or 3045490. OLE color: 3045490.
HSL color Cylindrical-coordinate representation of color #72782E: hue angle of 64.86º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72782E is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 120 | 46 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.53 |
| HSL | 64.86º | 0.45% | 0.33% | - |
| HSV(B) | 64.86º | 0.62% | 0.47% | - |
| XYZ | 14.15 | 17.21 | 5.16 | - |
| YUV | 109.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 46 | 0.05 | 0 | 0.62 | 0.53 | 64.86 | 0.45 | 0.33 |
| Hex | 72 | 78 | 2E | 5 | 0 | 3E | 35 | 41 | 2D | 21 |
| Octal | 162 | 170 | 56 | 5 | 0 | 76 | 65 | 101 | 55 | 41 |
| Binary | 1110010 | 1111000 | 101110 | 101 | 0 | 111110 | 110101 | 1000001 | 101101 | 100001 |
Color Harmonies of #72782E
Complementary color
Monochromatic Colors of #72782E
Black with #72782E
Text Example
Text Example
White with #72782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72782E; }
p { color: rgb(114,120,46); }
H1.HeaderClassName
{
color: #72782E;
}
.AnyTagClassName
{
color: #72782E;
}
</style>
background-color css
<style>
a { background-color: #72782E; }
a { background-color: rgb(114,120,46); }
div.DivClassName
{
background-color: #72782E;
}
.BgClassName
{
background-color: #72782E;
}
</style>
border-color css
<style>
span { border-color: #72782E; }
span { border-color: rgb(114,120,46); }
td.TdClassName
{
border-color: #72782E;
}
.TagClassName
{
border-color: #72782E;
}
</style>