Shades of Green #057B10
Tints of Green #057B10
RGB
CMYK
RGB Variations
Color information
#057B10 (or 0x057B10) is known color: Green. HEX triplet: 05, 7B and 10. RGB value is (5,123,16). Sum of RGB (Red+Green+Blue) = 5+123+16=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 123 (48.44% from 255 or 85.42% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 123 - color contains mainly: green. Hex color #057B10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057B10 is #FA84EF. Grayscale: #4B4B4B. Windows color (decimal): -16418032 or 1080069. OLE color: 1080069.
HSL color Cylindrical-coordinate representation of color #057B10: hue angle of 125.59º 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 #057B10 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 16 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.52 |
| HSL | 125.59º | 0.92% | 0.25% | - |
| HSV(B) | 125.59º | 0.96% | 0.48% | - |
| XYZ | 7.24 | 14.24 | 2.86 | - |
| YUV | 75.52 | 94.41 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 16 | 0.96 | 0 | 0.87 | 0.52 | 125.59 | 0.92 | 0.25 |
| Hex | 5 | 7B | 10 | 60 | 0 | 57 | 34 | 7E | 5C | 19 |
| Octal | 5 | 173 | 20 | 140 | 0 | 127 | 64 | 176 | 134 | 31 |
| Binary | 101 | 1111011 | 10000 | 1100000 | 0 | 1010111 | 110100 | 1111110 | 1011100 | 11001 |
Color Harmonies of #057B10
Complementary color
Monochromatic Colors of #057B10
Black with #057B10
Text Example
Text Example
White with #057B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B10; }
p { color: rgb(5,123,16); }
H1.HeaderClassName
{
color: #057B10;
}
.AnyTagClassName
{
color: #057B10;
}
</style>
background-color css
<style>
a { background-color: #057B10; }
a { background-color: rgb(5,123,16); }
div.DivClassName
{
background-color: #057B10;
}
.BgClassName
{
background-color: #057B10;
}
</style>
border-color css
<style>
span { border-color: #057B10; }
span { border-color: rgb(5,123,16); }
td.TdClassName
{
border-color: #057B10;
}
.TagClassName
{
border-color: #057B10;
}
</style>