Shades of Olivetone #726C0D
Tints of Olivetone #726C0D
RGB
CMYK
RGB Variations
Color information
#726C0D (or 0x726C0D) is known color: Olivetone. HEX triplet: 72, 6C and 0D. RGB value is (114,108,13). Sum of RGB (Red+Green+Blue) = 114+108+13=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #726C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C0D is #8D93F2. Grayscale: #636363. Windows color (decimal): -9278451 or 879730. OLE color: 879730.
HSL color Cylindrical-coordinate representation of color #726C0D: hue angle of 56.44º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #726C0D is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 13 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.55 |
| HSL | 56.44º | 0.8% | 0.25% | - |
| HSV(B) | 56.44º | 0.89% | 0.45% | - |
| XYZ | 12.37 | 14.33 | 2.49 | - |
| YUV | 98.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 13 | 0 | 0.05 | 0.89 | 0.55 | 56.44 | 0.8 | 0.25 |
| Hex | 72 | 6C | D | 0 | 5 | 59 | 37 | 38 | 50 | 19 |
| Octal | 162 | 154 | 15 | 0 | 5 | 131 | 67 | 70 | 120 | 31 |
| Binary | 1110010 | 1101100 | 1101 | 0 | 101 | 1011001 | 110111 | 111000 | 1010000 | 11001 |
Color Harmonies of #726C0D
Complementary color
Monochromatic Colors of #726C0D
Black with #726C0D
Text Example
Text Example
White with #726C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C0D; }
p { color: rgb(114,108,13); }
H1.HeaderClassName
{
color: #726C0D;
}
.AnyTagClassName
{
color: #726C0D;
}
</style>
background-color css
<style>
a { background-color: #726C0D; }
a { background-color: rgb(114,108,13); }
div.DivClassName
{
background-color: #726C0D;
}
.BgClassName
{
background-color: #726C0D;
}
</style>
border-color css
<style>
span { border-color: #726C0D; }
span { border-color: rgb(114,108,13); }
td.TdClassName
{
border-color: #726C0D;
}
.TagClassName
{
border-color: #726C0D;
}
</style>