Shades of Green #056B11
Tints of Green #056B11
RGB
CMYK
RGB Variations
Color information
#056B11 (or 0x056B11) is known color: Green. HEX triplet: 05, 6B and 11. RGB value is (5,107,17). Sum of RGB (Red+Green+Blue) = 5+107+17=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 107 (42.19% from 255 or 82.95% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 107 - color contains mainly: green. Hex color #056B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056B11 is #FA94EE. Grayscale: #424242. Windows color (decimal): -16422127 or 1141509. OLE color: 1141509.
HSL color Cylindrical-coordinate representation of color #056B11: hue angle of 127.06º 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 #056B11 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 17 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.58 |
| HSL | 127.06º | 0.91% | 0.22% | - |
| HSV(B) | 127.06º | 0.95% | 0.42% | - |
| XYZ | 5.42 | 10.59 | 2.29 | - |
| YUV | 66.24 | 100.21 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 17 | 0.95 | 0 | 0.84 | 0.58 | 127.06 | 0.91 | 0.22 |
| Hex | 5 | 6B | 11 | 5F | 0 | 54 | 3A | 7F | 5B | 16 |
| Octal | 5 | 153 | 21 | 137 | 0 | 124 | 72 | 177 | 133 | 26 |
| Binary | 101 | 1101011 | 10001 | 1011111 | 0 | 1010100 | 111010 | 1111111 | 1011011 | 10110 |
Color Harmonies of #056B11
Complementary color
Monochromatic Colors of #056B11
Black with #056B11
Text Example
Text Example
White with #056B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B11; }
p { color: rgb(5,107,17); }
H1.HeaderClassName
{
color: #056B11;
}
.AnyTagClassName
{
color: #056B11;
}
</style>
background-color css
<style>
a { background-color: #056B11; }
a { background-color: rgb(5,107,17); }
div.DivClassName
{
background-color: #056B11;
}
.BgClassName
{
background-color: #056B11;
}
</style>
border-color css
<style>
span { border-color: #056B11; }
span { border-color: rgb(5,107,17); }
td.TdClassName
{
border-color: #056B11;
}
.TagClassName
{
border-color: #056B11;
}
</style>