Shades of Green #005E07
Tints of Green #005E07
RGB
CMYK
RGB Variations
Color information
#005E07 (or 0x005E07) is known color: Green. HEX triplet: 00, 5E and 07. RGB value is (0,94,7). Sum of RGB (Red+Green+Blue) = 0+94+7=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 94 (37.11% from 255 or 93.07% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 94 - color contains mainly: green. Hex color #005E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005E07 is #FFA1F8. Grayscale: #383838. Windows color (decimal): -16753145 or 482816. OLE color: 482816.
HSL color Cylindrical-coordinate representation of color #005E07: hue angle of 124.47º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E07 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 94 | 7 | - |
| CMYK | 1 | 0 | 0.93 | 0.63 |
| HSL | 124.47º | 1% | 0.18% | - |
| HSV(B) | 124.47º | 1% | 0.37% | - |
| XYZ | 4.04 | 8.02 | 1.54 | - |
| YUV | 55.98 | 100.36 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 7 | 1 | 0 | 0.93 | 0.63 | 124.47 | 1 | 0.18 |
| Hex | 0 | 5E | 7 | 64 | 0 | 5D | 3F | 7C | 64 | 12 |
| Octal | 0 | 136 | 7 | 144 | 0 | 135 | 77 | 174 | 144 | 22 |
| Binary | 0 | 1011110 | 111 | 1100100 | 0 | 1011101 | 111111 | 1111100 | 1100100 | 10010 |
Color Harmonies of #005E07
Complementary color
Monochromatic Colors of #005E07
Black with #005E07
Text Example
Text Example
White with #005E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E07; }
p { color: rgb(0,94,7); }
H1.HeaderClassName
{
color: #005E07;
}
.AnyTagClassName
{
color: #005E07;
}
</style>
background-color css
<style>
a { background-color: #005E07; }
a { background-color: rgb(0,94,7); }
div.DivClassName
{
background-color: #005E07;
}
.BgClassName
{
background-color: #005E07;
}
</style>
border-color css
<style>
span { border-color: #005E07; }
span { border-color: rgb(0,94,7); }
td.TdClassName
{
border-color: #005E07;
}
.TagClassName
{
border-color: #005E07;
}
</style>