Shades of Olivetone #716E12
Tints of Olivetone #716E12
RGB
CMYK
RGB Variations
Color information
#716E12 (or 0x716E12) is known color: Olivetone. HEX triplet: 71, 6E and 12. RGB value is (113,110,18). Sum of RGB (Red+Green+Blue) = 113+110+18=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #716E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716E12 is #8E91ED. Grayscale: #646464. Windows color (decimal): -9343470 or 1207921. OLE color: 1207921.
HSL color Cylindrical-coordinate representation of color #716E12: hue angle of 58.11º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #716E12 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 18 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.56 |
| HSL | 58.11º | 0.73% | 0.26% | - |
| HSV(B) | 58.11º | 0.84% | 0.44% | - |
| XYZ | 12.5 | 14.71 | 2.75 | - |
| YUV | 100.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 18 | 0 | 0.03 | 0.84 | 0.56 | 58.11 | 0.73 | 0.26 |
| Hex | 71 | 6E | 12 | 0 | 3 | 54 | 38 | 3A | 49 | 1A |
| Octal | 161 | 156 | 22 | 0 | 3 | 124 | 70 | 72 | 111 | 32 |
| Binary | 1110001 | 1101110 | 10010 | 0 | 11 | 1010100 | 111000 | 111010 | 1001001 | 11010 |
Color Harmonies of #716E12
Complementary color
Monochromatic Colors of #716E12
Black with #716E12
Text Example
Text Example
White with #716E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E12; }
p { color: rgb(113,110,18); }
H1.HeaderClassName
{
color: #716E12;
}
.AnyTagClassName
{
color: #716E12;
}
</style>
background-color css
<style>
a { background-color: #716E12; }
a { background-color: rgb(113,110,18); }
div.DivClassName
{
background-color: #716E12;
}
.BgClassName
{
background-color: #716E12;
}
</style>
border-color css
<style>
span { border-color: #716E12; }
span { border-color: rgb(113,110,18); }
td.TdClassName
{
border-color: #716E12;
}
.TagClassName
{
border-color: #716E12;
}
</style>