Shades of Olivetone #73701E
Tints of Olivetone #73701E
RGB
CMYK
RGB Variations
Color information
#73701E (or 0x73701E) is known color: Olivetone. HEX triplet: 73, 70 and 1E. RGB value is (115,112,30). Sum of RGB (Red+Green+Blue) = 115+112+30=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73701E is #8C8FE1. Grayscale: #676767. Windows color (decimal): -9211874 or 1994867. OLE color: 1994867.
HSL color Cylindrical-coordinate representation of color #73701E: hue angle of 57.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73701E is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 112 | 30 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.55 |
| HSL | 57.88º | 0.59% | 0.28% | - |
| HSV(B) | 57.88º | 0.74% | 0.45% | - |
| XYZ | 13.1 | 15.33 | 3.5 | - |
| YUV | 103.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 30 | 0 | 0.03 | 0.74 | 0.55 | 57.88 | 0.59 | 0.28 |
| Hex | 73 | 70 | 1E | 0 | 3 | 4A | 37 | 3A | 3B | 1C |
| Octal | 163 | 160 | 36 | 0 | 3 | 112 | 67 | 72 | 73 | 34 |
| Binary | 1110011 | 1110000 | 11110 | 0 | 11 | 1001010 | 110111 | 111010 | 111011 | 11100 |
Color Harmonies of #73701E
Complementary color
Monochromatic Colors of #73701E
Black with #73701E
Text Example
Text Example
White with #73701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73701E; }
p { color: rgb(115,112,30); }
H1.HeaderClassName
{
color: #73701E;
}
.AnyTagClassName
{
color: #73701E;
}
</style>
background-color css
<style>
a { background-color: #73701E; }
a { background-color: rgb(115,112,30); }
div.DivClassName
{
background-color: #73701E;
}
.BgClassName
{
background-color: #73701E;
}
</style>
border-color css
<style>
span { border-color: #73701E; }
span { border-color: rgb(115,112,30); }
td.TdClassName
{
border-color: #73701E;
}
.TagClassName
{
border-color: #73701E;
}
</style>