Shades of Green #056B17
Tints of Green #056B17
RGB
CMYK
RGB Variations
Color information
#056B17 (or 0x056B17) is known color: Green. HEX triplet: 05, 6B and 17. RGB value is (5,107,23). Sum of RGB (Red+Green+Blue) = 5+107+23=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 107 (42.19% from 255 or 79.26% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 107 - color contains mainly: green. Hex color #056B17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056B17 is #FA94E8. Grayscale: #434343. Windows color (decimal): -16422121 or 1534725. OLE color: 1534725.
HSL color Cylindrical-coordinate representation of color #056B17: hue angle of 130.59º 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 #056B17 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 23 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.58 |
| HSL | 130.59º | 0.91% | 0.22% | - |
| HSV(B) | 130.59º | 0.95% | 0.42% | - |
| XYZ | 5.47 | 10.61 | 2.57 | - |
| YUV | 66.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 23 | 0.95 | 0 | 0.79 | 0.58 | 130.59 | 0.91 | 0.22 |
| Hex | 5 | 6B | 17 | 5F | 0 | 4F | 3A | 83 | 5B | 16 |
| Octal | 5 | 153 | 27 | 137 | 0 | 117 | 72 | 203 | 133 | 26 |
| Binary | 101 | 1101011 | 10111 | 1011111 | 0 | 1001111 | 111010 | 10000011 | 1011011 | 10110 |
Color Harmonies of #056B17
Complementary color
Monochromatic Colors of #056B17
Black with #056B17
Text Example
Text Example
White with #056B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B17; }
p { color: rgb(5,107,23); }
H1.HeaderClassName
{
color: #056B17;
}
.AnyTagClassName
{
color: #056B17;
}
</style>
background-color css
<style>
a { background-color: #056B17; }
a { background-color: rgb(5,107,23); }
div.DivClassName
{
background-color: #056B17;
}
.BgClassName
{
background-color: #056B17;
}
</style>
border-color css
<style>
span { border-color: #056B17; }
span { border-color: rgb(5,107,23); }
td.TdClassName
{
border-color: #056B17;
}
.TagClassName
{
border-color: #056B17;
}
</style>