Shades of Olivetone #726F10
Tints of Olivetone #726F10
RGB
CMYK
RGB Variations
Color information
#726F10 (or 0x726F10) is known color: Olivetone. HEX triplet: 72, 6F and 10. RGB value is (114,111,16). Sum of RGB (Red+Green+Blue) = 114+111+16=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #726F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F10 is #8D90EF. Grayscale: #656565. Windows color (decimal): -9277680 or 1077106. OLE color: 1077106.
HSL color Cylindrical-coordinate representation of color #726F10: hue angle of 58.16º 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 #726F10 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 16 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.55 |
| HSL | 58.16º | 0.75% | 0.25% | - |
| HSV(B) | 58.16º | 0.86% | 0.45% | - |
| XYZ | 12.72 | 14.98 | 2.71 | - |
| YUV | 101.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 16 | 0 | 0.03 | 0.86 | 0.55 | 58.16 | 0.75 | 0.25 |
| Hex | 72 | 6F | 10 | 0 | 3 | 56 | 37 | 3A | 4B | 19 |
| Octal | 162 | 157 | 20 | 0 | 3 | 126 | 67 | 72 | 113 | 31 |
| Binary | 1110010 | 1101111 | 10000 | 0 | 11 | 1010110 | 110111 | 111010 | 1001011 | 11001 |
Color Harmonies of #726F10
Complementary color
Monochromatic Colors of #726F10
Black with #726F10
Text Example
Text Example
White with #726F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F10; }
p { color: rgb(114,111,16); }
H1.HeaderClassName
{
color: #726F10;
}
.AnyTagClassName
{
color: #726F10;
}
</style>
background-color css
<style>
a { background-color: #726F10; }
a { background-color: rgb(114,111,16); }
div.DivClassName
{
background-color: #726F10;
}
.BgClassName
{
background-color: #726F10;
}
</style>
border-color css
<style>
span { border-color: #726F10; }
span { border-color: rgb(114,111,16); }
td.TdClassName
{
border-color: #726F10;
}
.TagClassName
{
border-color: #726F10;
}
</style>