Shades of Pine Green #017F70
Tints of Pine Green #017F70
RGB
CMYK
RGB Variations
Color information
#017F70 (or 0x017F70) is known color: Pine Green. HEX triplet: 01, 7F and 70. RGB value is (1,127,112). Sum of RGB (Red+Green+Blue) = 1+127+112=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #017F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017F70 is #FE808F. Grayscale: #575757. Windows color (decimal): -16679056 or 7372545. OLE color: 7372545.
HSL color Cylindrical-coordinate representation of color #017F70: hue angle of 172.86º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F70 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 127 | 112 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.50 |
| HSL | 172.86º | 0.98% | 0.25% | - |
| HSV(B) | 172.86º | 0.99% | 0.5% | - |
| XYZ | 10.53 | 16.36 | 17.93 | - |
| YUV | 87.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 112 | 0.99 | 0 | 0.12 | 0.50 | 172.86 | 0.98 | 0.25 |
| Hex | 1 | 7F | 70 | 63 | 0 | C | 32 | AD | 62 | 19 |
| Octal | 1 | 177 | 160 | 143 | 0 | 14 | 62 | 255 | 142 | 31 |
| Binary | 1 | 1111111 | 1110000 | 1100011 | 0 | 1100 | 110010 | 10101101 | 1100010 | 11001 |
Color Harmonies of #017F70
Complementary color
Monochromatic Colors of #017F70
Black with #017F70
Text Example
Text Example
White with #017F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017F70; }
p { color: rgb(1,127,112); }
H1.HeaderClassName
{
color: #017F70;
}
.AnyTagClassName
{
color: #017F70;
}
</style>
background-color css
<style>
a { background-color: #017F70; }
a { background-color: rgb(1,127,112); }
div.DivClassName
{
background-color: #017F70;
}
.BgClassName
{
background-color: #017F70;
}
</style>
border-color css
<style>
span { border-color: #017F70; }
span { border-color: rgb(1,127,112); }
td.TdClassName
{
border-color: #017F70;
}
.TagClassName
{
border-color: #017F70;
}
</style>