Shades of Green #056C11
Tints of Green #056C11
RGB
CMYK
RGB Variations
Color information
#056C11 (or 0x056C11) is known color: Green. HEX triplet: 05, 6C and 11. RGB value is (5,108,17). Sum of RGB (Red+Green+Blue) = 5+108+17=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 108 (42.58% from 255 or 83.08% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 108 - color contains mainly: green. Hex color #056C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056C11 is #FA93EE. Grayscale: #434343. Windows color (decimal): -16421871 or 1141765. OLE color: 1141765.
HSL color Cylindrical-coordinate representation of color #056C11: hue angle of 126.99º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056C11 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 108 | 17 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.58 |
| HSL | 126.99º | 0.91% | 0.22% | - |
| HSV(B) | 126.99º | 0.95% | 0.42% | - |
| XYZ | 5.53 | 10.8 | 2.32 | - |
| YUV | 66.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 17 | 0.95 | 0 | 0.84 | 0.58 | 126.99 | 0.91 | 0.22 |
| Hex | 5 | 6C | 11 | 5F | 0 | 54 | 3A | 7F | 5B | 16 |
| Octal | 5 | 154 | 21 | 137 | 0 | 124 | 72 | 177 | 133 | 26 |
| Binary | 101 | 1101100 | 10001 | 1011111 | 0 | 1010100 | 111010 | 1111111 | 1011011 | 10110 |
Color Harmonies of #056C11
Complementary color
Monochromatic Colors of #056C11
Black with #056C11
Text Example
Text Example
White with #056C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056C11; }
p { color: rgb(5,108,17); }
H1.HeaderClassName
{
color: #056C11;
}
.AnyTagClassName
{
color: #056C11;
}
</style>
background-color css
<style>
a { background-color: #056C11; }
a { background-color: rgb(5,108,17); }
div.DivClassName
{
background-color: #056C11;
}
.BgClassName
{
background-color: #056C11;
}
</style>
border-color css
<style>
span { border-color: #056C11; }
span { border-color: rgb(5,108,17); }
td.TdClassName
{
border-color: #056C11;
}
.TagClassName
{
border-color: #056C11;
}
</style>