Shades of Olivetone #716C19
Tints of Olivetone #716C19
RGB
CMYK
RGB Variations
Color information
#716C19 (or 0x716C19) is known color: Olivetone. HEX triplet: 71, 6C and 19. RGB value is (113,108,25). Sum of RGB (Red+Green+Blue) = 113+108+25=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #716C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C19 is #8E93E6. Grayscale: #646464. Windows color (decimal): -9343975 or 1666161. OLE color: 1666161.
HSL color Cylindrical-coordinate representation of color #716C19: hue angle of 56.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #716C19 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 25 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.56 |
| HSL | 56.59º | 0.64% | 0.27% | - |
| HSV(B) | 56.59º | 0.78% | 0.44% | - |
| XYZ | 12.35 | 14.31 | 3.03 | - |
| YUV | 100.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 25 | 0 | 0.04 | 0.78 | 0.56 | 56.59 | 0.64 | 0.27 |
| Hex | 71 | 6C | 19 | 0 | 4 | 4E | 38 | 39 | 40 | 1B |
| Octal | 161 | 154 | 31 | 0 | 4 | 116 | 70 | 71 | 100 | 33 |
| Binary | 1110001 | 1101100 | 11001 | 0 | 100 | 1001110 | 111000 | 111001 | 1000000 | 11011 |
Color Harmonies of #716C19
Complementary color
Monochromatic Colors of #716C19
Black with #716C19
Text Example
Text Example
White with #716C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C19; }
p { color: rgb(113,108,25); }
H1.HeaderClassName
{
color: #716C19;
}
.AnyTagClassName
{
color: #716C19;
}
</style>
background-color css
<style>
a { background-color: #716C19; }
a { background-color: rgb(113,108,25); }
div.DivClassName
{
background-color: #716C19;
}
.BgClassName
{
background-color: #716C19;
}
</style>
border-color css
<style>
span { border-color: #716C19; }
span { border-color: rgb(113,108,25); }
td.TdClassName
{
border-color: #716C19;
}
.TagClassName
{
border-color: #716C19;
}
</style>