Shades of Olivetone #726E2E
Tints of Olivetone #726E2E
RGB
CMYK
RGB Variations
Color information
#726E2E (or 0x726E2E) is known color: Olivetone. HEX triplet: 72, 6E and 2E. RGB value is (114,110,46). Sum of RGB (Red+Green+Blue) = 114+110+46=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #726E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E2E is #8D91D1. Grayscale: #686868. Windows color (decimal): -9277906 or 3042930. OLE color: 3042930.
HSL color Cylindrical-coordinate representation of color #726E2E: hue angle of 56.47º 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 #726E2E is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 46 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.55 |
| HSL | 56.47º | 0.43% | 0.31% | - |
| HSV(B) | 56.47º | 0.6% | 0.45% | - |
| XYZ | 13.01 | 14.93 | 4.78 | - |
| YUV | 103.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 46 | 0 | 0.04 | 0.60 | 0.55 | 56.47 | 0.43 | 0.31 |
| Hex | 72 | 6E | 2E | 0 | 4 | 3C | 37 | 38 | 2A | 1F |
| Octal | 162 | 156 | 56 | 0 | 4 | 74 | 67 | 70 | 52 | 37 |
| Binary | 1110010 | 1101110 | 101110 | 0 | 100 | 111100 | 110111 | 111000 | 101010 | 11111 |
Color Harmonies of #726E2E
Complementary color
Monochromatic Colors of #726E2E
Black with #726E2E
Text Example
Text Example
White with #726E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E2E; }
p { color: rgb(114,110,46); }
H1.HeaderClassName
{
color: #726E2E;
}
.AnyTagClassName
{
color: #726E2E;
}
</style>
background-color css
<style>
a { background-color: #726E2E; }
a { background-color: rgb(114,110,46); }
div.DivClassName
{
background-color: #726E2E;
}
.BgClassName
{
background-color: #726E2E;
}
</style>
border-color css
<style>
span { border-color: #726E2E; }
span { border-color: rgb(114,110,46); }
td.TdClassName
{
border-color: #726E2E;
}
.TagClassName
{
border-color: #726E2E;
}
</style>