Shades of Green #056612
Tints of Green #056612
RGB
CMYK
RGB Variations
Color information
#056612 (or 0x056612) is known color: Green. HEX triplet: 05, 66 and 12. RGB value is (5,102,18). Sum of RGB (Red+Green+Blue) = 5+102+18=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 102 (40.23% from 255 or 81.6% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 102 - color contains mainly: green. Hex color #056612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056612 is #FA99ED. Grayscale: #3F3F3F. Windows color (decimal): -16423406 or 1205765. OLE color: 1205765.
HSL color Cylindrical-coordinate representation of color #056612: hue angle of 128.04º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056612 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 102 | 18 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.6 |
| HSL | 128.04º | 0.91% | 0.21% | - |
| HSV(B) | 128.04º | 0.95% | 0.4% | - |
| XYZ | 4.92 | 9.58 | 2.16 | - |
| YUV | 63.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 18 | 0.95 | 0 | 0.82 | 0.6 | 128.04 | 0.91 | 0.21 |
| Hex | 5 | 66 | 12 | 5F | 0 | 52 | 3C | 80 | 5B | 15 |
| Octal | 5 | 146 | 22 | 137 | 0 | 122 | 74 | 200 | 133 | 25 |
| Binary | 101 | 1100110 | 10010 | 1011111 | 0 | 1010010 | 111100 | 10000000 | 1011011 | 10101 |
Color Harmonies of #056612
Complementary color
Monochromatic Colors of #056612
Black with #056612
Text Example
Text Example
White with #056612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056612; }
p { color: rgb(5,102,18); }
H1.HeaderClassName
{
color: #056612;
}
.AnyTagClassName
{
color: #056612;
}
</style>
background-color css
<style>
a { background-color: #056612; }
a { background-color: rgb(5,102,18); }
div.DivClassName
{
background-color: #056612;
}
.BgClassName
{
background-color: #056612;
}
</style>
border-color css
<style>
span { border-color: #056612; }
span { border-color: rgb(5,102,18); }
td.TdClassName
{
border-color: #056612;
}
.TagClassName
{
border-color: #056612;
}
</style>