Shades of Olivetone #74711E
Tints of Olivetone #74711E
RGB
CMYK
RGB Variations
Color information
#74711E (or 0x74711E) is known color: Olivetone. HEX triplet: 74, 71 and 1E. RGB value is (116,113,30). Sum of RGB (Red+Green+Blue) = 116+113+30=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74711E is #8B8EE1. Grayscale: #686868. Windows color (decimal): -9146082 or 1995124. OLE color: 1995124.
HSL color Cylindrical-coordinate representation of color #74711E: hue angle of 57.91º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74711E is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 30 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.55 |
| HSL | 57.91º | 0.59% | 0.29% | - |
| HSV(B) | 57.91º | 0.74% | 0.45% | - |
| XYZ | 13.34 | 15.62 | 3.54 | - |
| YUV | 104.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 30 | 0 | 0.03 | 0.74 | 0.55 | 57.91 | 0.59 | 0.29 |
| Hex | 74 | 71 | 1E | 0 | 3 | 4A | 37 | 3A | 3B | 1D |
| Octal | 164 | 161 | 36 | 0 | 3 | 112 | 67 | 72 | 73 | 35 |
| Binary | 1110100 | 1110001 | 11110 | 0 | 11 | 1001010 | 110111 | 111010 | 111011 | 11101 |
Color Harmonies of #74711E
Complementary color
Monochromatic Colors of #74711E
Black with #74711E
Text Example
Text Example
White with #74711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74711E; }
p { color: rgb(116,113,30); }
H1.HeaderClassName
{
color: #74711E;
}
.AnyTagClassName
{
color: #74711E;
}
</style>
background-color css
<style>
a { background-color: #74711E; }
a { background-color: rgb(116,113,30); }
div.DivClassName
{
background-color: #74711E;
}
.BgClassName
{
background-color: #74711E;
}
</style>
border-color css
<style>
span { border-color: #74711E; }
span { border-color: rgb(116,113,30); }
td.TdClassName
{
border-color: #74711E;
}
.TagClassName
{
border-color: #74711E;
}
</style>