Shades of Olivetone #73711E
Tints of Olivetone #73711E
RGB
CMYK
RGB Variations
Color information
#73711E (or 0x73711E) is known color: Olivetone. HEX triplet: 73, 71 and 1E. RGB value is (115,113,30). Sum of RGB (Red+Green+Blue) = 115+113+30=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73711E is #8C8EE1. Grayscale: #686868. Windows color (decimal): -9211618 or 1995123. OLE color: 1995123.
HSL color Cylindrical-coordinate representation of color #73711E: hue angle of 58.59º 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 #73711E is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 30 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.55 |
| HSL | 58.59º | 0.59% | 0.28% | - |
| HSV(B) | 58.59º | 0.74% | 0.45% | - |
| XYZ | 13.21 | 15.55 | 3.53 | - |
| YUV | 104.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 30 | 0 | 0.02 | 0.74 | 0.55 | 58.59 | 0.59 | 0.28 |
| Hex | 73 | 71 | 1E | 0 | 2 | 4A | 37 | 3B | 3B | 1C |
| Octal | 163 | 161 | 36 | 0 | 2 | 112 | 67 | 73 | 73 | 34 |
| Binary | 1110011 | 1110001 | 11110 | 0 | 10 | 1001010 | 110111 | 111011 | 111011 | 11100 |
Color Harmonies of #73711E
Complementary color
Monochromatic Colors of #73711E
Black with #73711E
Text Example
Text Example
White with #73711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73711E; }
p { color: rgb(115,113,30); }
H1.HeaderClassName
{
color: #73711E;
}
.AnyTagClassName
{
color: #73711E;
}
</style>
background-color css
<style>
a { background-color: #73711E; }
a { background-color: rgb(115,113,30); }
div.DivClassName
{
background-color: #73711E;
}
.BgClassName
{
background-color: #73711E;
}
</style>
border-color css
<style>
span { border-color: #73711E; }
span { border-color: rgb(115,113,30); }
td.TdClassName
{
border-color: #73711E;
}
.TagClassName
{
border-color: #73711E;
}
</style>