Shades of Olive #71710E
Tints of Olive #71710E
RGB
CMYK
RGB Variations
Color information
#71710E (or 0x71710E) is known color: Olive. HEX triplet: 71, 71 and 0E. RGB value is (113,113,14). Sum of RGB (Red+Green+Blue) = 113+113+14=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71710E is #8E8EF1. Grayscale: #666666. Windows color (decimal): -9342706 or 946545. OLE color: 946545.
HSL color Cylindrical-coordinate representation of color #71710E: hue angle of 60º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71710E is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 113 | 14 | - |
| CMYK | 0 | 0 | 0.88 | 0.56 |
| HSL | 60º | 0.78% | 0.25% | - |
| HSV(B) | 60º | 0.88% | 0.44% | - |
| XYZ | 12.79 | 15.35 | 2.7 | - |
| YUV | 101.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 14 | 0 | 0 | 0.88 | 0.56 | 60 | 0.78 | 0.25 |
| Hex | 71 | 71 | E | 0 | 0 | 58 | 38 | 3C | 4E | 19 |
| Octal | 161 | 161 | 16 | 0 | 0 | 130 | 70 | 74 | 116 | 31 |
| Binary | 1110001 | 1110001 | 1110 | 0 | 0 | 1011000 | 111000 | 111100 | 1001110 | 11001 |
Color Harmonies of #71710E
Complementary color
Monochromatic Colors of #71710E
Black with #71710E
Text Example
Text Example
White with #71710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71710E; }
p { color: rgb(113,113,14); }
H1.HeaderClassName
{
color: #71710E;
}
.AnyTagClassName
{
color: #71710E;
}
</style>
background-color css
<style>
a { background-color: #71710E; }
a { background-color: rgb(113,113,14); }
div.DivClassName
{
background-color: #71710E;
}
.BgClassName
{
background-color: #71710E;
}
</style>
border-color css
<style>
span { border-color: #71710E; }
span { border-color: rgb(113,113,14); }
td.TdClassName
{
border-color: #71710E;
}
.TagClassName
{
border-color: #71710E;
}
</style>