Shades of Green #057A07
Tints of Green #057A07
RGB
CMYK
RGB Variations
Color information
#057A07 (or 0x057A07) is known color: Green. HEX triplet: 05, 7A and 07. RGB value is (5,122,7). Sum of RGB (Red+Green+Blue) = 5+122+7=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 122 (48.05% from 255 or 91.04% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 122 - color contains mainly: green. Hex color #057A07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057A07 is #FA85F8. Grayscale: #4A4A4A. Windows color (decimal): -16418297 or 489989. OLE color: 489989.
HSL color Cylindrical-coordinate representation of color #057A07: hue angle of 121.03º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A07 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 7 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.52 |
| HSL | 121.03º | 0.92% | 0.25% | - |
| HSV(B) | 121.03º | 0.96% | 0.48% | - |
| XYZ | 7.06 | 13.97 | 2.52 | - |
| YUV | 73.91 | 90.24 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 7 | 0.96 | 0 | 0.94 | 0.52 | 121.03 | 0.92 | 0.25 |
| Hex | 5 | 7A | 7 | 60 | 0 | 5E | 34 | 79 | 5C | 19 |
| Octal | 5 | 172 | 7 | 140 | 0 | 136 | 64 | 171 | 134 | 31 |
| Binary | 101 | 1111010 | 111 | 1100000 | 0 | 1011110 | 110100 | 1111001 | 1011100 | 11001 |
Color Harmonies of #057A07
Complementary color
Monochromatic Colors of #057A07
Black with #057A07
Text Example
Text Example
White with #057A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A07; }
p { color: rgb(5,122,7); }
H1.HeaderClassName
{
color: #057A07;
}
.AnyTagClassName
{
color: #057A07;
}
</style>
background-color css
<style>
a { background-color: #057A07; }
a { background-color: rgb(5,122,7); }
div.DivClassName
{
background-color: #057A07;
}
.BgClassName
{
background-color: #057A07;
}
</style>
border-color css
<style>
span { border-color: #057A07; }
span { border-color: rgb(5,122,7); }
td.TdClassName
{
border-color: #057A07;
}
.TagClassName
{
border-color: #057A07;
}
</style>