Shades of Olivetone #716E14
Tints of Olivetone #716E14
RGB
CMYK
RGB Variations
Color information
#716E14 (or 0x716E14) is known color: Olivetone. HEX triplet: 71, 6E and 14. RGB value is (113,110,20). Sum of RGB (Red+Green+Blue) = 113+110+20=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #716E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716E14 is #8E91EB. Grayscale: #646464. Windows color (decimal): -9343468 or 1338993. OLE color: 1338993.
HSL color Cylindrical-coordinate representation of color #716E14: hue angle of 58.06º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #716E14 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 20 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.56 |
| HSL | 58.06º | 0.7% | 0.26% | - |
| HSV(B) | 58.06º | 0.82% | 0.44% | - |
| XYZ | 12.51 | 14.71 | 2.84 | - |
| YUV | 100.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 20 | 0 | 0.03 | 0.82 | 0.56 | 58.06 | 0.7 | 0.26 |
| Hex | 71 | 6E | 14 | 0 | 3 | 52 | 38 | 3A | 46 | 1A |
| Octal | 161 | 156 | 24 | 0 | 3 | 122 | 70 | 72 | 106 | 32 |
| Binary | 1110001 | 1101110 | 10100 | 0 | 11 | 1010010 | 111000 | 111010 | 1000110 | 11010 |
Color Harmonies of #716E14
Complementary color
Monochromatic Colors of #716E14
Black with #716E14
Text Example
Text Example
White with #716E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E14; }
p { color: rgb(113,110,20); }
H1.HeaderClassName
{
color: #716E14;
}
.AnyTagClassName
{
color: #716E14;
}
</style>
background-color css
<style>
a { background-color: #716E14; }
a { background-color: rgb(113,110,20); }
div.DivClassName
{
background-color: #716E14;
}
.BgClassName
{
background-color: #716E14;
}
</style>
border-color css
<style>
span { border-color: #716E14; }
span { border-color: rgb(113,110,20); }
td.TdClassName
{
border-color: #716E14;
}
.TagClassName
{
border-color: #716E14;
}
</style>