Shades of Olive #71850D
Tints of Olive #71850D
RGB
CMYK
RGB Variations
Color information
#71850D (or 0x71850D) is known color: Olive. HEX triplet: 71, 85 and 0D. RGB value is (113,133,13). Sum of RGB (Red+Green+Blue) = 113+133+13=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #71850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71850D is #8E7AF2. Grayscale: #717171. Windows color (decimal): -9337587 or 886129. OLE color: 886129.
HSL color Cylindrical-coordinate representation of color #71850D: hue angle of 70º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71850D is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 13 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.48 |
| HSL | 70º | 0.82% | 0.29% | - |
| HSV(B) | 70º | 0.9% | 0.52% | - |
| XYZ | 15.27 | 20.31 | 3.5 | - |
| YUV | 113.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 13 | 0.15 | 0 | 0.90 | 0.48 | 70 | 0.82 | 0.29 |
| Hex | 71 | 85 | D | F | 0 | 5A | 30 | 46 | 52 | 1D |
| Octal | 161 | 205 | 15 | 17 | 0 | 132 | 60 | 106 | 122 | 35 |
| Binary | 1110001 | 10000101 | 1101 | 1111 | 0 | 1011010 | 110000 | 1000110 | 1010010 | 11101 |
Color Harmonies of #71850D
Complementary color
Monochromatic Colors of #71850D
Black with #71850D
Text Example
Text Example
White with #71850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71850D; }
p { color: rgb(113,133,13); }
H1.HeaderClassName
{
color: #71850D;
}
.AnyTagClassName
{
color: #71850D;
}
</style>
background-color css
<style>
a { background-color: #71850D; }
a { background-color: rgb(113,133,13); }
div.DivClassName
{
background-color: #71850D;
}
.BgClassName
{
background-color: #71850D;
}
</style>
border-color css
<style>
span { border-color: #71850D; }
span { border-color: rgb(113,133,13); }
td.TdClassName
{
border-color: #71850D;
}
.TagClassName
{
border-color: #71850D;
}
</style>