Shades of Olivetone #716C16
Tints of Olivetone #716C16
RGB
CMYK
RGB Variations
Color information
#716C16 (or 0x716C16) is known color: Olivetone. HEX triplet: 71, 6C and 16. RGB value is (113,108,22). Sum of RGB (Red+Green+Blue) = 113+108+22=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #716C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C16 is #8E93E9. Grayscale: #646464. Windows color (decimal): -9343978 or 1469553. OLE color: 1469553.
HSL color Cylindrical-coordinate representation of color #716C16: hue angle of 56.7º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #716C16 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 22 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.56 |
| HSL | 56.7º | 0.67% | 0.26% | - |
| HSV(B) | 56.7º | 0.81% | 0.44% | - |
| XYZ | 12.32 | 14.29 | 2.87 | - |
| YUV | 99.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 22 | 0 | 0.04 | 0.81 | 0.56 | 56.7 | 0.67 | 0.26 |
| Hex | 71 | 6C | 16 | 0 | 4 | 51 | 38 | 39 | 43 | 1A |
| Octal | 161 | 154 | 26 | 0 | 4 | 121 | 70 | 71 | 103 | 32 |
| Binary | 1110001 | 1101100 | 10110 | 0 | 100 | 1010001 | 111000 | 111001 | 1000011 | 11010 |
Color Harmonies of #716C16
Complementary color
Monochromatic Colors of #716C16
Black with #716C16
Text Example
Text Example
White with #716C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C16; }
p { color: rgb(113,108,22); }
H1.HeaderClassName
{
color: #716C16;
}
.AnyTagClassName
{
color: #716C16;
}
</style>
background-color css
<style>
a { background-color: #716C16; }
a { background-color: rgb(113,108,22); }
div.DivClassName
{
background-color: #716C16;
}
.BgClassName
{
background-color: #716C16;
}
</style>
border-color css
<style>
span { border-color: #716C16; }
span { border-color: rgb(113,108,22); }
td.TdClassName
{
border-color: #716C16;
}
.TagClassName
{
border-color: #716C16;
}
</style>