Shades of Green #056F10
Tints of Green #056F10
RGB
CMYK
RGB Variations
Color information
#056F10 (or 0x056F10) is known color: Green. HEX triplet: 05, 6F and 10. RGB value is (5,111,16). Sum of RGB (Red+Green+Blue) = 5+111+16=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 111 (43.75% from 255 or 84.09% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 111 - color contains mainly: green. Hex color #056F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056F10 is #FA90EF. Grayscale: #444444. Windows color (decimal): -16421104 or 1076997. OLE color: 1076997.
HSL color Cylindrical-coordinate representation of color #056F10: hue angle of 126.23º 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 #056F10 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 16 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.56 |
| HSL | 126.23º | 0.91% | 0.23% | - |
| HSV(B) | 126.23º | 0.95% | 0.44% | - |
| XYZ | 5.84 | 11.44 | 2.39 | - |
| YUV | 68.48 | 98.38 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 16 | 0.95 | 0 | 0.86 | 0.56 | 126.23 | 0.91 | 0.23 |
| Hex | 5 | 6F | 10 | 5F | 0 | 56 | 38 | 7E | 5B | 17 |
| Octal | 5 | 157 | 20 | 137 | 0 | 126 | 70 | 176 | 133 | 27 |
| Binary | 101 | 1101111 | 10000 | 1011111 | 0 | 1010110 | 111000 | 1111110 | 1011011 | 10111 |
Color Harmonies of #056F10
Complementary color
Monochromatic Colors of #056F10
Black with #056F10
Text Example
Text Example
White with #056F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F10; }
p { color: rgb(5,111,16); }
H1.HeaderClassName
{
color: #056F10;
}
.AnyTagClassName
{
color: #056F10;
}
</style>
background-color css
<style>
a { background-color: #056F10; }
a { background-color: rgb(5,111,16); }
div.DivClassName
{
background-color: #056F10;
}
.BgClassName
{
background-color: #056F10;
}
</style>
border-color css
<style>
span { border-color: #056F10; }
span { border-color: rgb(5,111,16); }
td.TdClassName
{
border-color: #056F10;
}
.TagClassName
{
border-color: #056F10;
}
</style>