Shades of Olive #7E8002
Tints of Olive #7E8002
RGB
CMYK
RGB Variations
Color information
#7E8002 (or 0x7E8002) is known color: Olive. HEX triplet: 7E, 80 and 02. RGB value is (126,128,2). Sum of RGB (Red+Green+Blue) = 126+128+2=256 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.22% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #7E8002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8002 is #817FFD. Grayscale: #717171. Windows color (decimal): -8486910 or 163966. OLE color: 163966.
HSL color Cylindrical-coordinate representation of color #7E8002: hue angle of 60.95º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E8002 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 128 | 2 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.50 |
| HSL | 60.95º | 0.97% | 0.25% | - |
| HSV(B) | 60.95º | 0.98% | 0.5% | - |
| XYZ | 16.33 | 19.88 | 3.03 | - |
| YUV | 113.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 2 | 0.02 | 0 | 0.98 | 0.50 | 60.95 | 0.97 | 0.25 |
| Hex | 7E | 80 | 2 | 2 | 0 | 62 | 32 | 3D | 61 | 19 |
| Octal | 176 | 200 | 2 | 2 | 0 | 142 | 62 | 75 | 141 | 31 |
| Binary | 1111110 | 10000000 | 10 | 10 | 0 | 1100010 | 110010 | 111101 | 1100001 | 11001 |
Color Harmonies of #7E8002
Complementary color
Monochromatic Colors of #7E8002
Black with #7E8002
Text Example
Text Example
White with #7E8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8002; }
p { color: rgb(126,128,2); }
H1.HeaderClassName
{
color: #7E8002;
}
.AnyTagClassName
{
color: #7E8002;
}
</style>
background-color css
<style>
a { background-color: #7E8002; }
a { background-color: rgb(126,128,2); }
div.DivClassName
{
background-color: #7E8002;
}
.BgClassName
{
background-color: #7E8002;
}
</style>
border-color css
<style>
span { border-color: #7E8002; }
span { border-color: rgb(126,128,2); }
td.TdClassName
{
border-color: #7E8002;
}
.TagClassName
{
border-color: #7E8002;
}
</style>