Shades of Olivetone #716E21
Tints of Olivetone #716E21
RGB
CMYK
RGB Variations
Color information
#716E21 (or 0x716E21) is known color: Olivetone. HEX triplet: 71, 6E and 21. RGB value is (113,110,33). Sum of RGB (Red+Green+Blue) = 113+110+33=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #716E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E21 is #8E91DE. Grayscale: #666666. Windows color (decimal): -9343455 or 2190961. OLE color: 2190961.
HSL color Cylindrical-coordinate representation of color #716E21: hue angle of 57.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #716E21 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 33 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.56 |
| HSL | 57.75º | 0.55% | 0.29% | - |
| HSV(B) | 57.75º | 0.71% | 0.44% | - |
| XYZ | 12.66 | 14.77 | 3.62 | - |
| YUV | 102.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 33 | 0 | 0.03 | 0.71 | 0.56 | 57.75 | 0.55 | 0.29 |
| Hex | 71 | 6E | 21 | 0 | 3 | 47 | 38 | 3A | 37 | 1D |
| Octal | 161 | 156 | 41 | 0 | 3 | 107 | 70 | 72 | 67 | 35 |
| Binary | 1110001 | 1101110 | 100001 | 0 | 11 | 1000111 | 111000 | 111010 | 110111 | 11101 |
Color Harmonies of #716E21
Complementary color
Monochromatic Colors of #716E21
Black with #716E21
Text Example
Text Example
White with #716E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E21; }
p { color: rgb(113,110,33); }
H1.HeaderClassName
{
color: #716E21;
}
.AnyTagClassName
{
color: #716E21;
}
</style>
background-color css
<style>
a { background-color: #716E21; }
a { background-color: rgb(113,110,33); }
div.DivClassName
{
background-color: #716E21;
}
.BgClassName
{
background-color: #716E21;
}
</style>
border-color css
<style>
span { border-color: #716E21; }
span { border-color: rgb(113,110,33); }
td.TdClassName
{
border-color: #716E21;
}
.TagClassName
{
border-color: #716E21;
}
</style>