Shades of Olivetone #726D24
Tints of Olivetone #726D24
RGB
CMYK
RGB Variations
Color information
#726D24 (or 0x726D24) is known color: Olivetone. HEX triplet: 72, 6D and 24. RGB value is (114,109,36). Sum of RGB (Red+Green+Blue) = 114+109+36=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #726D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D24 is #8D92DB. Grayscale: #666666. Windows color (decimal): -9278172 or 2387314. OLE color: 2387314.
HSL color Cylindrical-coordinate representation of color #726D24: hue angle of 56.15º 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 #726D24 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 36 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.55 |
| HSL | 56.15º | 0.52% | 0.29% | - |
| HSV(B) | 56.15º | 0.68% | 0.45% | - |
| XYZ | 12.73 | 14.64 | 3.82 | - |
| YUV | 102.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 36 | 0 | 0.04 | 0.68 | 0.55 | 56.15 | 0.52 | 0.29 |
| Hex | 72 | 6D | 24 | 0 | 4 | 44 | 37 | 38 | 34 | 1D |
| Octal | 162 | 155 | 44 | 0 | 4 | 104 | 67 | 70 | 64 | 35 |
| Binary | 1110010 | 1101101 | 100100 | 0 | 100 | 1000100 | 110111 | 111000 | 110100 | 11101 |
Color Harmonies of #726D24
Complementary color
Monochromatic Colors of #726D24
Black with #726D24
Text Example
Text Example
White with #726D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D24; }
p { color: rgb(114,109,36); }
H1.HeaderClassName
{
color: #726D24;
}
.AnyTagClassName
{
color: #726D24;
}
</style>
background-color css
<style>
a { background-color: #726D24; }
a { background-color: rgb(114,109,36); }
div.DivClassName
{
background-color: #726D24;
}
.BgClassName
{
background-color: #726D24;
}
</style>
border-color css
<style>
span { border-color: #726D24; }
span { border-color: rgb(114,109,36); }
td.TdClassName
{
border-color: #726D24;
}
.TagClassName
{
border-color: #726D24;
}
</style>