Shades of Green #007E01
Tints of Green #007E01
RGB
CMYK
RGB Variations
Color information
#007E01 (or 0x007E01) is known color: Green. HEX triplet: 00, 7E and 01. RGB value is (0,126,1). Sum of RGB (Red+Green+Blue) = 0+126+1=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 126 (49.61% from 255 or 99.21% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 126 - color contains mainly: green. Hex color #007E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007E01 is #FF81FE. Grayscale: #4A4A4A. Windows color (decimal): -16744959 or 97792. OLE color: 97792.
HSL color Cylindrical-coordinate representation of color #007E01: hue angle of 120.48º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E01 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.51 |
| HSL | 120.48º | 1% | 0.25% | - |
| HSV(B) | 120.48º | 1% | 0.49% | - |
| XYZ | 7.47 | 14.92 | 2.52 | - |
| YUV | 74.08 | 86.76 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 1 | 1 | 0 | 0.99 | 0.51 | 120.48 | 1 | 0.25 |
| Hex | 0 | 7E | 1 | 64 | 0 | 63 | 33 | 78 | 64 | 19 |
| Octal | 0 | 176 | 1 | 144 | 0 | 143 | 63 | 170 | 144 | 31 |
| Binary | 0 | 1111110 | 1 | 1100100 | 0 | 1100011 | 110011 | 1111000 | 1100100 | 11001 |
Color Harmonies of #007E01
Complementary color
Monochromatic Colors of #007E01
Black with #007E01
Text Example
Text Example
White with #007E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E01; }
p { color: rgb(0,126,1); }
H1.HeaderClassName
{
color: #007E01;
}
.AnyTagClassName
{
color: #007E01;
}
</style>
background-color css
<style>
a { background-color: #007E01; }
a { background-color: rgb(0,126,1); }
div.DivClassName
{
background-color: #007E01;
}
.BgClassName
{
background-color: #007E01;
}
</style>
border-color css
<style>
span { border-color: #007E01; }
span { border-color: rgb(0,126,1); }
td.TdClassName
{
border-color: #007E01;
}
.TagClassName
{
border-color: #007E01;
}
</style>