Shades of Green #057106
Tints of Green #057106
RGB
CMYK
RGB Variations
Color information
#057106 (or 0x057106) is known color: Green. HEX triplet: 05, 71 and 06. RGB value is (5,113,6). Sum of RGB (Red+Green+Blue) = 5+113+6=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 113 (44.53% from 255 or 91.13% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 113 - color contains mainly: green. Hex color #057106 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057106 is #FA8EF9. Grayscale: #444444. Windows color (decimal): -16420602 or 422149. OLE color: 422149.
HSL color Cylindrical-coordinate representation of color #057106: hue angle of 120.56º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057106 is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 113 | 6 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.56 |
| HSL | 120.56º | 0.92% | 0.23% | - |
| HSV(B) | 120.56º | 0.96% | 0.44% | - |
| XYZ | 6 | 11.86 | 2.14 | - |
| YUV | 68.51 | 92.72 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 6 | 0.96 | 0 | 0.95 | 0.56 | 120.56 | 0.92 | 0.23 |
| Hex | 5 | 71 | 6 | 60 | 0 | 5F | 38 | 79 | 5C | 17 |
| Octal | 5 | 161 | 6 | 140 | 0 | 137 | 70 | 171 | 134 | 27 |
| Binary | 101 | 1110001 | 110 | 1100000 | 0 | 1011111 | 111000 | 1111001 | 1011100 | 10111 |
Color Harmonies of #057106
Complementary color
Monochromatic Colors of #057106
Black with #057106
Text Example
Text Example
White with #057106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057106; }
p { color: rgb(5,113,6); }
H1.HeaderClassName
{
color: #057106;
}
.AnyTagClassName
{
color: #057106;
}
</style>
background-color css
<style>
a { background-color: #057106; }
a { background-color: rgb(5,113,6); }
div.DivClassName
{
background-color: #057106;
}
.BgClassName
{
background-color: #057106;
}
</style>
border-color css
<style>
span { border-color: #057106; }
span { border-color: rgb(5,113,6); }
td.TdClassName
{
border-color: #057106;
}
.TagClassName
{
border-color: #057106;
}
</style>