Shades of Green #05770D
Tints of Green #05770D
RGB
CMYK
RGB Variations
Color information
#05770D (or 0x05770D) is known color: Green. HEX triplet: 05, 77 and 0D. RGB value is (5,119,13). Sum of RGB (Red+Green+Blue) = 5+119+13=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 119 (46.88% from 255 or 86.86% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 119 - color contains mainly: green. Hex color #05770D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05770D is #FA88F2. Grayscale: #494949. Windows color (decimal): -16419059 or 882437. OLE color: 882437.
HSL color Cylindrical-coordinate representation of color #05770D: hue angle of 124.21º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05770D is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 13 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.53 |
| HSL | 124.21º | 0.92% | 0.24% | - |
| HSV(B) | 124.21º | 0.96% | 0.47% | - |
| XYZ | 6.73 | 13.25 | 2.58 | - |
| YUV | 72.83 | 94.23 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 13 | 0.96 | 0 | 0.89 | 0.53 | 124.21 | 0.92 | 0.24 |
| Hex | 5 | 77 | D | 60 | 0 | 59 | 35 | 7C | 5C | 18 |
| Octal | 5 | 167 | 15 | 140 | 0 | 131 | 65 | 174 | 134 | 30 |
| Binary | 101 | 1110111 | 1101 | 1100000 | 0 | 1011001 | 110101 | 1111100 | 1011100 | 11000 |
Color Harmonies of #05770D
Complementary color
Monochromatic Colors of #05770D
Black with #05770D
Text Example
Text Example
White with #05770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05770D; }
p { color: rgb(5,119,13); }
H1.HeaderClassName
{
color: #05770D;
}
.AnyTagClassName
{
color: #05770D;
}
</style>
background-color css
<style>
a { background-color: #05770D; }
a { background-color: rgb(5,119,13); }
div.DivClassName
{
background-color: #05770D;
}
.BgClassName
{
background-color: #05770D;
}
</style>
border-color css
<style>
span { border-color: #05770D; }
span { border-color: rgb(5,119,13); }
td.TdClassName
{
border-color: #05770D;
}
.TagClassName
{
border-color: #05770D;
}
</style>