Shades of Pine Green #057A6D
Tints of Pine Green #057A6D
RGB
CMYK
RGB Variations
Color information
#057A6D (or 0x057A6D) is known color: Pine Green. HEX triplet: 05, 7A and 6D. RGB value is (5,122,109). Sum of RGB (Red+Green+Blue) = 5+122+109=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #057A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A6D is #FA8592. Grayscale: #555555. Windows color (decimal): -16418195 or 7174661. OLE color: 7174661.
HSL color Cylindrical-coordinate representation of color #057A6D: hue angle of 173.33º 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 #057A6D is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 109 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.52 |
| HSL | 173.33º | 0.92% | 0.25% | - |
| HSV(B) | 173.33º | 0.96% | 0.48% | - |
| XYZ | 9.78 | 15.06 | 16.86 | - |
| YUV | 85.54 | 141.24 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 109 | 0.96 | 0 | 0.11 | 0.52 | 173.33 | 0.92 | 0.25 |
| Hex | 5 | 7A | 6D | 60 | 0 | B | 34 | AD | 5C | 19 |
| Octal | 5 | 172 | 155 | 140 | 0 | 13 | 64 | 255 | 134 | 31 |
| Binary | 101 | 1111010 | 1101101 | 1100000 | 0 | 1011 | 110100 | 10101101 | 1011100 | 11001 |
Color Harmonies of #057A6D
Complementary color
Monochromatic Colors of #057A6D
Black with #057A6D
Text Example
Text Example
White with #057A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A6D; }
p { color: rgb(5,122,109); }
H1.HeaderClassName
{
color: #057A6D;
}
.AnyTagClassName
{
color: #057A6D;
}
</style>
background-color css
<style>
a { background-color: #057A6D; }
a { background-color: rgb(5,122,109); }
div.DivClassName
{
background-color: #057A6D;
}
.BgClassName
{
background-color: #057A6D;
}
</style>
border-color css
<style>
span { border-color: #057A6D; }
span { border-color: rgb(5,122,109); }
td.TdClassName
{
border-color: #057A6D;
}
.TagClassName
{
border-color: #057A6D;
}
</style>