Shades of Olivetone #726D1A
Tints of Olivetone #726D1A
RGB
CMYK
RGB Variations
Color information
#726D1A (or 0x726D1A) is known color: Olivetone. HEX triplet: 72, 6D and 1A. RGB value is (114,109,26). Sum of RGB (Red+Green+Blue) = 114+109+26=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #726D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D1A is #8D92E5. Grayscale: #656565. Windows color (decimal): -9278182 or 1731954. OLE color: 1731954.
HSL color Cylindrical-coordinate representation of color #726D1A: hue angle of 56.59º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #726D1A is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 26 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.55 |
| HSL | 56.59º | 0.63% | 0.27% | - |
| HSV(B) | 56.59º | 0.77% | 0.45% | - |
| XYZ | 12.59 | 14.59 | 3.13 | - |
| YUV | 101.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 26 | 0 | 0.04 | 0.77 | 0.55 | 56.59 | 0.63 | 0.27 |
| Hex | 72 | 6D | 1A | 0 | 4 | 4D | 37 | 39 | 3F | 1B |
| Octal | 162 | 155 | 32 | 0 | 4 | 115 | 67 | 71 | 77 | 33 |
| Binary | 1110010 | 1101101 | 11010 | 0 | 100 | 1001101 | 110111 | 111001 | 111111 | 11011 |
Color Harmonies of #726D1A
Complementary color
Monochromatic Colors of #726D1A
Black with #726D1A
Text Example
Text Example
White with #726D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D1A; }
p { color: rgb(114,109,26); }
H1.HeaderClassName
{
color: #726D1A;
}
.AnyTagClassName
{
color: #726D1A;
}
</style>
background-color css
<style>
a { background-color: #726D1A; }
a { background-color: rgb(114,109,26); }
div.DivClassName
{
background-color: #726D1A;
}
.BgClassName
{
background-color: #726D1A;
}
</style>
border-color css
<style>
span { border-color: #726D1A; }
span { border-color: rgb(114,109,26); }
td.TdClassName
{
border-color: #726D1A;
}
.TagClassName
{
border-color: #726D1A;
}
</style>