Shades of Olivetone #726B0E
Tints of Olivetone #726B0E
RGB
CMYK
RGB Variations
Color information
#726B0E (or 0x726B0E) is known color: Olivetone. HEX triplet: 72, 6B and 0E. RGB value is (114,107,14). Sum of RGB (Red+Green+Blue) = 114+107+14=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #726B0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726B0E is #8D94F1. Grayscale: #626262. Windows color (decimal): -9278706 or 945010. OLE color: 945010.
HSL color Cylindrical-coordinate representation of color #726B0E: hue angle of 55.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #726B0E is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 14 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.55 |
| HSL | 55.8º | 0.78% | 0.25% | - |
| HSV(B) | 55.8º | 0.88% | 0.45% | - |
| XYZ | 12.28 | 14.12 | 2.49 | - |
| YUV | 98.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 14 | 0 | 0.06 | 0.88 | 0.55 | 55.8 | 0.78 | 0.25 |
| Hex | 72 | 6B | E | 0 | 6 | 58 | 37 | 38 | 4E | 19 |
| Octal | 162 | 153 | 16 | 0 | 6 | 130 | 67 | 70 | 116 | 31 |
| Binary | 1110010 | 1101011 | 1110 | 0 | 110 | 1011000 | 110111 | 111000 | 1001110 | 11001 |
Color Harmonies of #726B0E
Complementary color
Monochromatic Colors of #726B0E
Black with #726B0E
Text Example
Text Example
White with #726B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B0E; }
p { color: rgb(114,107,14); }
H1.HeaderClassName
{
color: #726B0E;
}
.AnyTagClassName
{
color: #726B0E;
}
</style>
background-color css
<style>
a { background-color: #726B0E; }
a { background-color: rgb(114,107,14); }
div.DivClassName
{
background-color: #726B0E;
}
.BgClassName
{
background-color: #726B0E;
}
</style>
border-color css
<style>
span { border-color: #726B0E; }
span { border-color: rgb(114,107,14); }
td.TdClassName
{
border-color: #726B0E;
}
.TagClassName
{
border-color: #726B0E;
}
</style>