Shades of Olivetone #716C14
Tints of Olivetone #716C14
RGB
CMYK
RGB Variations
Color information
#716C14 (or 0x716C14) is known color: Olivetone. HEX triplet: 71, 6C and 14. RGB value is (113,108,20). Sum of RGB (Red+Green+Blue) = 113+108+20=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #716C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C14 is #8E93EB. Grayscale: #636363. Windows color (decimal): -9343980 or 1338481. OLE color: 1338481.
HSL color Cylindrical-coordinate representation of color #716C14: hue angle of 56.77º 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 #716C14 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 20 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.56 |
| HSL | 56.77º | 0.7% | 0.26% | - |
| HSV(B) | 56.77º | 0.82% | 0.44% | - |
| XYZ | 12.3 | 14.29 | 2.77 | - |
| YUV | 99.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 20 | 0 | 0.04 | 0.82 | 0.56 | 56.77 | 0.7 | 0.26 |
| Hex | 71 | 6C | 14 | 0 | 4 | 52 | 38 | 39 | 46 | 1A |
| Octal | 161 | 154 | 24 | 0 | 4 | 122 | 70 | 71 | 106 | 32 |
| Binary | 1110001 | 1101100 | 10100 | 0 | 100 | 1010010 | 111000 | 111001 | 1000110 | 11010 |
Color Harmonies of #716C14
Complementary color
Monochromatic Colors of #716C14
Black with #716C14
Text Example
Text Example
White with #716C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C14; }
p { color: rgb(113,108,20); }
H1.HeaderClassName
{
color: #716C14;
}
.AnyTagClassName
{
color: #716C14;
}
</style>
background-color css
<style>
a { background-color: #716C14; }
a { background-color: rgb(113,108,20); }
div.DivClassName
{
background-color: #716C14;
}
.BgClassName
{
background-color: #716C14;
}
</style>
border-color css
<style>
span { border-color: #716C14; }
span { border-color: rgb(113,108,20); }
td.TdClassName
{
border-color: #716C14;
}
.TagClassName
{
border-color: #716C14;
}
</style>