Shades of Olivetone #726C11
Tints of Olivetone #726C11
RGB
CMYK
RGB Variations
Color information
#726C11 (or 0x726C11) is known color: Olivetone. HEX triplet: 72, 6C and 11. RGB value is (114,108,17). Sum of RGB (Red+Green+Blue) = 114+108+17=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #726C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C11 is #8D93EE. Grayscale: #636363. Windows color (decimal): -9278447 or 1141874. OLE color: 1141874.
HSL color Cylindrical-coordinate representation of color #726C11: hue angle of 56.29º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #726C11 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 17 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.55 |
| HSL | 56.29º | 0.74% | 0.26% | - |
| HSV(B) | 56.29º | 0.85% | 0.45% | - |
| XYZ | 12.4 | 14.34 | 2.65 | - |
| YUV | 99.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 17 | 0 | 0.05 | 0.85 | 0.55 | 56.29 | 0.74 | 0.26 |
| Hex | 72 | 6C | 11 | 0 | 5 | 55 | 37 | 38 | 4A | 1A |
| Octal | 162 | 154 | 21 | 0 | 5 | 125 | 67 | 70 | 112 | 32 |
| Binary | 1110010 | 1101100 | 10001 | 0 | 101 | 1010101 | 110111 | 111000 | 1001010 | 11010 |
Color Harmonies of #726C11
Complementary color
Monochromatic Colors of #726C11
Black with #726C11
Text Example
Text Example
White with #726C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C11; }
p { color: rgb(114,108,17); }
H1.HeaderClassName
{
color: #726C11;
}
.AnyTagClassName
{
color: #726C11;
}
</style>
background-color css
<style>
a { background-color: #726C11; }
a { background-color: rgb(114,108,17); }
div.DivClassName
{
background-color: #726C11;
}
.BgClassName
{
background-color: #726C11;
}
</style>
border-color css
<style>
span { border-color: #726C11; }
span { border-color: rgb(114,108,17); }
td.TdClassName
{
border-color: #726C11;
}
.TagClassName
{
border-color: #726C11;
}
</style>