Shades of Pine Green #017070
Tints of Pine Green #017070
RGB
CMYK
RGB Variations
Color information
#017070 (or 0x017070) is known color: Pine Green. HEX triplet: 01, 70 and 70. RGB value is (1,112,112). Sum of RGB (Red+Green+Blue) = 1+112+112=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #017070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017070 is #FE8F8F. Grayscale: #4E4E4E. Windows color (decimal): -16682896 or 7368705. OLE color: 7368705.
HSL color Cylindrical-coordinate representation of color #017070: hue angle of 180º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017070 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 112 | - |
| CMYK | 0.99 | 0 | 0 | 0.56 |
| HSL | 180º | 0.98% | 0.22% | - |
| HSV(B) | 180º | 0.99% | 0.44% | - |
| XYZ | 8.73 | 12.76 | 17.33 | - |
| YUV | 78.81 | 146.73 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 112 | 0.99 | 0 | 0 | 0.56 | 180 | 0.98 | 0.22 |
| Hex | 1 | 70 | 70 | 63 | 0 | 0 | 38 | B4 | 62 | 16 |
| Octal | 1 | 160 | 160 | 143 | 0 | 0 | 70 | 264 | 142 | 26 |
| Binary | 1 | 1110000 | 1110000 | 1100011 | 0 | 0 | 111000 | 10110100 | 1100010 | 10110 |
Color Harmonies of #017070
Complementary color
Monochromatic Colors of #017070
Black with #017070
Text Example
Text Example
White with #017070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017070; }
p { color: rgb(1,112,112); }
H1.HeaderClassName
{
color: #017070;
}
.AnyTagClassName
{
color: #017070;
}
</style>
background-color css
<style>
a { background-color: #017070; }
a { background-color: rgb(1,112,112); }
div.DivClassName
{
background-color: #017070;
}
.BgClassName
{
background-color: #017070;
}
</style>
border-color css
<style>
span { border-color: #017070; }
span { border-color: rgb(1,112,112); }
td.TdClassName
{
border-color: #017070;
}
.TagClassName
{
border-color: #017070;
}
</style>