Shades of Olivetone #716F19
Tints of Olivetone #716F19
RGB
CMYK
RGB Variations
Color information
#716F19 (or 0x716F19) is known color: Olivetone. HEX triplet: 71, 6F and 19. RGB value is (113,111,25). Sum of RGB (Red+Green+Blue) = 113+111+25=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #716F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716F19 is #8E90E6. Grayscale: #666666. Windows color (decimal): -9343207 or 1666929. OLE color: 1666929.
HSL color Cylindrical-coordinate representation of color #716F19: hue angle of 58.64º 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 #716F19 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 25 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.56 |
| HSL | 58.64º | 0.64% | 0.27% | - |
| HSV(B) | 58.64º | 0.78% | 0.44% | - |
| XYZ | 12.67 | 14.95 | 3.14 | - |
| YUV | 101.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 25 | 0 | 0.02 | 0.78 | 0.56 | 58.64 | 0.64 | 0.27 |
| Hex | 71 | 6F | 19 | 0 | 2 | 4E | 38 | 3B | 40 | 1B |
| Octal | 161 | 157 | 31 | 0 | 2 | 116 | 70 | 73 | 100 | 33 |
| Binary | 1110001 | 1101111 | 11001 | 0 | 10 | 1001110 | 111000 | 111011 | 1000000 | 11011 |
Color Harmonies of #716F19
Complementary color
Monochromatic Colors of #716F19
Black with #716F19
Text Example
Text Example
White with #716F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F19; }
p { color: rgb(113,111,25); }
H1.HeaderClassName
{
color: #716F19;
}
.AnyTagClassName
{
color: #716F19;
}
</style>
background-color css
<style>
a { background-color: #716F19; }
a { background-color: rgb(113,111,25); }
div.DivClassName
{
background-color: #716F19;
}
.BgClassName
{
background-color: #716F19;
}
</style>
border-color css
<style>
span { border-color: #716F19; }
span { border-color: rgb(113,111,25); }
td.TdClassName
{
border-color: #716F19;
}
.TagClassName
{
border-color: #716F19;
}
</style>