Shades of Olive #716F0A
Tints of Olive #716F0A
RGB
CMYK
RGB Variations
Color information
#716F0A (or 0x716F0A) is known color: Olive. HEX triplet: 71, 6F and 0A. RGB value is (113,111,10). Sum of RGB (Red+Green+Blue) = 113+111+10=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #716F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716F0A is #8E90F5. Grayscale: #646464. Windows color (decimal): -9343222 or 683889. OLE color: 683889.
HSL color Cylindrical-coordinate representation of color #716F0A: hue angle of 58.83º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #716F0A is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 10 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.56 |
| HSL | 58.83º | 0.84% | 0.24% | - |
| HSV(B) | 58.83º | 0.91% | 0.44% | - |
| XYZ | 12.55 | 14.9 | 2.5 | - |
| YUV | 100.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 10 | 0 | 0.02 | 0.91 | 0.56 | 58.83 | 0.84 | 0.24 |
| Hex | 71 | 6F | A | 0 | 2 | 5B | 38 | 3B | 54 | 18 |
| Octal | 161 | 157 | 12 | 0 | 2 | 133 | 70 | 73 | 124 | 30 |
| Binary | 1110001 | 1101111 | 1010 | 0 | 10 | 1011011 | 111000 | 111011 | 1010100 | 11000 |
Color Harmonies of #716F0A
Complementary color
Monochromatic Colors of #716F0A
Black with #716F0A
Text Example
Text Example
White with #716F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F0A; }
p { color: rgb(113,111,10); }
H1.HeaderClassName
{
color: #716F0A;
}
.AnyTagClassName
{
color: #716F0A;
}
</style>
background-color css
<style>
a { background-color: #716F0A; }
a { background-color: rgb(113,111,10); }
div.DivClassName
{
background-color: #716F0A;
}
.BgClassName
{
background-color: #716F0A;
}
</style>
border-color css
<style>
span { border-color: #716F0A; }
span { border-color: rgb(113,111,10); }
td.TdClassName
{
border-color: #716F0A;
}
.TagClassName
{
border-color: #716F0A;
}
</style>