Shades of Pine Green #057B6F
Tints of Pine Green #057B6F
RGB
CMYK
RGB Variations
Color information
#057B6F (or 0x057B6F) is known color: Pine Green. HEX triplet: 05, 7B and 6F. RGB value is (5,123,111). Sum of RGB (Red+Green+Blue) = 5+123+111=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #057B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B6F is #FA8490. Grayscale: #565656. Windows color (decimal): -16417937 or 7305989. OLE color: 7305989.
HSL color Cylindrical-coordinate representation of color #057B6F: hue angle of 173.9º 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 #057B6F is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 111 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.52 |
| HSL | 173.9º | 0.92% | 0.25% | - |
| HSV(B) | 173.9º | 0.96% | 0.48% | - |
| XYZ | 10.01 | 15.35 | 17.47 | - |
| YUV | 86.35 | 141.91 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 111 | 0.96 | 0 | 0.10 | 0.52 | 173.9 | 0.92 | 0.25 |
| Hex | 5 | 7B | 6F | 60 | 0 | A | 34 | AE | 5C | 19 |
| Octal | 5 | 173 | 157 | 140 | 0 | 12 | 64 | 256 | 134 | 31 |
| Binary | 101 | 1111011 | 1101111 | 1100000 | 0 | 1010 | 110100 | 10101110 | 1011100 | 11001 |
Color Harmonies of #057B6F
Complementary color
Monochromatic Colors of #057B6F
Black with #057B6F
Text Example
Text Example
White with #057B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B6F; }
p { color: rgb(5,123,111); }
H1.HeaderClassName
{
color: #057B6F;
}
.AnyTagClassName
{
color: #057B6F;
}
</style>
background-color css
<style>
a { background-color: #057B6F; }
a { background-color: rgb(5,123,111); }
div.DivClassName
{
background-color: #057B6F;
}
.BgClassName
{
background-color: #057B6F;
}
</style>
border-color css
<style>
span { border-color: #057B6F; }
span { border-color: rgb(5,123,111); }
td.TdClassName
{
border-color: #057B6F;
}
.TagClassName
{
border-color: #057B6F;
}
</style>