Shades of Olivetone #726A11
Tints of Olivetone #726A11
RGB
CMYK
RGB Variations
Color information
#726A11 (or 0x726A11) is known color: Olivetone. HEX triplet: 72, 6A and 11. RGB value is (114,106,17). Sum of RGB (Red+Green+Blue) = 114+106+17=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #726A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726A11 is #8D95EE. Grayscale: #626262. Windows color (decimal): -9278959 or 1141362. OLE color: 1141362.
HSL color Cylindrical-coordinate representation of color #726A11: hue angle of 55.05º 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 #726A11 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 17 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.55 |
| HSL | 55.05º | 0.74% | 0.26% | - |
| HSV(B) | 55.05º | 0.85% | 0.45% | - |
| XYZ | 12.19 | 13.93 | 2.58 | - |
| YUV | 98.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 17 | 0 | 0.07 | 0.85 | 0.55 | 55.05 | 0.74 | 0.26 |
| Hex | 72 | 6A | 11 | 0 | 7 | 55 | 37 | 37 | 4A | 1A |
| Octal | 162 | 152 | 21 | 0 | 7 | 125 | 67 | 67 | 112 | 32 |
| Binary | 1110010 | 1101010 | 10001 | 0 | 111 | 1010101 | 110111 | 110111 | 1001010 | 11010 |
Color Harmonies of #726A11
Complementary color
Monochromatic Colors of #726A11
Black with #726A11
Text Example
Text Example
White with #726A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A11; }
p { color: rgb(114,106,17); }
H1.HeaderClassName
{
color: #726A11;
}
.AnyTagClassName
{
color: #726A11;
}
</style>
background-color css
<style>
a { background-color: #726A11; }
a { background-color: rgb(114,106,17); }
div.DivClassName
{
background-color: #726A11;
}
.BgClassName
{
background-color: #726A11;
}
</style>
border-color css
<style>
span { border-color: #726A11; }
span { border-color: rgb(114,106,17); }
td.TdClassName
{
border-color: #726A11;
}
.TagClassName
{
border-color: #726A11;
}
</style>