Shades of Olive #71710D
Tints of Olive #71710D
RGB
CMYK
RGB Variations
Color information
#71710D (or 0x71710D) is known color: Olive. HEX triplet: 71, 71 and 0D. RGB value is (113,113,13). Sum of RGB (Red+Green+Blue) = 113+113+13=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71710D is #8E8EF2. Grayscale: #666666. Windows color (decimal): -9342707 or 881009. OLE color: 881009.
HSL color Cylindrical-coordinate representation of color #71710D: hue angle of 60º degrees, saturation: 0.79, 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 #71710D is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 113 | 13 | - |
| CMYK | 0 | 0 | 0.88 | 0.56 |
| HSL | 60º | 0.79% | 0.25% | - |
| HSV(B) | 60º | 0.88% | 0.44% | - |
| XYZ | 12.79 | 15.35 | 2.67 | - |
| YUV | 101.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 13 | 0 | 0 | 0.88 | 0.56 | 60 | 0.79 | 0.25 |
| Hex | 71 | 71 | D | 0 | 0 | 58 | 38 | 3C | 4F | 19 |
| Octal | 161 | 161 | 15 | 0 | 0 | 130 | 70 | 74 | 117 | 31 |
| Binary | 1110001 | 1110001 | 1101 | 0 | 0 | 1011000 | 111000 | 111100 | 1001111 | 11001 |
Color Harmonies of #71710D
Complementary color
Monochromatic Colors of #71710D
Black with #71710D
Text Example
Text Example
White with #71710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71710D; }
p { color: rgb(113,113,13); }
H1.HeaderClassName
{
color: #71710D;
}
.AnyTagClassName
{
color: #71710D;
}
</style>
background-color css
<style>
a { background-color: #71710D; }
a { background-color: rgb(113,113,13); }
div.DivClassName
{
background-color: #71710D;
}
.BgClassName
{
background-color: #71710D;
}
</style>
border-color css
<style>
span { border-color: #71710D; }
span { border-color: rgb(113,113,13); }
td.TdClassName
{
border-color: #71710D;
}
.TagClassName
{
border-color: #71710D;
}
</style>