Shades of Green #007E10
Tints of Green #007E10
RGB
CMYK
RGB Variations
Color information
#007E10 (or 0x007E10) is known color: Green. HEX triplet: 00, 7E and 10. RGB value is (0,126,16). Sum of RGB (Red+Green+Blue) = 0+126+16=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 126 (49.61% from 255 or 88.73% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 126 - color contains mainly: green. Hex color #007E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007E10 is #FF81EF. Grayscale: #4C4C4C. Windows color (decimal): -16744944 or 1080832. OLE color: 1080832.
HSL color Cylindrical-coordinate representation of color #007E10: hue angle of 127.62º 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 #007E10 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 16 | - |
| CMYK | 1 | 0 | 0.87 | 0.51 |
| HSL | 127.62º | 1% | 0.25% | - |
| HSV(B) | 127.62º | 1% | 0.49% | - |
| XYZ | 7.55 | 14.96 | 2.98 | - |
| YUV | 75.79 | 94.26 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 16 | 1 | 0 | 0.87 | 0.51 | 127.62 | 1 | 0.25 |
| Hex | 0 | 7E | 10 | 64 | 0 | 57 | 33 | 80 | 64 | 19 |
| Octal | 0 | 176 | 20 | 144 | 0 | 127 | 63 | 200 | 144 | 31 |
| Binary | 0 | 1111110 | 10000 | 1100100 | 0 | 1010111 | 110011 | 10000000 | 1100100 | 11001 |
Color Harmonies of #007E10
Complementary color
Monochromatic Colors of #007E10
Black with #007E10
Text Example
Text Example
White with #007E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E10; }
p { color: rgb(0,126,16); }
H1.HeaderClassName
{
color: #007E10;
}
.AnyTagClassName
{
color: #007E10;
}
</style>
background-color css
<style>
a { background-color: #007E10; }
a { background-color: rgb(0,126,16); }
div.DivClassName
{
background-color: #007E10;
}
.BgClassName
{
background-color: #007E10;
}
</style>
border-color css
<style>
span { border-color: #007E10; }
span { border-color: rgb(0,126,16); }
td.TdClassName
{
border-color: #007E10;
}
.TagClassName
{
border-color: #007E10;
}
</style>