Shades of Pine Green #017170
Tints of Pine Green #017170
RGB
CMYK
RGB Variations
Color information
#017170 (or 0x017170) is known color: Pine Green. HEX triplet: 01, 71 and 70. RGB value is (1,113,112). Sum of RGB (Red+Green+Blue) = 1+113+112=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #017170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017170 is #FE8E8F. Grayscale: #4F4F4F. Windows color (decimal): -16682640 or 7368961. OLE color: 7368961.
HSL color Cylindrical-coordinate representation of color #017170: hue angle of 179.46º 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 #017170 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 112 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.56 |
| HSL | 179.46º | 0.98% | 0.22% | - |
| HSV(B) | 179.46º | 0.99% | 0.44% | - |
| XYZ | 8.84 | 12.99 | 17.37 | - |
| YUV | 79.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 112 | 0.99 | 0 | 0.01 | 0.56 | 179.46 | 0.98 | 0.22 |
| Hex | 1 | 71 | 70 | 63 | 0 | 1 | 38 | B3 | 62 | 16 |
| Octal | 1 | 161 | 160 | 143 | 0 | 1 | 70 | 263 | 142 | 26 |
| Binary | 1 | 1110001 | 1110000 | 1100011 | 0 | 1 | 111000 | 10110011 | 1100010 | 10110 |
Color Harmonies of #017170
Complementary color
Monochromatic Colors of #017170
Black with #017170
Text Example
Text Example
White with #017170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017170; }
p { color: rgb(1,113,112); }
H1.HeaderClassName
{
color: #017170;
}
.AnyTagClassName
{
color: #017170;
}
</style>
background-color css
<style>
a { background-color: #017170; }
a { background-color: rgb(1,113,112); }
div.DivClassName
{
background-color: #017170;
}
.BgClassName
{
background-color: #017170;
}
</style>
border-color css
<style>
span { border-color: #017170; }
span { border-color: rgb(1,113,112); }
td.TdClassName
{
border-color: #017170;
}
.TagClassName
{
border-color: #017170;
}
</style>