Shades of Green #057601
Tints of Green #057601
RGB
CMYK
RGB Variations
Color information
#057601 (or 0x057601) is known color: Green. HEX triplet: 05, 76 and 01. RGB value is (5,118,1). Sum of RGB (Red+Green+Blue) = 5+118+1=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 118 (46.48% from 255 or 95.16% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 118 - color contains mainly: green. Hex color #057601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057601 is #FA89FE. Grayscale: #474747. Windows color (decimal): -16419327 or 95749. OLE color: 95749.
HSL color Cylindrical-coordinate representation of color #057601: hue angle of 117.95º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #057601 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 118 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.54 |
| HSL | 117.95º | 0.98% | 0.23% | - |
| HSV(B) | 117.95º | 0.99% | 0.46% | - |
| XYZ | 6.55 | 12.99 | 2.19 | - |
| YUV | 70.88 | 88.56 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 1 | 0.96 | 0 | 0.99 | 0.54 | 117.95 | 0.98 | 0.23 |
| Hex | 5 | 76 | 1 | 60 | 0 | 63 | 36 | 76 | 62 | 17 |
| Octal | 5 | 166 | 1 | 140 | 0 | 143 | 66 | 166 | 142 | 27 |
| Binary | 101 | 1110110 | 1 | 1100000 | 0 | 1100011 | 110110 | 1110110 | 1100010 | 10111 |
Color Harmonies of #057601
Complementary color
Monochromatic Colors of #057601
Black with #057601
Text Example
Text Example
White with #057601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057601; }
p { color: rgb(5,118,1); }
H1.HeaderClassName
{
color: #057601;
}
.AnyTagClassName
{
color: #057601;
}
</style>
background-color css
<style>
a { background-color: #057601; }
a { background-color: rgb(5,118,1); }
div.DivClassName
{
background-color: #057601;
}
.BgClassName
{
background-color: #057601;
}
</style>
border-color css
<style>
span { border-color: #057601; }
span { border-color: rgb(5,118,1); }
td.TdClassName
{
border-color: #057601;
}
.TagClassName
{
border-color: #057601;
}
</style>