Shades of Olivetone #716E1E
Tints of Olivetone #716E1E
RGB
CMYK
RGB Variations
Color information
#716E1E (or 0x716E1E) is known color: Olivetone. HEX triplet: 71, 6E and 1E. RGB value is (113,110,30). Sum of RGB (Red+Green+Blue) = 113+110+30=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #716E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E1E is #8E91E1. Grayscale: #666666. Windows color (decimal): -9343458 or 1994353. OLE color: 1994353.
HSL color Cylindrical-coordinate representation of color #716E1E: hue angle of 57.83º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #716E1E is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 30 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.56 |
| HSL | 57.83º | 0.58% | 0.28% | - |
| HSV(B) | 57.83º | 0.73% | 0.44% | - |
| XYZ | 12.62 | 14.76 | 3.41 | - |
| YUV | 101.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 30 | 0 | 0.03 | 0.73 | 0.56 | 57.83 | 0.58 | 0.28 |
| Hex | 71 | 6E | 1E | 0 | 3 | 49 | 38 | 3A | 3A | 1C |
| Octal | 161 | 156 | 36 | 0 | 3 | 111 | 70 | 72 | 72 | 34 |
| Binary | 1110001 | 1101110 | 11110 | 0 | 11 | 1001001 | 111000 | 111010 | 111010 | 11100 |
Color Harmonies of #716E1E
Complementary color
Monochromatic Colors of #716E1E
Black with #716E1E
Text Example
Text Example
White with #716E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E1E; }
p { color: rgb(113,110,30); }
H1.HeaderClassName
{
color: #716E1E;
}
.AnyTagClassName
{
color: #716E1E;
}
</style>
background-color css
<style>
a { background-color: #716E1E; }
a { background-color: rgb(113,110,30); }
div.DivClassName
{
background-color: #716E1E;
}
.BgClassName
{
background-color: #716E1E;
}
</style>
border-color css
<style>
span { border-color: #716E1E; }
span { border-color: rgb(113,110,30); }
td.TdClassName
{
border-color: #716E1E;
}
.TagClassName
{
border-color: #716E1E;
}
</style>