Shades of Pine Green #057F68
Tints of Pine Green #057F68
RGB
CMYK
RGB Variations
Color information
#057F68 (or 0x057F68) is known color: Pine Green. HEX triplet: 05, 7F and 68. RGB value is (5,127,104). Sum of RGB (Red+Green+Blue) = 5+127+104=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #057F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F68 is #FA8097. Grayscale: #575757. Windows color (decimal): -16416920 or 6848261. OLE color: 6848261.
HSL color Cylindrical-coordinate representation of color #057F68: hue angle of 168.69º 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 #057F68 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 104 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.50 |
| HSL | 168.69º | 0.92% | 0.26% | - |
| HSV(B) | 168.69º | 0.96% | 0.5% | - |
| XYZ | 10.15 | 16.21 | 15.69 | - |
| YUV | 87.9 | 137.08 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 104 | 0.96 | 0 | 0.18 | 0.50 | 168.69 | 0.92 | 0.26 |
| Hex | 5 | 7F | 68 | 60 | 0 | 12 | 32 | A9 | 5C | 1A |
| Octal | 5 | 177 | 150 | 140 | 0 | 22 | 62 | 251 | 134 | 32 |
| Binary | 101 | 1111111 | 1101000 | 1100000 | 0 | 10010 | 110010 | 10101001 | 1011100 | 11010 |
Color Harmonies of #057F68
Complementary color
Monochromatic Colors of #057F68
Black with #057F68
Text Example
Text Example
White with #057F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F68; }
p { color: rgb(5,127,104); }
H1.HeaderClassName
{
color: #057F68;
}
.AnyTagClassName
{
color: #057F68;
}
</style>
background-color css
<style>
a { background-color: #057F68; }
a { background-color: rgb(5,127,104); }
div.DivClassName
{
background-color: #057F68;
}
.BgClassName
{
background-color: #057F68;
}
</style>
border-color css
<style>
span { border-color: #057F68; }
span { border-color: rgb(5,127,104); }
td.TdClassName
{
border-color: #057F68;
}
.TagClassName
{
border-color: #057F68;
}
</style>