Shades of Green #056614
Tints of Green #056614
RGB
CMYK
RGB Variations
Color information
#056614 (or 0x056614) is known color: Green. HEX triplet: 05, 66 and 14. RGB value is (5,102,20). Sum of RGB (Red+Green+Blue) = 5+102+20=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 102 (40.23% from 255 or 80.31% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 102 - color contains mainly: green. Hex color #056614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056614 is #FA99EB. Grayscale: #3F3F3F. Windows color (decimal): -16423404 or 1336837. OLE color: 1336837.
HSL color Cylindrical-coordinate representation of color #056614: hue angle of 129.28º 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 #056614 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 102 | 20 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.6 |
| HSL | 129.28º | 0.91% | 0.21% | - |
| HSV(B) | 129.28º | 0.95% | 0.4% | - |
| XYZ | 4.94 | 9.59 | 2.25 | - |
| YUV | 63.65 | 103.36 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 20 | 0.95 | 0 | 0.80 | 0.6 | 129.28 | 0.91 | 0.21 |
| Hex | 5 | 66 | 14 | 5F | 0 | 50 | 3C | 81 | 5B | 15 |
| Octal | 5 | 146 | 24 | 137 | 0 | 120 | 74 | 201 | 133 | 25 |
| Binary | 101 | 1100110 | 10100 | 1011111 | 0 | 1010000 | 111100 | 10000001 | 1011011 | 10101 |
Color Harmonies of #056614
Complementary color
Monochromatic Colors of #056614
Black with #056614
Text Example
Text Example
White with #056614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056614; }
p { color: rgb(5,102,20); }
H1.HeaderClassName
{
color: #056614;
}
.AnyTagClassName
{
color: #056614;
}
</style>
background-color css
<style>
a { background-color: #056614; }
a { background-color: rgb(5,102,20); }
div.DivClassName
{
background-color: #056614;
}
.BgClassName
{
background-color: #056614;
}
</style>
border-color css
<style>
span { border-color: #056614; }
span { border-color: rgb(5,102,20); }
td.TdClassName
{
border-color: #056614;
}
.TagClassName
{
border-color: #056614;
}
</style>