Shades of Green #057A00
Tints of Green #057A00
RGB
CMYK
RGB Variations
Color information
#057A00 (or 0x057A00) is known color: Green. HEX triplet: 05, 7A and 00. RGB value is (5,122,0). Sum of RGB (Red+Green+Blue) = 5+122+0=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 122 (48.05% from 255 or 96.06% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 122 - color contains mainly: green. Hex color #057A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057A00 is #FA85FF. Grayscale: #494949. Windows color (decimal): -16418304 or 31237. OLE color: 31237.
HSL color Cylindrical-coordinate representation of color #057A00: hue angle of 117.54º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #057A00 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.52 |
| HSL | 117.54º | 1% | 0.24% | - |
| HSV(B) | 117.54º | 1% | 0.48% | - |
| XYZ | 7.02 | 13.95 | 2.32 | - |
| YUV | 73.11 | 86.74 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 0 | 0.96 | 0 | 1 | 0.52 | 117.54 | 1 | 0.24 |
| Hex | 5 | 7A | 0 | 60 | 0 | 64 | 34 | 76 | 64 | 18 |
| Octal | 5 | 172 | 0 | 140 | 0 | 144 | 64 | 166 | 144 | 30 |
| Binary | 101 | 1111010 | 0 | 1100000 | 0 | 1100100 | 110100 | 1110110 | 1100100 | 11000 |
Color Harmonies of #057A00
Complementary color
Monochromatic Colors of #057A00
Black with #057A00
Text Example
Text Example
White with #057A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A00; }
p { color: rgb(5,122,0); }
H1.HeaderClassName
{
color: #057A00;
}
.AnyTagClassName
{
color: #057A00;
}
</style>
background-color css
<style>
a { background-color: #057A00; }
a { background-color: rgb(5,122,0); }
div.DivClassName
{
background-color: #057A00;
}
.BgClassName
{
background-color: #057A00;
}
</style>
border-color css
<style>
span { border-color: #057A00; }
span { border-color: rgb(5,122,0); }
td.TdClassName
{
border-color: #057A00;
}
.TagClassName
{
border-color: #057A00;
}
</style>