Shades of Green #056714
Tints of Green #056714
RGB
CMYK
RGB Variations
Color information
#056714 (or 0x056714) is known color: Green. HEX triplet: 05, 67 and 14. RGB value is (5,103,20). Sum of RGB (Red+Green+Blue) = 5+103+20=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 103 (40.62% from 255 or 80.47% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 103 - color contains mainly: green. Hex color #056714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056714 is #FA98EB. Grayscale: #404040. Windows color (decimal): -16423148 or 1337093. OLE color: 1337093.
HSL color Cylindrical-coordinate representation of color #056714: hue angle of 129.18º 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 #056714 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 103 | 20 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.60 |
| HSL | 129.18º | 0.91% | 0.21% | - |
| HSV(B) | 129.18º | 0.95% | 0.4% | - |
| XYZ | 5.04 | 9.78 | 2.28 | - |
| YUV | 64.24 | 103.03 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 20 | 0.95 | 0 | 0.81 | 0.60 | 129.18 | 0.91 | 0.21 |
| Hex | 5 | 67 | 14 | 5F | 0 | 51 | 3C | 81 | 5B | 15 |
| Octal | 5 | 147 | 24 | 137 | 0 | 121 | 74 | 201 | 133 | 25 |
| Binary | 101 | 1100111 | 10100 | 1011111 | 0 | 1010001 | 111100 | 10000001 | 1011011 | 10101 |
Color Harmonies of #056714
Complementary color
Monochromatic Colors of #056714
Black with #056714
Text Example
Text Example
White with #056714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056714; }
p { color: rgb(5,103,20); }
H1.HeaderClassName
{
color: #056714;
}
.AnyTagClassName
{
color: #056714;
}
</style>
background-color css
<style>
a { background-color: #056714; }
a { background-color: rgb(5,103,20); }
div.DivClassName
{
background-color: #056714;
}
.BgClassName
{
background-color: #056714;
}
</style>
border-color css
<style>
span { border-color: #056714; }
span { border-color: rgb(5,103,20); }
td.TdClassName
{
border-color: #056714;
}
.TagClassName
{
border-color: #056714;
}
</style>