Shades of Olivetone #726C10
Tints of Olivetone #726C10
RGB
CMYK
RGB Variations
Color information
#726C10 (or 0x726C10) is known color: Olivetone. HEX triplet: 72, 6C and 10. RGB value is (114,108,16). Sum of RGB (Red+Green+Blue) = 114+108+16=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #726C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C10 is #8D93EF. Grayscale: #636363. Windows color (decimal): -9278448 or 1076338. OLE color: 1076338.
HSL color Cylindrical-coordinate representation of color #726C10: hue angle of 56.33º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #726C10 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 16 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.55 |
| HSL | 56.33º | 0.75% | 0.25% | - |
| HSV(B) | 56.33º | 0.86% | 0.45% | - |
| XYZ | 12.4 | 14.34 | 2.6 | - |
| YUV | 99.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 16 | 0 | 0.05 | 0.86 | 0.55 | 56.33 | 0.75 | 0.25 |
| Hex | 72 | 6C | 10 | 0 | 5 | 56 | 37 | 38 | 4B | 19 |
| Octal | 162 | 154 | 20 | 0 | 5 | 126 | 67 | 70 | 113 | 31 |
| Binary | 1110010 | 1101100 | 10000 | 0 | 101 | 1010110 | 110111 | 111000 | 1001011 | 11001 |
Color Harmonies of #726C10
Complementary color
Monochromatic Colors of #726C10
Black with #726C10
Text Example
Text Example
White with #726C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C10; }
p { color: rgb(114,108,16); }
H1.HeaderClassName
{
color: #726C10;
}
.AnyTagClassName
{
color: #726C10;
}
</style>
background-color css
<style>
a { background-color: #726C10; }
a { background-color: rgb(114,108,16); }
div.DivClassName
{
background-color: #726C10;
}
.BgClassName
{
background-color: #726C10;
}
</style>
border-color css
<style>
span { border-color: #726C10; }
span { border-color: rgb(114,108,16); }
td.TdClassName
{
border-color: #726C10;
}
.TagClassName
{
border-color: #726C10;
}
</style>