Shades of Olivetone #716E2E
Tints of Olivetone #716E2E
RGB
CMYK
RGB Variations
Color information
#716E2E (or 0x716E2E) is known color: Olivetone. HEX triplet: 71, 6E and 2E. RGB value is (113,110,46). Sum of RGB (Red+Green+Blue) = 113+110+46=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #716E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E2E is #8E91D1. Grayscale: #676767. Windows color (decimal): -9343442 or 3042929. OLE color: 3042929.
HSL color Cylindrical-coordinate representation of color #716E2E: hue angle of 57.31º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #716E2E is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 46 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.56 |
| HSL | 57.31º | 0.42% | 0.31% | - |
| HSV(B) | 57.31º | 0.59% | 0.44% | - |
| XYZ | 12.88 | 14.86 | 4.77 | - |
| YUV | 103.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 46 | 0 | 0.03 | 0.59 | 0.56 | 57.31 | 0.42 | 0.31 |
| Hex | 71 | 6E | 2E | 0 | 3 | 3B | 38 | 39 | 2A | 1F |
| Octal | 161 | 156 | 56 | 0 | 3 | 73 | 70 | 71 | 52 | 37 |
| Binary | 1110001 | 1101110 | 101110 | 0 | 11 | 111011 | 111000 | 111001 | 101010 | 11111 |
Color Harmonies of #716E2E
Complementary color
Monochromatic Colors of #716E2E
Black with #716E2E
Text Example
Text Example
White with #716E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E2E; }
p { color: rgb(113,110,46); }
H1.HeaderClassName
{
color: #716E2E;
}
.AnyTagClassName
{
color: #716E2E;
}
</style>
background-color css
<style>
a { background-color: #716E2E; }
a { background-color: rgb(113,110,46); }
div.DivClassName
{
background-color: #716E2E;
}
.BgClassName
{
background-color: #716E2E;
}
</style>
border-color css
<style>
span { border-color: #716E2E; }
span { border-color: rgb(113,110,46); }
td.TdClassName
{
border-color: #716E2E;
}
.TagClassName
{
border-color: #716E2E;
}
</style>