Shades of Green #056A16
Tints of Green #056A16
RGB
CMYK
RGB Variations
Color information
#056A16 (or 0x056A16) is known color: Green. HEX triplet: 05, 6A and 16. RGB value is (5,106,22). Sum of RGB (Red+Green+Blue) = 5+106+22=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 106 (41.80% from 255 or 79.70% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 106 - color contains mainly: green. Hex color #056A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056A16 is #FA95E9. Grayscale: #424242. Windows color (decimal): -16422378 or 1468933. OLE color: 1468933.
HSL color Cylindrical-coordinate representation of color #056A16: hue angle of 130.1º 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 #056A16 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 106 | 22 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.58 |
| HSL | 130.1º | 0.91% | 0.22% | - |
| HSV(B) | 130.1º | 0.95% | 0.42% | - |
| XYZ | 5.36 | 10.4 | 2.48 | - |
| YUV | 66.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 22 | 0.95 | 0 | 0.79 | 0.58 | 130.1 | 0.91 | 0.22 |
| Hex | 5 | 6A | 16 | 5F | 0 | 4F | 3A | 82 | 5B | 16 |
| Octal | 5 | 152 | 26 | 137 | 0 | 117 | 72 | 202 | 133 | 26 |
| Binary | 101 | 1101010 | 10110 | 1011111 | 0 | 1001111 | 111010 | 10000010 | 1011011 | 10110 |
Color Harmonies of #056A16
Complementary color
Monochromatic Colors of #056A16
Black with #056A16
Text Example
Text Example
White with #056A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A16; }
p { color: rgb(5,106,22); }
H1.HeaderClassName
{
color: #056A16;
}
.AnyTagClassName
{
color: #056A16;
}
</style>
background-color css
<style>
a { background-color: #056A16; }
a { background-color: rgb(5,106,22); }
div.DivClassName
{
background-color: #056A16;
}
.BgClassName
{
background-color: #056A16;
}
</style>
border-color css
<style>
span { border-color: #056A16; }
span { border-color: rgb(5,106,22); }
td.TdClassName
{
border-color: #056A16;
}
.TagClassName
{
border-color: #056A16;
}
</style>