Shades of Olivetone #726811
Tints of Olivetone #726811
RGB
CMYK
RGB Variations
Color information
#726811 (or 0x726811) is known color: Olivetone. HEX triplet: 72, 68 and 11. RGB value is (114,104,17). Sum of RGB (Red+Green+Blue) = 114+104+17=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #726811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726811 is #8D97EE. Grayscale: #616161. Windows color (decimal): -9279471 or 1140850. OLE color: 1140850.
HSL color Cylindrical-coordinate representation of color #726811: hue angle of 53.81º 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 #726811 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 17 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.55 |
| HSL | 53.81º | 0.74% | 0.26% | - |
| HSV(B) | 53.81º | 0.85% | 0.45% | - |
| XYZ | 11.99 | 13.52 | 2.51 | - |
| YUV | 97.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 17 | 0 | 0.09 | 0.85 | 0.55 | 53.81 | 0.74 | 0.26 |
| Hex | 72 | 68 | 11 | 0 | 9 | 55 | 37 | 36 | 4A | 1A |
| Octal | 162 | 150 | 21 | 0 | 11 | 125 | 67 | 66 | 112 | 32 |
| Binary | 1110010 | 1101000 | 10001 | 0 | 1001 | 1010101 | 110111 | 110110 | 1001010 | 11010 |
Color Harmonies of #726811
Complementary color
Monochromatic Colors of #726811
Black with #726811
Text Example
Text Example
White with #726811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726811; }
p { color: rgb(114,104,17); }
H1.HeaderClassName
{
color: #726811;
}
.AnyTagClassName
{
color: #726811;
}
</style>
background-color css
<style>
a { background-color: #726811; }
a { background-color: rgb(114,104,17); }
div.DivClassName
{
background-color: #726811;
}
.BgClassName
{
background-color: #726811;
}
</style>
border-color css
<style>
span { border-color: #726811; }
span { border-color: rgb(114,104,17); }
td.TdClassName
{
border-color: #726811;
}
.TagClassName
{
border-color: #726811;
}
</style>