Shades of Olivetone #716B21
Tints of Olivetone #716B21
RGB
CMYK
RGB Variations
Color information
#716B21 (or 0x716B21) is known color: Olivetone. HEX triplet: 71, 6B and 21. RGB value is (113,107,33). Sum of RGB (Red+Green+Blue) = 113+107+33=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #716B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B21 is #8E94DE. Grayscale: #646464. Windows color (decimal): -9344223 or 2190193. OLE color: 2190193.
HSL color Cylindrical-coordinate representation of color #716B21: hue angle of 55.5º 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 #716B21 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 33 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.56 |
| HSL | 55.5º | 0.55% | 0.29% | - |
| HSV(B) | 55.5º | 0.71% | 0.44% | - |
| XYZ | 12.34 | 14.14 | 3.52 | - |
| YUV | 100.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 33 | 0 | 0.05 | 0.71 | 0.56 | 55.5 | 0.55 | 0.29 |
| Hex | 71 | 6B | 21 | 0 | 5 | 47 | 38 | 38 | 37 | 1D |
| Octal | 161 | 153 | 41 | 0 | 5 | 107 | 70 | 70 | 67 | 35 |
| Binary | 1110001 | 1101011 | 100001 | 0 | 101 | 1000111 | 111000 | 111000 | 110111 | 11101 |
Color Harmonies of #716B21
Complementary color
Monochromatic Colors of #716B21
Black with #716B21
Text Example
Text Example
White with #716B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B21; }
p { color: rgb(113,107,33); }
H1.HeaderClassName
{
color: #716B21;
}
.AnyTagClassName
{
color: #716B21;
}
</style>
background-color css
<style>
a { background-color: #716B21; }
a { background-color: rgb(113,107,33); }
div.DivClassName
{
background-color: #716B21;
}
.BgClassName
{
background-color: #716B21;
}
</style>
border-color css
<style>
span { border-color: #716B21; }
span { border-color: rgb(113,107,33); }
td.TdClassName
{
border-color: #716B21;
}
.TagClassName
{
border-color: #716B21;
}
</style>