Shades of Olive #71870D
Tints of Olive #71870D
RGB
CMYK
RGB Variations
Color information
#71870D (or 0x71870D) is known color: Olive. HEX triplet: 71, 87 and 0D. RGB value is (113,135,13). Sum of RGB (Red+Green+Blue) = 113+135+13=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #71870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71870D is #8E78F2. Grayscale: #727272. Windows color (decimal): -9337075 or 886641. OLE color: 886641.
HSL color Cylindrical-coordinate representation of color #71870D: hue angle of 70.82º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71870D is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 13 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.47 |
| HSL | 70.82º | 0.82% | 0.29% | - |
| HSV(B) | 70.82º | 0.9% | 0.53% | - |
| XYZ | 15.55 | 20.87 | 3.59 | - |
| YUV | 114.51 | 70.71 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 13 | 0.16 | 0 | 0.90 | 0.47 | 70.82 | 0.82 | 0.29 |
| Hex | 71 | 87 | D | 10 | 0 | 5A | 2F | 47 | 52 | 1D |
| Octal | 161 | 207 | 15 | 20 | 0 | 132 | 57 | 107 | 122 | 35 |
| Binary | 1110001 | 10000111 | 1101 | 10000 | 0 | 1011010 | 101111 | 1000111 | 1010010 | 11101 |
Color Harmonies of #71870D
Complementary color
Monochromatic Colors of #71870D
Black with #71870D
Text Example
Text Example
White with #71870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71870D; }
p { color: rgb(113,135,13); }
H1.HeaderClassName
{
color: #71870D;
}
.AnyTagClassName
{
color: #71870D;
}
</style>
background-color css
<style>
a { background-color: #71870D; }
a { background-color: rgb(113,135,13); }
div.DivClassName
{
background-color: #71870D;
}
.BgClassName
{
background-color: #71870D;
}
</style>
border-color css
<style>
span { border-color: #71870D; }
span { border-color: rgb(113,135,13); }
td.TdClassName
{
border-color: #71870D;
}
.TagClassName
{
border-color: #71870D;
}
</style>