Shades of Olive #7E9802
Tints of Olive #7E9802
RGB
CMYK
RGB Variations
Color information
#7E9802 (or 0x7E9802) is known color: Olive. HEX triplet: 7E, 98 and 02. RGB value is (126,152,2). Sum of RGB (Red+Green+Blue) = 126+152+2=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #7E9802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9802 is #8167FD. Grayscale: #7F7F7F. Windows color (decimal): -8480766 or 170110. OLE color: 170110.
HSL color Cylindrical-coordinate representation of color #7E9802: hue angle of 70.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E9802 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 152 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.40 |
| HSL | 70.4º | 0.97% | 0.3% | - |
| HSV(B) | 70.4º | 0.99% | 0.6% | - |
| XYZ | 19.84 | 26.9 | 4.2 | - |
| YUV | 127.13 | 57.39 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 152 | 2 | 0.17 | 0 | 0.99 | 0.40 | 70.4 | 0.97 | 0.3 |
| Hex | 7E | 98 | 2 | 11 | 0 | 63 | 28 | 46 | 61 | 1E |
| Octal | 176 | 230 | 2 | 21 | 0 | 143 | 50 | 106 | 141 | 36 |
| Binary | 1111110 | 10011000 | 10 | 10001 | 0 | 1100011 | 101000 | 1000110 | 1100001 | 11110 |
Color Harmonies of #7E9802
Complementary color
Monochromatic Colors of #7E9802
Black with #7E9802
Text Example
Text Example
White with #7E9802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9802; }
p { color: rgb(126,152,2); }
H1.HeaderClassName
{
color: #7E9802;
}
.AnyTagClassName
{
color: #7E9802;
}
</style>
background-color css
<style>
a { background-color: #7E9802; }
a { background-color: rgb(126,152,2); }
div.DivClassName
{
background-color: #7E9802;
}
.BgClassName
{
background-color: #7E9802;
}
</style>
border-color css
<style>
span { border-color: #7E9802; }
span { border-color: rgb(126,152,2); }
td.TdClassName
{
border-color: #7E9802;
}
.TagClassName
{
border-color: #7E9802;
}
</style>