Shades of Olive #7E890A
Tints of Olive #7E890A
RGB
CMYK
RGB Variations
Color information
#7E890A (or 0x7E890A) is known color: Olive. HEX triplet: 7E, 89 and 0A. RGB value is (126,137,10). Sum of RGB (Red+Green+Blue) = 126+137+10=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #7E890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E890A is #8176F5. Grayscale: #777777. Windows color (decimal): -8484598 or 690558. OLE color: 690558.
HSL color Cylindrical-coordinate representation of color #7E890A: hue angle of 65.2º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E890A is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 137 | 10 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.46 |
| HSL | 65.2º | 0.86% | 0.29% | - |
| HSV(B) | 65.2º | 0.93% | 0.54% | - |
| XYZ | 17.6 | 22.35 | 3.67 | - |
| YUV | 119.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 10 | 0.08 | 0 | 0.93 | 0.46 | 65.2 | 0.86 | 0.29 |
| Hex | 7E | 89 | A | 8 | 0 | 5D | 2E | 41 | 56 | 1D |
| Octal | 176 | 211 | 12 | 10 | 0 | 135 | 56 | 101 | 126 | 35 |
| Binary | 1111110 | 10001001 | 1010 | 1000 | 0 | 1011101 | 101110 | 1000001 | 1010110 | 11101 |
Color Harmonies of #7E890A
Complementary color
Monochromatic Colors of #7E890A
Black with #7E890A
Text Example
Text Example
White with #7E890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E890A; }
p { color: rgb(126,137,10); }
H1.HeaderClassName
{
color: #7E890A;
}
.AnyTagClassName
{
color: #7E890A;
}
</style>
background-color css
<style>
a { background-color: #7E890A; }
a { background-color: rgb(126,137,10); }
div.DivClassName
{
background-color: #7E890A;
}
.BgClassName
{
background-color: #7E890A;
}
</style>
border-color css
<style>
span { border-color: #7E890A; }
span { border-color: rgb(126,137,10); }
td.TdClassName
{
border-color: #7E890A;
}
.TagClassName
{
border-color: #7E890A;
}
</style>