Shades of Olivetone #726F12
Tints of Olivetone #726F12
RGB
CMYK
RGB Variations
Color information
#726F12 (or 0x726F12) is known color: Olivetone. HEX triplet: 72, 6F and 12. RGB value is (114,111,18). Sum of RGB (Red+Green+Blue) = 114+111+18=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #726F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726F12 is #8D90ED. Grayscale: #656565. Windows color (decimal): -9277678 or 1208178. OLE color: 1208178.
HSL color Cylindrical-coordinate representation of color #726F12: hue angle of 58.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #726F12 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 18 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.55 |
| HSL | 58.13º | 0.73% | 0.26% | - |
| HSV(B) | 58.13º | 0.84% | 0.45% | - |
| XYZ | 12.73 | 14.99 | 2.79 | - |
| YUV | 101.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 18 | 0 | 0.03 | 0.84 | 0.55 | 58.13 | 0.73 | 0.26 |
| Hex | 72 | 6F | 12 | 0 | 3 | 54 | 37 | 3A | 49 | 1A |
| Octal | 162 | 157 | 22 | 0 | 3 | 124 | 67 | 72 | 111 | 32 |
| Binary | 1110010 | 1101111 | 10010 | 0 | 11 | 1010100 | 110111 | 111010 | 1001001 | 11010 |
Color Harmonies of #726F12
Complementary color
Monochromatic Colors of #726F12
Black with #726F12
Text Example
Text Example
White with #726F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F12; }
p { color: rgb(114,111,18); }
H1.HeaderClassName
{
color: #726F12;
}
.AnyTagClassName
{
color: #726F12;
}
</style>
background-color css
<style>
a { background-color: #726F12; }
a { background-color: rgb(114,111,18); }
div.DivClassName
{
background-color: #726F12;
}
.BgClassName
{
background-color: #726F12;
}
</style>
border-color css
<style>
span { border-color: #726F12; }
span { border-color: rgb(114,111,18); }
td.TdClassName
{
border-color: #726F12;
}
.TagClassName
{
border-color: #726F12;
}
</style>