Shades of Green #056E0E
Tints of Green #056E0E
RGB
CMYK
RGB Variations
Color information
#056E0E (or 0x056E0E) is known color: Green. HEX triplet: 05, 6E and 0E. RGB value is (5,110,14). Sum of RGB (Red+Green+Blue) = 5+110+14=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 110 (43.36% from 255 or 85.27% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 110 - color contains mainly: green. Hex color #056E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056E0E is #FA91F1. Grayscale: #434343. Windows color (decimal): -16421362 or 945669. OLE color: 945669.
HSL color Cylindrical-coordinate representation of color #056E0E: hue angle of 125.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E0E is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 110 | 14 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.57 |
| HSL | 125.14º | 0.91% | 0.23% | - |
| HSV(B) | 125.14º | 0.95% | 0.43% | - |
| XYZ | 5.72 | 11.22 | 2.28 | - |
| YUV | 67.66 | 97.71 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 14 | 0.95 | 0 | 0.87 | 0.57 | 125.14 | 0.91 | 0.23 |
| Hex | 5 | 6E | E | 5F | 0 | 57 | 39 | 7D | 5B | 17 |
| Octal | 5 | 156 | 16 | 137 | 0 | 127 | 71 | 175 | 133 | 27 |
| Binary | 101 | 1101110 | 1110 | 1011111 | 0 | 1010111 | 111001 | 1111101 | 1011011 | 10111 |
Color Harmonies of #056E0E
Complementary color
Monochromatic Colors of #056E0E
Black with #056E0E
Text Example
Text Example
White with #056E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E0E; }
p { color: rgb(5,110,14); }
H1.HeaderClassName
{
color: #056E0E;
}
.AnyTagClassName
{
color: #056E0E;
}
</style>
background-color css
<style>
a { background-color: #056E0E; }
a { background-color: rgb(5,110,14); }
div.DivClassName
{
background-color: #056E0E;
}
.BgClassName
{
background-color: #056E0E;
}
</style>
border-color css
<style>
span { border-color: #056E0E; }
span { border-color: rgb(5,110,14); }
td.TdClassName
{
border-color: #056E0E;
}
.TagClassName
{
border-color: #056E0E;
}
</style>