Shades of Green #05710D
Tints of Green #05710D
RGB
CMYK
RGB Variations
Color information
#05710D (or 0x05710D) is known color: Green. HEX triplet: 05, 71 and 0D. RGB value is (5,113,13). Sum of RGB (Red+Green+Blue) = 5+113+13=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 113 (44.53% from 255 or 86.26% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 113 - color contains mainly: green. Hex color #05710D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05710D is #FA8EF2. Grayscale: #454545. Windows color (decimal): -16420595 or 880901. OLE color: 880901.
HSL color Cylindrical-coordinate representation of color #05710D: hue angle of 124.44º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05710D is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 113 | 13 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.56 |
| HSL | 124.44º | 0.92% | 0.23% | - |
| HSV(B) | 124.44º | 0.96% | 0.44% | - |
| XYZ | 6.04 | 11.87 | 2.35 | - |
| YUV | 69.31 | 96.22 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 13 | 0.96 | 0 | 0.88 | 0.56 | 124.44 | 0.92 | 0.23 |
| Hex | 5 | 71 | D | 60 | 0 | 58 | 38 | 7C | 5C | 17 |
| Octal | 5 | 161 | 15 | 140 | 0 | 130 | 70 | 174 | 134 | 27 |
| Binary | 101 | 1110001 | 1101 | 1100000 | 0 | 1011000 | 111000 | 1111100 | 1011100 | 10111 |
Color Harmonies of #05710D
Complementary color
Monochromatic Colors of #05710D
Black with #05710D
Text Example
Text Example
White with #05710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05710D; }
p { color: rgb(5,113,13); }
H1.HeaderClassName
{
color: #05710D;
}
.AnyTagClassName
{
color: #05710D;
}
</style>
background-color css
<style>
a { background-color: #05710D; }
a { background-color: rgb(5,113,13); }
div.DivClassName
{
background-color: #05710D;
}
.BgClassName
{
background-color: #05710D;
}
</style>
border-color css
<style>
span { border-color: #05710D; }
span { border-color: rgb(5,113,13); }
td.TdClassName
{
border-color: #05710D;
}
.TagClassName
{
border-color: #05710D;
}
</style>