Shades of Pine Green #056F70
Tints of Pine Green #056F70
RGB
CMYK
RGB Variations
Color information
#056F70 (or 0x056F70) is known color: Pine Green. HEX triplet: 05, 6F and 70. RGB value is (5,111,112). Sum of RGB (Red+Green+Blue) = 5+111+112=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #056F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F70 is #FA908F. Grayscale: #4F4F4F. Windows color (decimal): -16421008 or 7368453. OLE color: 7368453.
HSL color Cylindrical-coordinate representation of color #056F70: hue angle of 180.56º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056F70 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 111 | 112 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.56 |
| HSL | 180.56º | 0.91% | 0.23% | - |
| HSV(B) | 180.56º | 0.96% | 0.44% | - |
| XYZ | 8.67 | 12.57 | 17.3 | - |
| YUV | 79.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 112 | 0.96 | 0.01 | 0 | 0.56 | 180.56 | 0.91 | 0.23 |
| Hex | 5 | 6F | 70 | 60 | 1 | 0 | 38 | B5 | 5B | 17 |
| Octal | 5 | 157 | 160 | 140 | 1 | 0 | 70 | 265 | 133 | 27 |
| Binary | 101 | 1101111 | 1110000 | 1100000 | 1 | 0 | 111000 | 10110101 | 1011011 | 10111 |
Color Harmonies of #056F70
Complementary color
Monochromatic Colors of #056F70
Black with #056F70
Text Example
Text Example
White with #056F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056F70; }
p { color: rgb(5,111,112); }
H1.HeaderClassName
{
color: #056F70;
}
.AnyTagClassName
{
color: #056F70;
}
</style>
background-color css
<style>
a { background-color: #056F70; }
a { background-color: rgb(5,111,112); }
div.DivClassName
{
background-color: #056F70;
}
.BgClassName
{
background-color: #056F70;
}
</style>
border-color css
<style>
span { border-color: #056F70; }
span { border-color: rgb(5,111,112); }
td.TdClassName
{
border-color: #056F70;
}
.TagClassName
{
border-color: #056F70;
}
</style>