Shades of Olivetone #726A15
Tints of Olivetone #726A15
RGB
CMYK
RGB Variations
Color information
#726A15 (or 0x726A15) is known color: Olivetone. HEX triplet: 72, 6A and 15. RGB value is (114,106,21). Sum of RGB (Red+Green+Blue) = 114+106+21=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #726A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726A15 is #8D95EA. Grayscale: #636363. Windows color (decimal): -9278955 or 1403506. OLE color: 1403506.
HSL color Cylindrical-coordinate representation of color #726A15: hue angle of 54.84º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #726A15 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 21 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.55 |
| HSL | 54.84º | 0.69% | 0.26% | - |
| HSV(B) | 54.84º | 0.82% | 0.45% | - |
| XYZ | 12.23 | 13.94 | 2.76 | - |
| YUV | 98.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 21 | 0 | 0.07 | 0.82 | 0.55 | 54.84 | 0.69 | 0.26 |
| Hex | 72 | 6A | 15 | 0 | 7 | 52 | 37 | 37 | 45 | 1A |
| Octal | 162 | 152 | 25 | 0 | 7 | 122 | 67 | 67 | 105 | 32 |
| Binary | 1110010 | 1101010 | 10101 | 0 | 111 | 1010010 | 110111 | 110111 | 1000101 | 11010 |
Color Harmonies of #726A15
Complementary color
Monochromatic Colors of #726A15
Black with #726A15
Text Example
Text Example
White with #726A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A15; }
p { color: rgb(114,106,21); }
H1.HeaderClassName
{
color: #726A15;
}
.AnyTagClassName
{
color: #726A15;
}
</style>
background-color css
<style>
a { background-color: #726A15; }
a { background-color: rgb(114,106,21); }
div.DivClassName
{
background-color: #726A15;
}
.BgClassName
{
background-color: #726A15;
}
</style>
border-color css
<style>
span { border-color: #726A15; }
span { border-color: rgb(114,106,21); }
td.TdClassName
{
border-color: #726A15;
}
.TagClassName
{
border-color: #726A15;
}
</style>