Shades of Pine Green #017B70
Tints of Pine Green #017B70
RGB
CMYK
RGB Variations
Color information
#017B70 (or 0x017B70) is known color: Pine Green. HEX triplet: 01, 7B and 70. RGB value is (1,123,112). Sum of RGB (Red+Green+Blue) = 1+123+112=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #017B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017B70 is #FE848F. Grayscale: #555555. Windows color (decimal): -16680080 or 7371521. OLE color: 7371521.
HSL color Cylindrical-coordinate representation of color #017B70: hue angle of 174.59º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017B70 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 123 | 112 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.52 |
| HSL | 174.59º | 0.98% | 0.24% | - |
| HSV(B) | 174.59º | 0.99% | 0.48% | - |
| XYZ | 10.02 | 15.34 | 17.76 | - |
| YUV | 85.27 | 143.08 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 112 | 0.99 | 0 | 0.09 | 0.52 | 174.59 | 0.98 | 0.24 |
| Hex | 1 | 7B | 70 | 63 | 0 | 9 | 34 | AF | 62 | 18 |
| Octal | 1 | 173 | 160 | 143 | 0 | 11 | 64 | 257 | 142 | 30 |
| Binary | 1 | 1111011 | 1110000 | 1100011 | 0 | 1001 | 110100 | 10101111 | 1100010 | 11000 |
Color Harmonies of #017B70
Complementary color
Monochromatic Colors of #017B70
Black with #017B70
Text Example
Text Example
White with #017B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017B70; }
p { color: rgb(1,123,112); }
H1.HeaderClassName
{
color: #017B70;
}
.AnyTagClassName
{
color: #017B70;
}
</style>
background-color css
<style>
a { background-color: #017B70; }
a { background-color: rgb(1,123,112); }
div.DivClassName
{
background-color: #017B70;
}
.BgClassName
{
background-color: #017B70;
}
</style>
border-color css
<style>
span { border-color: #017B70; }
span { border-color: rgb(1,123,112); }
td.TdClassName
{
border-color: #017B70;
}
.TagClassName
{
border-color: #017B70;
}
</style>