Shades of Pine Green #057C72
Tints of Pine Green #057C72
RGB
CMYK
RGB Variations
Color information
#057C72 (or 0x057C72) is known color: Pine Green. HEX triplet: 05, 7C and 72. RGB value is (5,124,114). Sum of RGB (Red+Green+Blue) = 5+124+114=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #057C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C72 is #FA838D. Grayscale: #575757. Windows color (decimal): -16417678 or 7502853. OLE color: 7502853.
HSL color Cylindrical-coordinate representation of color #057C72: hue angle of 174.96º 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 #057C72 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 114 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.51 |
| HSL | 174.96º | 0.92% | 0.25% | - |
| HSV(B) | 174.96º | 0.96% | 0.49% | - |
| XYZ | 10.31 | 15.66 | 18.4 | - |
| YUV | 87.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 114 | 0.96 | 0 | 0.08 | 0.51 | 174.96 | 0.92 | 0.25 |
| Hex | 5 | 7C | 72 | 60 | 0 | 8 | 33 | AF | 5C | 19 |
| Octal | 5 | 174 | 162 | 140 | 0 | 10 | 63 | 257 | 134 | 31 |
| Binary | 101 | 1111100 | 1110010 | 1100000 | 0 | 1000 | 110011 | 10101111 | 1011100 | 11001 |
Color Harmonies of #057C72
Complementary color
Monochromatic Colors of #057C72
Black with #057C72
Text Example
Text Example
White with #057C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C72; }
p { color: rgb(5,124,114); }
H1.HeaderClassName
{
color: #057C72;
}
.AnyTagClassName
{
color: #057C72;
}
</style>
background-color css
<style>
a { background-color: #057C72; }
a { background-color: rgb(5,124,114); }
div.DivClassName
{
background-color: #057C72;
}
.BgClassName
{
background-color: #057C72;
}
</style>
border-color css
<style>
span { border-color: #057C72; }
span { border-color: rgb(5,124,114); }
td.TdClassName
{
border-color: #057C72;
}
.TagClassName
{
border-color: #057C72;
}
</style>