Shades of Green #056F16
Tints of Green #056F16
RGB
CMYK
RGB Variations
Color information
#056F16 (or 0x056F16) is known color: Green. HEX triplet: 05, 6F and 16. RGB value is (5,111,22). Sum of RGB (Red+Green+Blue) = 5+111+22=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 111 (43.75% from 255 or 80.43% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 111 - color contains mainly: green. Hex color #056F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056F16 is #FA90E9. Grayscale: #454545. Windows color (decimal): -16421098 or 1470213. OLE color: 1470213.
HSL color Cylindrical-coordinate representation of color #056F16: hue angle of 129.62º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F16 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 22 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.56 |
| HSL | 129.62º | 0.91% | 0.23% | - |
| HSV(B) | 129.62º | 0.95% | 0.44% | - |
| XYZ | 5.89 | 11.46 | 2.66 | - |
| YUV | 69.16 | 101.38 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 22 | 0.95 | 0 | 0.80 | 0.56 | 129.62 | 0.91 | 0.23 |
| Hex | 5 | 6F | 16 | 5F | 0 | 50 | 38 | 82 | 5B | 17 |
| Octal | 5 | 157 | 26 | 137 | 0 | 120 | 70 | 202 | 133 | 27 |
| Binary | 101 | 1101111 | 10110 | 1011111 | 0 | 1010000 | 111000 | 10000010 | 1011011 | 10111 |
Color Harmonies of #056F16
Complementary color
Monochromatic Colors of #056F16
Black with #056F16
Text Example
Text Example
White with #056F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F16; }
p { color: rgb(5,111,22); }
H1.HeaderClassName
{
color: #056F16;
}
.AnyTagClassName
{
color: #056F16;
}
</style>
background-color css
<style>
a { background-color: #056F16; }
a { background-color: rgb(5,111,22); }
div.DivClassName
{
background-color: #056F16;
}
.BgClassName
{
background-color: #056F16;
}
</style>
border-color css
<style>
span { border-color: #056F16; }
span { border-color: rgb(5,111,22); }
td.TdClassName
{
border-color: #056F16;
}
.TagClassName
{
border-color: #056F16;
}
</style>