Shades of Green #057007
Tints of Green #057007
RGB
CMYK
RGB Variations
Color information
#057007 (or 0x057007) is known color: Green. HEX triplet: 05, 70 and 07. RGB value is (5,112,7). Sum of RGB (Red+Green+Blue) = 5+112+7=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 112 (44.14% from 255 or 90.32% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 112 - color contains mainly: green. Hex color #057007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057007 is #FA8FF8. Grayscale: #444444. Windows color (decimal): -16420857 or 487429. OLE color: 487429.
HSL color Cylindrical-coordinate representation of color #057007: hue angle of 121.12º 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 #057007 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 7 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.56 |
| HSL | 121.12º | 0.91% | 0.23% | - |
| HSV(B) | 121.12º | 0.96% | 0.44% | - |
| XYZ | 5.9 | 11.64 | 2.14 | - |
| YUV | 68.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 7 | 0.96 | 0 | 0.94 | 0.56 | 121.12 | 0.91 | 0.23 |
| Hex | 5 | 70 | 7 | 60 | 0 | 5E | 38 | 79 | 5B | 17 |
| Octal | 5 | 160 | 7 | 140 | 0 | 136 | 70 | 171 | 133 | 27 |
| Binary | 101 | 1110000 | 111 | 1100000 | 0 | 1011110 | 111000 | 1111001 | 1011011 | 10111 |
Color Harmonies of #057007
Complementary color
Monochromatic Colors of #057007
Black with #057007
Text Example
Text Example
White with #057007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057007; }
p { color: rgb(5,112,7); }
H1.HeaderClassName
{
color: #057007;
}
.AnyTagClassName
{
color: #057007;
}
</style>
background-color css
<style>
a { background-color: #057007; }
a { background-color: rgb(5,112,7); }
div.DivClassName
{
background-color: #057007;
}
.BgClassName
{
background-color: #057007;
}
</style>
border-color css
<style>
span { border-color: #057007; }
span { border-color: rgb(5,112,7); }
td.TdClassName
{
border-color: #057007;
}
.TagClassName
{
border-color: #057007;
}
</style>