Shades of Pine Green #057D6B
Tints of Pine Green #057D6B
RGB
CMYK
RGB Variations
Color information
#057D6B (or 0x057D6B) is known color: Pine Green. HEX triplet: 05, 7D and 6B. RGB value is (5,125,107). Sum of RGB (Red+Green+Blue) = 5+125+107=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #057D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057D6B is #FA8294. Grayscale: #575757. Windows color (decimal): -16417429 or 7044357. OLE color: 7044357.
HSL color Cylindrical-coordinate representation of color #057D6B: hue angle of 171º 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 #057D6B is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 125 | 107 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.51 |
| HSL | 171º | 0.92% | 0.25% | - |
| HSV(B) | 171º | 0.96% | 0.49% | - |
| XYZ | 10.05 | 15.76 | 16.42 | - |
| YUV | 87.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 107 | 0.96 | 0 | 0.14 | 0.51 | 171 | 0.92 | 0.25 |
| Hex | 5 | 7D | 6B | 60 | 0 | E | 33 | AB | 5C | 19 |
| Octal | 5 | 175 | 153 | 140 | 0 | 16 | 63 | 253 | 134 | 31 |
| Binary | 101 | 1111101 | 1101011 | 1100000 | 0 | 1110 | 110011 | 10101011 | 1011100 | 11001 |
Color Harmonies of #057D6B
Complementary color
Monochromatic Colors of #057D6B
Black with #057D6B
Text Example
Text Example
White with #057D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057D6B; }
p { color: rgb(5,125,107); }
H1.HeaderClassName
{
color: #057D6B;
}
.AnyTagClassName
{
color: #057D6B;
}
</style>
background-color css
<style>
a { background-color: #057D6B; }
a { background-color: rgb(5,125,107); }
div.DivClassName
{
background-color: #057D6B;
}
.BgClassName
{
background-color: #057D6B;
}
</style>
border-color css
<style>
span { border-color: #057D6B; }
span { border-color: rgb(5,125,107); }
td.TdClassName
{
border-color: #057D6B;
}
.TagClassName
{
border-color: #057D6B;
}
</style>