Shades of Olivetone #726D1D
Tints of Olivetone #726D1D
RGB
CMYK
RGB Variations
Color information
#726D1D (or 0x726D1D) is known color: Olivetone. HEX triplet: 72, 6D and 1D. RGB value is (114,109,29). Sum of RGB (Red+Green+Blue) = 114+109+29=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #726D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D1D is #8D92E2. Grayscale: #656565. Windows color (decimal): -9278179 or 1928562. OLE color: 1928562.
HSL color Cylindrical-coordinate representation of color #726D1D: hue angle of 56.47º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #726D1D is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 29 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.55 |
| HSL | 56.47º | 0.59% | 0.28% | - |
| HSV(B) | 56.47º | 0.75% | 0.45% | - |
| XYZ | 12.63 | 14.6 | 3.32 | - |
| YUV | 101.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 29 | 0 | 0.04 | 0.75 | 0.55 | 56.47 | 0.59 | 0.28 |
| Hex | 72 | 6D | 1D | 0 | 4 | 4B | 37 | 38 | 3B | 1C |
| Octal | 162 | 155 | 35 | 0 | 4 | 113 | 67 | 70 | 73 | 34 |
| Binary | 1110010 | 1101101 | 11101 | 0 | 100 | 1001011 | 110111 | 111000 | 111011 | 11100 |
Color Harmonies of #726D1D
Complementary color
Monochromatic Colors of #726D1D
Black with #726D1D
Text Example
Text Example
White with #726D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D1D; }
p { color: rgb(114,109,29); }
H1.HeaderClassName
{
color: #726D1D;
}
.AnyTagClassName
{
color: #726D1D;
}
</style>
background-color css
<style>
a { background-color: #726D1D; }
a { background-color: rgb(114,109,29); }
div.DivClassName
{
background-color: #726D1D;
}
.BgClassName
{
background-color: #726D1D;
}
</style>
border-color css
<style>
span { border-color: #726D1D; }
span { border-color: rgb(114,109,29); }
td.TdClassName
{
border-color: #726D1D;
}
.TagClassName
{
border-color: #726D1D;
}
</style>