Shades of Pine Green #057B6D
Tints of Pine Green #057B6D
RGB
CMYK
RGB Variations
Color information
#057B6D (or 0x057B6D) is known color: Pine Green. HEX triplet: 05, 7B and 6D. RGB value is (5,123,109). Sum of RGB (Red+Green+Blue) = 5+123+109=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #057B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B6D is #FA8492. Grayscale: #565656. Windows color (decimal): -16417939 or 7174917. OLE color: 7174917.
HSL color Cylindrical-coordinate representation of color #057B6D: hue angle of 172.88º 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 #057B6D is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 109 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.52 |
| HSL | 172.88º | 0.92% | 0.25% | - |
| HSV(B) | 172.88º | 0.96% | 0.48% | - |
| XYZ | 9.91 | 15.3 | 16.9 | - |
| YUV | 86.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 109 | 0.96 | 0 | 0.11 | 0.52 | 172.88 | 0.92 | 0.25 |
| Hex | 5 | 7B | 6D | 60 | 0 | B | 34 | AD | 5C | 19 |
| Octal | 5 | 173 | 155 | 140 | 0 | 13 | 64 | 255 | 134 | 31 |
| Binary | 101 | 1111011 | 1101101 | 1100000 | 0 | 1011 | 110100 | 10101101 | 1011100 | 11001 |
Color Harmonies of #057B6D
Complementary color
Monochromatic Colors of #057B6D
Black with #057B6D
Text Example
Text Example
White with #057B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B6D; }
p { color: rgb(5,123,109); }
H1.HeaderClassName
{
color: #057B6D;
}
.AnyTagClassName
{
color: #057B6D;
}
</style>
background-color css
<style>
a { background-color: #057B6D; }
a { background-color: rgb(5,123,109); }
div.DivClassName
{
background-color: #057B6D;
}
.BgClassName
{
background-color: #057B6D;
}
</style>
border-color css
<style>
span { border-color: #057B6D; }
span { border-color: rgb(5,123,109); }
td.TdClassName
{
border-color: #057B6D;
}
.TagClassName
{
border-color: #057B6D;
}
</style>