Shades of Olivetone #716D2E
Tints of Olivetone #716D2E
RGB
CMYK
RGB Variations
Color information
#716D2E (or 0x716D2E) is known color: Olivetone. HEX triplet: 71, 6D and 2E. RGB value is (113,109,46). Sum of RGB (Red+Green+Blue) = 113+109+46=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #716D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D2E is #8E92D1. Grayscale: #676767. Windows color (decimal): -9343698 or 3042673. OLE color: 3042673.
HSL color Cylindrical-coordinate representation of color #716D2E: hue angle of 56.42º 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 #716D2E is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 46 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.56 |
| HSL | 56.42º | 0.42% | 0.31% | - |
| HSV(B) | 56.42º | 0.59% | 0.44% | - |
| XYZ | 12.77 | 14.65 | 4.74 | - |
| YUV | 103.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 46 | 0 | 0.04 | 0.59 | 0.56 | 56.42 | 0.42 | 0.31 |
| Hex | 71 | 6D | 2E | 0 | 4 | 3B | 38 | 38 | 2A | 1F |
| Octal | 161 | 155 | 56 | 0 | 4 | 73 | 70 | 70 | 52 | 37 |
| Binary | 1110001 | 1101101 | 101110 | 0 | 100 | 111011 | 111000 | 111000 | 101010 | 11111 |
Color Harmonies of #716D2E
Complementary color
Monochromatic Colors of #716D2E
Black with #716D2E
Text Example
Text Example
White with #716D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D2E; }
p { color: rgb(113,109,46); }
H1.HeaderClassName
{
color: #716D2E;
}
.AnyTagClassName
{
color: #716D2E;
}
</style>
background-color css
<style>
a { background-color: #716D2E; }
a { background-color: rgb(113,109,46); }
div.DivClassName
{
background-color: #716D2E;
}
.BgClassName
{
background-color: #716D2E;
}
</style>
border-color css
<style>
span { border-color: #716D2E; }
span { border-color: rgb(113,109,46); }
td.TdClassName
{
border-color: #716D2E;
}
.TagClassName
{
border-color: #716D2E;
}
</style>