Shades of Green #007E06
Tints of Green #007E06
RGB
CMYK
RGB Variations
Color information
#007E06 (or 0x007E06) is known color: Green. HEX triplet: 00, 7E and 06. RGB value is (0,126,6). Sum of RGB (Red+Green+Blue) = 0+126+6=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 126 (49.61% from 255 or 95.45% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 126 - color contains mainly: green. Hex color #007E06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007E06 is #FF81F9. Grayscale: #4A4A4A. Windows color (decimal): -16744954 or 425472. OLE color: 425472.
HSL color Cylindrical-coordinate representation of color #007E06: hue angle of 122.86º 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 #007E06 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 6 | - |
| CMYK | 1 | 0 | 0.95 | 0.51 |
| HSL | 122.86º | 1% | 0.25% | - |
| HSV(B) | 122.86º | 1% | 0.49% | - |
| XYZ | 7.49 | 14.93 | 2.66 | - |
| YUV | 74.65 | 89.26 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 6 | 1 | 0 | 0.95 | 0.51 | 122.86 | 1 | 0.25 |
| Hex | 0 | 7E | 6 | 64 | 0 | 5F | 33 | 7B | 64 | 19 |
| Octal | 0 | 176 | 6 | 144 | 0 | 137 | 63 | 173 | 144 | 31 |
| Binary | 0 | 1111110 | 110 | 1100100 | 0 | 1011111 | 110011 | 1111011 | 1100100 | 11001 |
Color Harmonies of #007E06
Complementary color
Monochromatic Colors of #007E06
Black with #007E06
Text Example
Text Example
White with #007E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E06; }
p { color: rgb(0,126,6); }
H1.HeaderClassName
{
color: #007E06;
}
.AnyTagClassName
{
color: #007E06;
}
</style>
background-color css
<style>
a { background-color: #007E06; }
a { background-color: rgb(0,126,6); }
div.DivClassName
{
background-color: #007E06;
}
.BgClassName
{
background-color: #007E06;
}
</style>
border-color css
<style>
span { border-color: #007E06; }
span { border-color: rgb(0,126,6); }
td.TdClassName
{
border-color: #007E06;
}
.TagClassName
{
border-color: #007E06;
}
</style>