Shades of Olivetone #726D14
Tints of Olivetone #726D14
RGB
CMYK
RGB Variations
Color information
#726D14 (or 0x726D14) is known color: Olivetone. HEX triplet: 72, 6D and 14. RGB value is (114,109,20). Sum of RGB (Red+Green+Blue) = 114+109+20=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #726D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D14 is #8D92EB. Grayscale: #646464. Windows color (decimal): -9278188 or 1338738. OLE color: 1338738.
HSL color Cylindrical-coordinate representation of color #726D14: hue angle of 56.81º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #726D14 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 20 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.55 |
| HSL | 56.81º | 0.7% | 0.26% | - |
| HSV(B) | 56.81º | 0.82% | 0.45% | - |
| XYZ | 12.53 | 14.57 | 2.81 | - |
| YUV | 100.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 20 | 0 | 0.04 | 0.82 | 0.55 | 56.81 | 0.7 | 0.26 |
| Hex | 72 | 6D | 14 | 0 | 4 | 52 | 37 | 39 | 46 | 1A |
| Octal | 162 | 155 | 24 | 0 | 4 | 122 | 67 | 71 | 106 | 32 |
| Binary | 1110010 | 1101101 | 10100 | 0 | 100 | 1010010 | 110111 | 111001 | 1000110 | 11010 |
Color Harmonies of #726D14
Complementary color
Monochromatic Colors of #726D14
Black with #726D14
Text Example
Text Example
White with #726D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D14; }
p { color: rgb(114,109,20); }
H1.HeaderClassName
{
color: #726D14;
}
.AnyTagClassName
{
color: #726D14;
}
</style>
background-color css
<style>
a { background-color: #726D14; }
a { background-color: rgb(114,109,20); }
div.DivClassName
{
background-color: #726D14;
}
.BgClassName
{
background-color: #726D14;
}
</style>
border-color css
<style>
span { border-color: #726D14; }
span { border-color: rgb(114,109,20); }
td.TdClassName
{
border-color: #726D14;
}
.TagClassName
{
border-color: #726D14;
}
</style>