Shades of Pine Green #017570
Tints of Pine Green #017570
RGB
CMYK
RGB Variations
Color information
#017570 (or 0x017570) is known color: Pine Green. HEX triplet: 01, 75 and 70. RGB value is (1,117,112). Sum of RGB (Red+Green+Blue) = 1+117+112=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #017570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017570 is #FE8A8F. Grayscale: #515151. Windows color (decimal): -16681616 or 7369985. OLE color: 7369985.
HSL color Cylindrical-coordinate representation of color #017570: hue angle of 177.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017570 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 112 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.54 |
| HSL | 177.41º | 0.98% | 0.23% | - |
| HSV(B) | 177.41º | 0.99% | 0.46% | - |
| XYZ | 9.3 | 13.9 | 17.52 | - |
| YUV | 81.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 112 | 0.99 | 0 | 0.04 | 0.54 | 177.41 | 0.98 | 0.23 |
| Hex | 1 | 75 | 70 | 63 | 0 | 4 | 36 | B1 | 62 | 17 |
| Octal | 1 | 165 | 160 | 143 | 0 | 4 | 66 | 261 | 142 | 27 |
| Binary | 1 | 1110101 | 1110000 | 1100011 | 0 | 100 | 110110 | 10110001 | 1100010 | 10111 |
Color Harmonies of #017570
Complementary color
Monochromatic Colors of #017570
Black with #017570
Text Example
Text Example
White with #017570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017570; }
p { color: rgb(1,117,112); }
H1.HeaderClassName
{
color: #017570;
}
.AnyTagClassName
{
color: #017570;
}
</style>
background-color css
<style>
a { background-color: #017570; }
a { background-color: rgb(1,117,112); }
div.DivClassName
{
background-color: #017570;
}
.BgClassName
{
background-color: #017570;
}
</style>
border-color css
<style>
span { border-color: #017570; }
span { border-color: rgb(1,117,112); }
td.TdClassName
{
border-color: #017570;
}
.TagClassName
{
border-color: #017570;
}
</style>