Shades of Green #056811
Tints of Green #056811
RGB
CMYK
RGB Variations
Color information
#056811 (or 0x056811) is known color: Green. HEX triplet: 05, 68 and 11. RGB value is (5,104,17). Sum of RGB (Red+Green+Blue) = 5+104+17=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 104 (41.02% from 255 or 82.54% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 104 - color contains mainly: green. Hex color #056811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056811 is #FA97EE. Grayscale: #404040. Windows color (decimal): -16422895 or 1140741. OLE color: 1140741.
HSL color Cylindrical-coordinate representation of color #056811: hue angle of 127.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056811 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 104 | 17 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.59 |
| HSL | 127.27º | 0.91% | 0.21% | - |
| HSV(B) | 127.27º | 0.95% | 0.41% | - |
| XYZ | 5.11 | 9.97 | 2.19 | - |
| YUV | 64.48 | 101.2 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 17 | 0.95 | 0 | 0.84 | 0.59 | 127.27 | 0.91 | 0.21 |
| Hex | 5 | 68 | 11 | 5F | 0 | 54 | 3B | 7F | 5B | 15 |
| Octal | 5 | 150 | 21 | 137 | 0 | 124 | 73 | 177 | 133 | 25 |
| Binary | 101 | 1101000 | 10001 | 1011111 | 0 | 1010100 | 111011 | 1111111 | 1011011 | 10101 |
Color Harmonies of #056811
Complementary color
Monochromatic Colors of #056811
Black with #056811
Text Example
Text Example
White with #056811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056811; }
p { color: rgb(5,104,17); }
H1.HeaderClassName
{
color: #056811;
}
.AnyTagClassName
{
color: #056811;
}
</style>
background-color css
<style>
a { background-color: #056811; }
a { background-color: rgb(5,104,17); }
div.DivClassName
{
background-color: #056811;
}
.BgClassName
{
background-color: #056811;
}
</style>
border-color css
<style>
span { border-color: #056811; }
span { border-color: rgb(5,104,17); }
td.TdClassName
{
border-color: #056811;
}
.TagClassName
{
border-color: #056811;
}
</style>