Shades of Green #057A08
Tints of Green #057A08
RGB
CMYK
RGB Variations
Color information
#057A08 (or 0x057A08) is known color: Green. HEX triplet: 05, 7A and 08. RGB value is (5,122,8). Sum of RGB (Red+Green+Blue) = 5+122+8=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 122 (48.05% from 255 or 90.37% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 122 - color contains mainly: green. Hex color #057A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057A08 is #FA85F7. Grayscale: #4A4A4A. Windows color (decimal): -16418296 or 555525. OLE color: 555525.
HSL color Cylindrical-coordinate representation of color #057A08: hue angle of 121.54º 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 #057A08 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 8 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.52 |
| HSL | 121.54º | 0.92% | 0.25% | - |
| HSV(B) | 121.54º | 0.96% | 0.48% | - |
| XYZ | 7.07 | 13.97 | 2.55 | - |
| YUV | 74.02 | 90.74 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 8 | 0.96 | 0 | 0.93 | 0.52 | 121.54 | 0.92 | 0.25 |
| Hex | 5 | 7A | 8 | 60 | 0 | 5D | 34 | 7A | 5C | 19 |
| Octal | 5 | 172 | 10 | 140 | 0 | 135 | 64 | 172 | 134 | 31 |
| Binary | 101 | 1111010 | 1000 | 1100000 | 0 | 1011101 | 110100 | 1111010 | 1011100 | 11001 |
Color Harmonies of #057A08
Complementary color
Monochromatic Colors of #057A08
Black with #057A08
Text Example
Text Example
White with #057A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A08; }
p { color: rgb(5,122,8); }
H1.HeaderClassName
{
color: #057A08;
}
.AnyTagClassName
{
color: #057A08;
}
</style>
background-color css
<style>
a { background-color: #057A08; }
a { background-color: rgb(5,122,8); }
div.DivClassName
{
background-color: #057A08;
}
.BgClassName
{
background-color: #057A08;
}
</style>
border-color css
<style>
span { border-color: #057A08; }
span { border-color: rgb(5,122,8); }
td.TdClassName
{
border-color: #057A08;
}
.TagClassName
{
border-color: #057A08;
}
</style>