Shades of Olive #7E710D
Tints of Olive #7E710D
RGB
CMYK
RGB Variations
Color information
#7E710D (or 0x7E710D) is known color: Olive. HEX triplet: 7E, 71 and 0D. RGB value is (126,113,13). Sum of RGB (Red+Green+Blue) = 126+113+13=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E710D is #818EF2. Grayscale: #696969. Windows color (decimal): -8490739 or 881022. OLE color: 881022.
HSL color Cylindrical-coordinate representation of color #7E710D: hue angle of 53.1º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E710D is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 113 | 13 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.51 |
| HSL | 53.1º | 0.81% | 0.27% | - |
| HSV(B) | 53.1º | 0.9% | 0.49% | - |
| XYZ | 14.58 | 16.27 | 2.75 | - |
| YUV | 105.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 13 | 0 | 0.10 | 0.90 | 0.51 | 53.1 | 0.81 | 0.27 |
| Hex | 7E | 71 | D | 0 | A | 5A | 33 | 35 | 51 | 1B |
| Octal | 176 | 161 | 15 | 0 | 12 | 132 | 63 | 65 | 121 | 33 |
| Binary | 1111110 | 1110001 | 1101 | 0 | 1010 | 1011010 | 110011 | 110101 | 1010001 | 11011 |
Color Harmonies of #7E710D
Complementary color
Monochromatic Colors of #7E710D
Black with #7E710D
Text Example
Text Example
White with #7E710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E710D; }
p { color: rgb(126,113,13); }
H1.HeaderClassName
{
color: #7E710D;
}
.AnyTagClassName
{
color: #7E710D;
}
</style>
background-color css
<style>
a { background-color: #7E710D; }
a { background-color: rgb(126,113,13); }
div.DivClassName
{
background-color: #7E710D;
}
.BgClassName
{
background-color: #7E710D;
}
</style>
border-color css
<style>
span { border-color: #7E710D; }
span { border-color: rgb(126,113,13); }
td.TdClassName
{
border-color: #7E710D;
}
.TagClassName
{
border-color: #7E710D;
}
</style>