Shades of Olivetone #716A12
Tints of Olivetone #716A12
RGB
CMYK
RGB Variations
Color information
#716A12 (or 0x716A12) is known color: Olivetone. HEX triplet: 71, 6A and 12. RGB value is (113,106,18). Sum of RGB (Red+Green+Blue) = 113+106+18=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #716A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A12 is #8E95ED. Grayscale: #626262. Windows color (decimal): -9344494 or 1206897. OLE color: 1206897.
HSL color Cylindrical-coordinate representation of color #716A12: hue angle of 55.58º 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 #716A12 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 18 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.56 |
| HSL | 55.58º | 0.73% | 0.26% | - |
| HSV(B) | 55.58º | 0.84% | 0.44% | - |
| XYZ | 12.07 | 13.86 | 2.61 | - |
| YUV | 98.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 18 | 0 | 0.06 | 0.84 | 0.56 | 55.58 | 0.73 | 0.26 |
| Hex | 71 | 6A | 12 | 0 | 6 | 54 | 38 | 38 | 49 | 1A |
| Octal | 161 | 152 | 22 | 0 | 6 | 124 | 70 | 70 | 111 | 32 |
| Binary | 1110001 | 1101010 | 10010 | 0 | 110 | 1010100 | 111000 | 111000 | 1001001 | 11010 |
Color Harmonies of #716A12
Complementary color
Monochromatic Colors of #716A12
Black with #716A12
Text Example
Text Example
White with #716A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A12; }
p { color: rgb(113,106,18); }
H1.HeaderClassName
{
color: #716A12;
}
.AnyTagClassName
{
color: #716A12;
}
</style>
background-color css
<style>
a { background-color: #716A12; }
a { background-color: rgb(113,106,18); }
div.DivClassName
{
background-color: #716A12;
}
.BgClassName
{
background-color: #716A12;
}
</style>
border-color css
<style>
span { border-color: #716A12; }
span { border-color: rgb(113,106,18); }
td.TdClassName
{
border-color: #716A12;
}
.TagClassName
{
border-color: #716A12;
}
</style>