Shades of Green #057D0C
Tints of Green #057D0C
RGB
CMYK
RGB Variations
Color information
#057D0C (or 0x057D0C) is known color: Green. HEX triplet: 05, 7D and 0C. RGB value is (5,125,12). Sum of RGB (Red+Green+Blue) = 5+125+12=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 125 (49.22% from 255 or 88.03% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 125 - color contains mainly: green. Hex color #057D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057D0C is #FA82F3. Grayscale: #4C4C4C. Windows color (decimal): -16417524 or 818437. OLE color: 818437.
HSL color Cylindrical-coordinate representation of color #057D0C: hue angle of 123.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057D0C is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 125 | 12 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.51 |
| HSL | 123.5º | 0.92% | 0.25% | - |
| HSV(B) | 123.5º | 0.96% | 0.49% | - |
| XYZ | 7.46 | 14.73 | 2.8 | - |
| YUV | 76.24 | 91.74 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 12 | 0.96 | 0 | 0.90 | 0.51 | 123.5 | 0.92 | 0.25 |
| Hex | 5 | 7D | C | 60 | 0 | 5A | 33 | 7C | 5C | 19 |
| Octal | 5 | 175 | 14 | 140 | 0 | 132 | 63 | 174 | 134 | 31 |
| Binary | 101 | 1111101 | 1100 | 1100000 | 0 | 1011010 | 110011 | 1111100 | 1011100 | 11001 |
Color Harmonies of #057D0C
Complementary color
Monochromatic Colors of #057D0C
Black with #057D0C
Text Example
Text Example
White with #057D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057D0C; }
p { color: rgb(5,125,12); }
H1.HeaderClassName
{
color: #057D0C;
}
.AnyTagClassName
{
color: #057D0C;
}
</style>
background-color css
<style>
a { background-color: #057D0C; }
a { background-color: rgb(5,125,12); }
div.DivClassName
{
background-color: #057D0C;
}
.BgClassName
{
background-color: #057D0C;
}
</style>
border-color css
<style>
span { border-color: #057D0C; }
span { border-color: rgb(5,125,12); }
td.TdClassName
{
border-color: #057D0C;
}
.TagClassName
{
border-color: #057D0C;
}
</style>