Shades of Olivetone #716E10
Tints of Olivetone #716E10
RGB
CMYK
RGB Variations
Color information
#716E10 (or 0x716E10) is known color: Olivetone. HEX triplet: 71, 6E and 10. RGB value is (113,110,16). Sum of RGB (Red+Green+Blue) = 113+110+16=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #716E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716E10 is #8E91EF. Grayscale: #646464. Windows color (decimal): -9343472 or 1076849. OLE color: 1076849.
HSL color Cylindrical-coordinate representation of color #716E10: hue angle of 58.14º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #716E10 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 16 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.56 |
| HSL | 58.14º | 0.75% | 0.25% | - |
| HSV(B) | 58.14º | 0.86% | 0.44% | - |
| XYZ | 12.48 | 14.7 | 2.67 | - |
| YUV | 100.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 16 | 0 | 0.03 | 0.86 | 0.56 | 58.14 | 0.75 | 0.25 |
| Hex | 71 | 6E | 10 | 0 | 3 | 56 | 38 | 3A | 4B | 19 |
| Octal | 161 | 156 | 20 | 0 | 3 | 126 | 70 | 72 | 113 | 31 |
| Binary | 1110001 | 1101110 | 10000 | 0 | 11 | 1010110 | 111000 | 111010 | 1001011 | 11001 |
Color Harmonies of #716E10
Complementary color
Monochromatic Colors of #716E10
Black with #716E10
Text Example
Text Example
White with #716E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E10; }
p { color: rgb(113,110,16); }
H1.HeaderClassName
{
color: #716E10;
}
.AnyTagClassName
{
color: #716E10;
}
</style>
background-color css
<style>
a { background-color: #716E10; }
a { background-color: rgb(113,110,16); }
div.DivClassName
{
background-color: #716E10;
}
.BgClassName
{
background-color: #716E10;
}
</style>
border-color css
<style>
span { border-color: #716E10; }
span { border-color: rgb(113,110,16); }
td.TdClassName
{
border-color: #716E10;
}
.TagClassName
{
border-color: #716E10;
}
</style>