Shades of Olivetone #726E24
Tints of Olivetone #726E24
RGB
CMYK
RGB Variations
Color information
#726E24 (or 0x726E24) is known color: Olivetone. HEX triplet: 72, 6E and 24. RGB value is (114,110,36). Sum of RGB (Red+Green+Blue) = 114+110+36=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #726E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E24 is #8D91DB. Grayscale: #676767. Windows color (decimal): -9277916 or 2387570. OLE color: 2387570.
HSL color Cylindrical-coordinate representation of color #726E24: hue angle of 56.92º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #726E24 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 36 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.55 |
| HSL | 56.92º | 0.52% | 0.29% | - |
| HSV(B) | 56.92º | 0.68% | 0.45% | - |
| XYZ | 12.83 | 14.86 | 3.86 | - |
| YUV | 102.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 36 | 0 | 0.04 | 0.68 | 0.55 | 56.92 | 0.52 | 0.29 |
| Hex | 72 | 6E | 24 | 0 | 4 | 44 | 37 | 39 | 34 | 1D |
| Octal | 162 | 156 | 44 | 0 | 4 | 104 | 67 | 71 | 64 | 35 |
| Binary | 1110010 | 1101110 | 100100 | 0 | 100 | 1000100 | 110111 | 111001 | 110100 | 11101 |
Color Harmonies of #726E24
Complementary color
Monochromatic Colors of #726E24
Black with #726E24
Text Example
Text Example
White with #726E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E24; }
p { color: rgb(114,110,36); }
H1.HeaderClassName
{
color: #726E24;
}
.AnyTagClassName
{
color: #726E24;
}
</style>
background-color css
<style>
a { background-color: #726E24; }
a { background-color: rgb(114,110,36); }
div.DivClassName
{
background-color: #726E24;
}
.BgClassName
{
background-color: #726E24;
}
</style>
border-color css
<style>
span { border-color: #726E24; }
span { border-color: rgb(114,110,36); }
td.TdClassName
{
border-color: #726E24;
}
.TagClassName
{
border-color: #726E24;
}
</style>