Shades of Olivetone #726D26
Tints of Olivetone #726D26
RGB
CMYK
RGB Variations
Color information
#726D26 (or 0x726D26) is known color: Olivetone. HEX triplet: 72, 6D and 26. RGB value is (114,109,38). Sum of RGB (Red+Green+Blue) = 114+109+38=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #726D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D26 is #8D92D9. Grayscale: #666666. Windows color (decimal): -9278170 or 2518386. OLE color: 2518386.
HSL color Cylindrical-coordinate representation of color #726D26: hue angle of 56.05º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #726D26 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 38 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.55 |
| HSL | 56.05º | 0.5% | 0.3% | - |
| HSV(B) | 56.05º | 0.67% | 0.45% | - |
| XYZ | 12.76 | 14.65 | 3.99 | - |
| YUV | 102.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 38 | 0 | 0.04 | 0.67 | 0.55 | 56.05 | 0.5 | 0.3 |
| Hex | 72 | 6D | 26 | 0 | 4 | 43 | 37 | 38 | 32 | 1E |
| Octal | 162 | 155 | 46 | 0 | 4 | 103 | 67 | 70 | 62 | 36 |
| Binary | 1110010 | 1101101 | 100110 | 0 | 100 | 1000011 | 110111 | 111000 | 110010 | 11110 |
Color Harmonies of #726D26
Complementary color
Monochromatic Colors of #726D26
Black with #726D26
Text Example
Text Example
White with #726D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D26; }
p { color: rgb(114,109,38); }
H1.HeaderClassName
{
color: #726D26;
}
.AnyTagClassName
{
color: #726D26;
}
</style>
background-color css
<style>
a { background-color: #726D26; }
a { background-color: rgb(114,109,38); }
div.DivClassName
{
background-color: #726D26;
}
.BgClassName
{
background-color: #726D26;
}
</style>
border-color css
<style>
span { border-color: #726D26; }
span { border-color: rgb(114,109,38); }
td.TdClassName
{
border-color: #726D26;
}
.TagClassName
{
border-color: #726D26;
}
</style>