Shades of Green #057706
Tints of Green #057706
RGB
CMYK
RGB Variations
Color information
#057706 (or 0x057706) is known color: Green. HEX triplet: 05, 77 and 06. RGB value is (5,119,6). Sum of RGB (Red+Green+Blue) = 5+119+6=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 119 (46.88% from 255 or 91.54% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 119 - color contains mainly: green. Hex color #057706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057706 is #FA88F9. Grayscale: #484848. Windows color (decimal): -16419066 or 423685. OLE color: 423685.
HSL color Cylindrical-coordinate representation of color #057706: hue angle of 120.53º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057706 is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 6 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.53 |
| HSL | 120.53º | 0.92% | 0.24% | - |
| HSV(B) | 120.53º | 0.96% | 0.47% | - |
| XYZ | 6.69 | 13.24 | 2.37 | - |
| YUV | 72.03 | 90.73 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 6 | 0.96 | 0 | 0.95 | 0.53 | 120.53 | 0.92 | 0.24 |
| Hex | 5 | 77 | 6 | 60 | 0 | 5F | 35 | 79 | 5C | 18 |
| Octal | 5 | 167 | 6 | 140 | 0 | 137 | 65 | 171 | 134 | 30 |
| Binary | 101 | 1110111 | 110 | 1100000 | 0 | 1011111 | 110101 | 1111001 | 1011100 | 11000 |
Color Harmonies of #057706
Complementary color
Monochromatic Colors of #057706
Black with #057706
Text Example
Text Example
White with #057706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057706; }
p { color: rgb(5,119,6); }
H1.HeaderClassName
{
color: #057706;
}
.AnyTagClassName
{
color: #057706;
}
</style>
background-color css
<style>
a { background-color: #057706; }
a { background-color: rgb(5,119,6); }
div.DivClassName
{
background-color: #057706;
}
.BgClassName
{
background-color: #057706;
}
</style>
border-color css
<style>
span { border-color: #057706; }
span { border-color: rgb(5,119,6); }
td.TdClassName
{
border-color: #057706;
}
.TagClassName
{
border-color: #057706;
}
</style>