Shades of Olive #7E870E
Tints of Olive #7E870E
RGB
CMYK
RGB Variations
Color information
#7E870E (or 0x7E870E) is known color: Olive. HEX triplet: 7E, 87 and 0E. RGB value is (126,135,14). Sum of RGB (Red+Green+Blue) = 126+135+14=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #7E870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E870E is #8178F1. Grayscale: #767676. Windows color (decimal): -8485106 or 952190. OLE color: 952190.
HSL color Cylindrical-coordinate representation of color #7E870E: hue angle of 64.46º degrees, saturation: 0.81, 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 #7E870E is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 135 | 14 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.47 |
| HSL | 64.46º | 0.81% | 0.29% | - |
| HSV(B) | 64.46º | 0.9% | 0.53% | - |
| XYZ | 17.35 | 21.8 | 3.71 | - |
| YUV | 118.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 14 | 0.07 | 0 | 0.90 | 0.47 | 64.46 | 0.81 | 0.29 |
| Hex | 7E | 87 | E | 7 | 0 | 5A | 2F | 40 | 51 | 1D |
| Octal | 176 | 207 | 16 | 7 | 0 | 132 | 57 | 100 | 121 | 35 |
| Binary | 1111110 | 10000111 | 1110 | 111 | 0 | 1011010 | 101111 | 1000000 | 1010001 | 11101 |
Color Harmonies of #7E870E
Complementary color
Monochromatic Colors of #7E870E
Black with #7E870E
Text Example
Text Example
White with #7E870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E870E; }
p { color: rgb(126,135,14); }
H1.HeaderClassName
{
color: #7E870E;
}
.AnyTagClassName
{
color: #7E870E;
}
</style>
background-color css
<style>
a { background-color: #7E870E; }
a { background-color: rgb(126,135,14); }
div.DivClassName
{
background-color: #7E870E;
}
.BgClassName
{
background-color: #7E870E;
}
</style>
border-color css
<style>
span { border-color: #7E870E; }
span { border-color: rgb(126,135,14); }
td.TdClassName
{
border-color: #7E870E;
}
.TagClassName
{
border-color: #7E870E;
}
</style>