Shades of Green #05700A
Tints of Green #05700A
RGB
CMYK
RGB Variations
Color information
#05700A (or 0x05700A) is known color: Green. HEX triplet: 05, 70 and 0A. RGB value is (5,112,10). Sum of RGB (Red+Green+Blue) = 5+112+10=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 112 (44.14% from 255 or 88.19% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 112 - color contains mainly: green. Hex color #05700A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05700A is #FA8FF5. Grayscale: #444444. Windows color (decimal): -16420854 or 684037. OLE color: 684037.
HSL color Cylindrical-coordinate representation of color #05700A: hue angle of 122.8º degrees, saturation: 0.91, 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 #05700A is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 10 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.56 |
| HSL | 122.8º | 0.91% | 0.23% | - |
| HSV(B) | 122.8º | 0.96% | 0.44% | - |
| XYZ | 5.91 | 11.64 | 2.22 | - |
| YUV | 68.38 | 95.05 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 10 | 0.96 | 0 | 0.91 | 0.56 | 122.8 | 0.91 | 0.23 |
| Hex | 5 | 70 | A | 60 | 0 | 5B | 38 | 7B | 5B | 17 |
| Octal | 5 | 160 | 12 | 140 | 0 | 133 | 70 | 173 | 133 | 27 |
| Binary | 101 | 1110000 | 1010 | 1100000 | 0 | 1011011 | 111000 | 1111011 | 1011011 | 10111 |
Color Harmonies of #05700A
Complementary color
Monochromatic Colors of #05700A
Black with #05700A
Text Example
Text Example
White with #05700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05700A; }
p { color: rgb(5,112,10); }
H1.HeaderClassName
{
color: #05700A;
}
.AnyTagClassName
{
color: #05700A;
}
</style>
background-color css
<style>
a { background-color: #05700A; }
a { background-color: rgb(5,112,10); }
div.DivClassName
{
background-color: #05700A;
}
.BgClassName
{
background-color: #05700A;
}
</style>
border-color css
<style>
span { border-color: #05700A; }
span { border-color: rgb(5,112,10); }
td.TdClassName
{
border-color: #05700A;
}
.TagClassName
{
border-color: #05700A;
}
</style>