Shades of Olivetone #73712E
Tints of Olivetone #73712E
RGB
CMYK
RGB Variations
Color information
#73712E (or 0x73712E) is known color: Olivetone. HEX triplet: 73, 71 and 2E. RGB value is (115,113,46). Sum of RGB (Red+Green+Blue) = 115+113+46=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #73712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73712E is #8C8ED1. Grayscale: #6A6A6A. Windows color (decimal): -9211602 or 3043699. OLE color: 3043699.
HSL color Cylindrical-coordinate representation of color #73712E: hue angle of 58.26º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73712E is Cyan = 0, Magento = 0.02, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 46 | - |
| CMYK | 0 | 0.02 | 0.6 | 0.55 |
| HSL | 58.26º | 0.43% | 0.32% | - |
| HSV(B) | 58.26º | 0.6% | 0.45% | - |
| XYZ | 13.47 | 15.65 | 4.9 | - |
| YUV | 105.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 46 | 0 | 0.02 | 0.6 | 0.55 | 58.26 | 0.43 | 0.32 |
| Hex | 73 | 71 | 2E | 0 | 2 | 3C | 37 | 3A | 2B | 20 |
| Octal | 163 | 161 | 56 | 0 | 2 | 74 | 67 | 72 | 53 | 40 |
| Binary | 1110011 | 1110001 | 101110 | 0 | 10 | 111100 | 110111 | 111010 | 101011 | 100000 |
Color Harmonies of #73712E
Complementary color
Monochromatic Colors of #73712E
Black with #73712E
Text Example
Text Example
White with #73712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73712E; }
p { color: rgb(115,113,46); }
H1.HeaderClassName
{
color: #73712E;
}
.AnyTagClassName
{
color: #73712E;
}
</style>
background-color css
<style>
a { background-color: #73712E; }
a { background-color: rgb(115,113,46); }
div.DivClassName
{
background-color: #73712E;
}
.BgClassName
{
background-color: #73712E;
}
</style>
border-color css
<style>
span { border-color: #73712E; }
span { border-color: rgb(115,113,46); }
td.TdClassName
{
border-color: #73712E;
}
.TagClassName
{
border-color: #73712E;
}
</style>