Shades of Olivetone #736E0E
Tints of Olivetone #736E0E
RGB
CMYK
RGB Variations
Color information
#736E0E (or 0x736E0E) is known color: Olivetone. HEX triplet: 73, 6E and 0E. RGB value is (115,110,14). Sum of RGB (Red+Green+Blue) = 115+110+14=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #736E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E0E is #8C91F1. Grayscale: #646464. Windows color (decimal): -9212402 or 945779. OLE color: 945779.
HSL color Cylindrical-coordinate representation of color #736E0E: hue angle of 57.03º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #736E0E is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 14 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.55 |
| HSL | 57.03º | 0.78% | 0.25% | - |
| HSV(B) | 57.03º | 0.88% | 0.45% | - |
| XYZ | 12.73 | 14.83 | 2.61 | - |
| YUV | 100.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 14 | 0 | 0.04 | 0.88 | 0.55 | 57.03 | 0.78 | 0.25 |
| Hex | 73 | 6E | E | 0 | 4 | 58 | 37 | 39 | 4E | 19 |
| Octal | 163 | 156 | 16 | 0 | 4 | 130 | 67 | 71 | 116 | 31 |
| Binary | 1110011 | 1101110 | 1110 | 0 | 100 | 1011000 | 110111 | 111001 | 1001110 | 11001 |
Color Harmonies of #736E0E
Complementary color
Monochromatic Colors of #736E0E
Black with #736E0E
Text Example
Text Example
White with #736E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E0E; }
p { color: rgb(115,110,14); }
H1.HeaderClassName
{
color: #736E0E;
}
.AnyTagClassName
{
color: #736E0E;
}
</style>
background-color css
<style>
a { background-color: #736E0E; }
a { background-color: rgb(115,110,14); }
div.DivClassName
{
background-color: #736E0E;
}
.BgClassName
{
background-color: #736E0E;
}
</style>
border-color css
<style>
span { border-color: #736E0E; }
span { border-color: rgb(115,110,14); }
td.TdClassName
{
border-color: #736E0E;
}
.TagClassName
{
border-color: #736E0E;
}
</style>