Shades of Olivetone #72712E
Tints of Olivetone #72712E
RGB
CMYK
RGB Variations
Color information
#72712E (or 0x72712E) is known color: Olivetone. HEX triplet: 72, 71 and 2E. RGB value is (114,113,46). Sum of RGB (Red+Green+Blue) = 114+113+46=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72712E is #8D8ED1. Grayscale: #696969. Windows color (decimal): -9277138 or 3043698. OLE color: 3043698.
HSL color Cylindrical-coordinate representation of color #72712E: hue angle of 59.12º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72712E is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 46 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.55 |
| HSL | 59.12º | 0.43% | 0.31% | - |
| HSV(B) | 59.12º | 0.6% | 0.45% | - |
| XYZ | 13.34 | 15.58 | 4.89 | - |
| YUV | 105.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 46 | 0 | 0.01 | 0.60 | 0.55 | 59.12 | 0.43 | 0.31 |
| Hex | 72 | 71 | 2E | 0 | 1 | 3C | 37 | 3B | 2A | 1F |
| Octal | 162 | 161 | 56 | 0 | 1 | 74 | 67 | 73 | 52 | 37 |
| Binary | 1110010 | 1110001 | 101110 | 0 | 1 | 111100 | 110111 | 111011 | 101010 | 11111 |
Color Harmonies of #72712E
Complementary color
Monochromatic Colors of #72712E
Black with #72712E
Text Example
Text Example
White with #72712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72712E; }
p { color: rgb(114,113,46); }
H1.HeaderClassName
{
color: #72712E;
}
.AnyTagClassName
{
color: #72712E;
}
</style>
background-color css
<style>
a { background-color: #72712E; }
a { background-color: rgb(114,113,46); }
div.DivClassName
{
background-color: #72712E;
}
.BgClassName
{
background-color: #72712E;
}
</style>
border-color css
<style>
span { border-color: #72712E; }
span { border-color: rgb(114,113,46); }
td.TdClassName
{
border-color: #72712E;
}
.TagClassName
{
border-color: #72712E;
}
</style>