Shades of Olive #71750E
Tints of Olive #71750E
RGB
CMYK
RGB Variations
Color information
#71750E (or 0x71750E) is known color: Olive. HEX triplet: 71, 75 and 0E. RGB value is (113,117,14). Sum of RGB (Red+Green+Blue) = 113+117+14=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #71750E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71750E is #8E8AF1. Grayscale: #686868. Windows color (decimal): -9341682 or 947569. OLE color: 947569.
HSL color Cylindrical-coordinate representation of color #71750E: hue angle of 62.33º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71750E is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 14 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.54 |
| HSL | 62.33º | 0.79% | 0.26% | - |
| HSV(B) | 62.33º | 0.88% | 0.46% | - |
| XYZ | 13.25 | 16.27 | 2.86 | - |
| YUV | 104.06 | 77.17 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 14 | 0.03 | 0 | 0.88 | 0.54 | 62.33 | 0.79 | 0.26 |
| Hex | 71 | 75 | E | 3 | 0 | 58 | 36 | 3E | 4F | 1A |
| Octal | 161 | 165 | 16 | 3 | 0 | 130 | 66 | 76 | 117 | 32 |
| Binary | 1110001 | 1110101 | 1110 | 11 | 0 | 1011000 | 110110 | 111110 | 1001111 | 11010 |
Color Harmonies of #71750E
Complementary color
Monochromatic Colors of #71750E
Black with #71750E
Text Example
Text Example
White with #71750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71750E; }
p { color: rgb(113,117,14); }
H1.HeaderClassName
{
color: #71750E;
}
.AnyTagClassName
{
color: #71750E;
}
</style>
background-color css
<style>
a { background-color: #71750E; }
a { background-color: rgb(113,117,14); }
div.DivClassName
{
background-color: #71750E;
}
.BgClassName
{
background-color: #71750E;
}
</style>
border-color css
<style>
span { border-color: #71750E; }
span { border-color: rgb(113,117,14); }
td.TdClassName
{
border-color: #71750E;
}
.TagClassName
{
border-color: #71750E;
}
</style>