Shades of Olivetone #726B13
Tints of Olivetone #726B13
RGB
CMYK
RGB Variations
Color information
#726B13 (or 0x726B13) is known color: Olivetone. HEX triplet: 72, 6B and 13. RGB value is (114,107,19). Sum of RGB (Red+Green+Blue) = 114+107+19=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #726B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726B13 is #8D94EC. Grayscale: #636363. Windows color (decimal): -9278701 or 1272690. OLE color: 1272690.
HSL color Cylindrical-coordinate representation of color #726B13: hue angle of 55.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #726B13 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 19 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.55 |
| HSL | 55.58º | 0.71% | 0.26% | - |
| HSV(B) | 55.58º | 0.83% | 0.45% | - |
| XYZ | 12.31 | 14.14 | 2.7 | - |
| YUV | 99.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 19 | 0 | 0.06 | 0.83 | 0.55 | 55.58 | 0.71 | 0.26 |
| Hex | 72 | 6B | 13 | 0 | 6 | 53 | 37 | 38 | 47 | 1A |
| Octal | 162 | 153 | 23 | 0 | 6 | 123 | 67 | 70 | 107 | 32 |
| Binary | 1110010 | 1101011 | 10011 | 0 | 110 | 1010011 | 110111 | 111000 | 1000111 | 11010 |
Color Harmonies of #726B13
Complementary color
Monochromatic Colors of #726B13
Black with #726B13
Text Example
Text Example
White with #726B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B13; }
p { color: rgb(114,107,19); }
H1.HeaderClassName
{
color: #726B13;
}
.AnyTagClassName
{
color: #726B13;
}
</style>
background-color css
<style>
a { background-color: #726B13; }
a { background-color: rgb(114,107,19); }
div.DivClassName
{
background-color: #726B13;
}
.BgClassName
{
background-color: #726B13;
}
</style>
border-color css
<style>
span { border-color: #726B13; }
span { border-color: rgb(114,107,19); }
td.TdClassName
{
border-color: #726B13;
}
.TagClassName
{
border-color: #726B13;
}
</style>