Shades of Olivetone #716A0E
Tints of Olivetone #716A0E
RGB
CMYK
RGB Variations
Color information
#716A0E (or 0x716A0E) is known color: Olivetone. HEX triplet: 71, 6A and 0E. RGB value is (113,106,14). Sum of RGB (Red+Green+Blue) = 113+106+14=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #716A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A0E is #8E95F1. Grayscale: #616161. Windows color (decimal): -9344498 or 944753. OLE color: 944753.
HSL color Cylindrical-coordinate representation of color #716A0E: hue angle of 55.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #716A0E is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 14 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.56 |
| HSL | 55.76º | 0.78% | 0.25% | - |
| HSV(B) | 55.76º | 0.88% | 0.44% | - |
| XYZ | 12.04 | 13.85 | 2.45 | - |
| YUV | 97.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 14 | 0 | 0.06 | 0.88 | 0.56 | 55.76 | 0.78 | 0.25 |
| Hex | 71 | 6A | E | 0 | 6 | 58 | 38 | 38 | 4E | 19 |
| Octal | 161 | 152 | 16 | 0 | 6 | 130 | 70 | 70 | 116 | 31 |
| Binary | 1110001 | 1101010 | 1110 | 0 | 110 | 1011000 | 111000 | 111000 | 1001110 | 11001 |
Color Harmonies of #716A0E
Complementary color
Monochromatic Colors of #716A0E
Black with #716A0E
Text Example
Text Example
White with #716A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A0E; }
p { color: rgb(113,106,14); }
H1.HeaderClassName
{
color: #716A0E;
}
.AnyTagClassName
{
color: #716A0E;
}
</style>
background-color css
<style>
a { background-color: #716A0E; }
a { background-color: rgb(113,106,14); }
div.DivClassName
{
background-color: #716A0E;
}
.BgClassName
{
background-color: #716A0E;
}
</style>
border-color css
<style>
span { border-color: #716A0E; }
span { border-color: rgb(113,106,14); }
td.TdClassName
{
border-color: #716A0E;
}
.TagClassName
{
border-color: #716A0E;
}
</style>