Shades of Green #057F0C
Tints of Green #057F0C
RGB
CMYK
RGB Variations
Color information
#057F0C (or 0x057F0C) is known color: Green. HEX triplet: 05, 7F and 0C. RGB value is (5,127,12). Sum of RGB (Red+Green+Blue) = 5+127+12=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 127 (50% from 255 or 88.19% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 127 - color contains mainly: green. Hex color #057F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057F0C is #FA80F3. Grayscale: #4D4D4D. Windows color (decimal): -16417012 or 818949. OLE color: 818949.
HSL color Cylindrical-coordinate representation of color #057F0C: hue angle of 123.44º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F0C is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 12 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.50 |
| HSL | 123.44º | 0.92% | 0.26% | - |
| HSV(B) | 123.44º | 0.96% | 0.5% | - |
| XYZ | 7.72 | 15.24 | 2.88 | - |
| YUV | 77.41 | 91.08 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 12 | 0.96 | 0 | 0.91 | 0.50 | 123.44 | 0.92 | 0.26 |
| Hex | 5 | 7F | C | 60 | 0 | 5B | 32 | 7B | 5C | 1A |
| Octal | 5 | 177 | 14 | 140 | 0 | 133 | 62 | 173 | 134 | 32 |
| Binary | 101 | 1111111 | 1100 | 1100000 | 0 | 1011011 | 110010 | 1111011 | 1011100 | 11010 |
Color Harmonies of #057F0C
Complementary color
Monochromatic Colors of #057F0C
Black with #057F0C
Text Example
Text Example
White with #057F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F0C; }
p { color: rgb(5,127,12); }
H1.HeaderClassName
{
color: #057F0C;
}
.AnyTagClassName
{
color: #057F0C;
}
</style>
background-color css
<style>
a { background-color: #057F0C; }
a { background-color: rgb(5,127,12); }
div.DivClassName
{
background-color: #057F0C;
}
.BgClassName
{
background-color: #057F0C;
}
</style>
border-color css
<style>
span { border-color: #057F0C; }
span { border-color: rgb(5,127,12); }
td.TdClassName
{
border-color: #057F0C;
}
.TagClassName
{
border-color: #057F0C;
}
</style>