Shades of Olive #7E720D
Tints of Olive #7E720D
RGB
CMYK
RGB Variations
Color information
#7E720D (or 0x7E720D) is known color: Olive. HEX triplet: 7E, 72 and 0D. RGB value is (126,114,13). Sum of RGB (Red+Green+Blue) = 126+114+13=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E720D is #818DF2. Grayscale: #6A6A6A. Windows color (decimal): -8490483 or 881278. OLE color: 881278.
HSL color Cylindrical-coordinate representation of color #7E720D: hue angle of 53.63º 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 #7E720D is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 114 | 13 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.51 |
| HSL | 53.63º | 0.81% | 0.27% | - |
| HSV(B) | 53.63º | 0.9% | 0.49% | - |
| XYZ | 14.69 | 16.5 | 2.79 | - |
| YUV | 106.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 13 | 0 | 0.10 | 0.90 | 0.51 | 53.63 | 0.81 | 0.27 |
| Hex | 7E | 72 | D | 0 | A | 5A | 33 | 36 | 51 | 1B |
| Octal | 176 | 162 | 15 | 0 | 12 | 132 | 63 | 66 | 121 | 33 |
| Binary | 1111110 | 1110010 | 1101 | 0 | 1010 | 1011010 | 110011 | 110110 | 1010001 | 11011 |
Color Harmonies of #7E720D
Complementary color
Monochromatic Colors of #7E720D
Black with #7E720D
Text Example
Text Example
White with #7E720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E720D; }
p { color: rgb(126,114,13); }
H1.HeaderClassName
{
color: #7E720D;
}
.AnyTagClassName
{
color: #7E720D;
}
</style>
background-color css
<style>
a { background-color: #7E720D; }
a { background-color: rgb(126,114,13); }
div.DivClassName
{
background-color: #7E720D;
}
.BgClassName
{
background-color: #7E720D;
}
</style>
border-color css
<style>
span { border-color: #7E720D; }
span { border-color: rgb(126,114,13); }
td.TdClassName
{
border-color: #7E720D;
}
.TagClassName
{
border-color: #7E720D;
}
</style>