Shades of Olivetone #716C21
Tints of Olivetone #716C21
RGB
CMYK
RGB Variations
Color information
#716C21 (or 0x716C21) is known color: Olivetone. HEX triplet: 71, 6C and 21. RGB value is (113,108,33). Sum of RGB (Red+Green+Blue) = 113+108+33=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #716C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C21 is #8E93DE. Grayscale: #656565. Windows color (decimal): -9343967 or 2190449. OLE color: 2190449.
HSL color Cylindrical-coordinate representation of color #716C21: hue angle of 56.25º 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 #716C21 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 33 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.56 |
| HSL | 56.25º | 0.55% | 0.29% | - |
| HSV(B) | 56.25º | 0.71% | 0.44% | - |
| XYZ | 12.45 | 14.35 | 3.55 | - |
| YUV | 100.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 33 | 0 | 0.04 | 0.71 | 0.56 | 56.25 | 0.55 | 0.29 |
| Hex | 71 | 6C | 21 | 0 | 4 | 47 | 38 | 38 | 37 | 1D |
| Octal | 161 | 154 | 41 | 0 | 4 | 107 | 70 | 70 | 67 | 35 |
| Binary | 1110001 | 1101100 | 100001 | 0 | 100 | 1000111 | 111000 | 111000 | 110111 | 11101 |
Color Harmonies of #716C21
Complementary color
Monochromatic Colors of #716C21
Black with #716C21
Text Example
Text Example
White with #716C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C21; }
p { color: rgb(113,108,33); }
H1.HeaderClassName
{
color: #716C21;
}
.AnyTagClassName
{
color: #716C21;
}
</style>
background-color css
<style>
a { background-color: #716C21; }
a { background-color: rgb(113,108,33); }
div.DivClassName
{
background-color: #716C21;
}
.BgClassName
{
background-color: #716C21;
}
</style>
border-color css
<style>
span { border-color: #716C21; }
span { border-color: rgb(113,108,33); }
td.TdClassName
{
border-color: #716C21;
}
.TagClassName
{
border-color: #716C21;
}
</style>