Shades of Olivetone #716A21
Tints of Olivetone #716A21
RGB
CMYK
RGB Variations
Color information
#716A21 (or 0x716A21) is known color: Olivetone. HEX triplet: 71, 6A and 21. RGB value is (113,106,33). Sum of RGB (Red+Green+Blue) = 113+106+33=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #716A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A21 is #8E95DE. Grayscale: #646464. Windows color (decimal): -9344479 or 2189937. OLE color: 2189937.
HSL color Cylindrical-coordinate representation of color #716A21: hue angle of 54.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 #716A21 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 33 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.56 |
| HSL | 54.75º | 0.55% | 0.29% | - |
| HSV(B) | 54.75º | 0.71% | 0.44% | - |
| XYZ | 12.24 | 13.93 | 3.48 | - |
| YUV | 99.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 33 | 0 | 0.06 | 0.71 | 0.56 | 54.75 | 0.55 | 0.29 |
| Hex | 71 | 6A | 21 | 0 | 6 | 47 | 38 | 37 | 37 | 1D |
| Octal | 161 | 152 | 41 | 0 | 6 | 107 | 70 | 67 | 67 | 35 |
| Binary | 1110001 | 1101010 | 100001 | 0 | 110 | 1000111 | 111000 | 110111 | 110111 | 11101 |
Color Harmonies of #716A21
Complementary color
Monochromatic Colors of #716A21
Black with #716A21
Text Example
Text Example
White with #716A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A21; }
p { color: rgb(113,106,33); }
H1.HeaderClassName
{
color: #716A21;
}
.AnyTagClassName
{
color: #716A21;
}
</style>
background-color css
<style>
a { background-color: #716A21; }
a { background-color: rgb(113,106,33); }
div.DivClassName
{
background-color: #716A21;
}
.BgClassName
{
background-color: #716A21;
}
</style>
border-color css
<style>
span { border-color: #716A21; }
span { border-color: rgb(113,106,33); }
td.TdClassName
{
border-color: #716A21;
}
.TagClassName
{
border-color: #716A21;
}
</style>