Shades of Olivetone #726F2E
Tints of Olivetone #726F2E
RGB
CMYK
RGB Variations
Color information
#726F2E (or 0x726F2E) is known color: Olivetone. HEX triplet: 72, 6F and 2E. RGB value is (114,111,46). Sum of RGB (Red+Green+Blue) = 114+111+46=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #726F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F2E is #8D90D1. Grayscale: #686868. Windows color (decimal): -9277650 or 3043186. OLE color: 3043186.
HSL color Cylindrical-coordinate representation of color #726F2E: hue angle of 57.35º 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 #726F2E is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 46 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.55 |
| HSL | 57.35º | 0.43% | 0.31% | - |
| HSV(B) | 57.35º | 0.6% | 0.45% | - |
| XYZ | 13.12 | 15.14 | 4.82 | - |
| YUV | 104.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 46 | 0 | 0.03 | 0.60 | 0.55 | 57.35 | 0.43 | 0.31 |
| Hex | 72 | 6F | 2E | 0 | 3 | 3C | 37 | 39 | 2A | 1F |
| Octal | 162 | 157 | 56 | 0 | 3 | 74 | 67 | 71 | 52 | 37 |
| Binary | 1110010 | 1101111 | 101110 | 0 | 11 | 111100 | 110111 | 111001 | 101010 | 11111 |
Color Harmonies of #726F2E
Complementary color
Monochromatic Colors of #726F2E
Black with #726F2E
Text Example
Text Example
White with #726F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F2E; }
p { color: rgb(114,111,46); }
H1.HeaderClassName
{
color: #726F2E;
}
.AnyTagClassName
{
color: #726F2E;
}
</style>
background-color css
<style>
a { background-color: #726F2E; }
a { background-color: rgb(114,111,46); }
div.DivClassName
{
background-color: #726F2E;
}
.BgClassName
{
background-color: #726F2E;
}
</style>
border-color css
<style>
span { border-color: #726F2E; }
span { border-color: rgb(114,111,46); }
td.TdClassName
{
border-color: #726F2E;
}
.TagClassName
{
border-color: #726F2E;
}
</style>