Shades of Pine Green #016F70
Tints of Pine Green #016F70
RGB
CMYK
RGB Variations
Color information
#016F70 (or 0x016F70) is known color: Pine Green. HEX triplet: 01, 6F and 70. RGB value is (1,111,112). Sum of RGB (Red+Green+Blue) = 1+111+112=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #016F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F70 is #FE908F. Grayscale: #4E4E4E. Windows color (decimal): -16683152 or 7368449. OLE color: 7368449.
HSL color Cylindrical-coordinate representation of color #016F70: hue angle of 180.54º 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 #016F70 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 112 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.56 |
| HSL | 180.54º | 0.98% | 0.22% | - |
| HSV(B) | 180.54º | 0.99% | 0.44% | - |
| XYZ | 8.62 | 12.55 | 17.3 | - |
| YUV | 78.22 | 147.06 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 112 | 0.99 | 0.01 | 0 | 0.56 | 180.54 | 0.98 | 0.22 |
| Hex | 1 | 6F | 70 | 63 | 1 | 0 | 38 | B5 | 62 | 16 |
| Octal | 1 | 157 | 160 | 143 | 1 | 0 | 70 | 265 | 142 | 26 |
| Binary | 1 | 1101111 | 1110000 | 1100011 | 1 | 0 | 111000 | 10110101 | 1100010 | 10110 |
Color Harmonies of #016F70
Complementary color
Monochromatic Colors of #016F70
Black with #016F70
Text Example
Text Example
White with #016F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F70; }
p { color: rgb(1,111,112); }
H1.HeaderClassName
{
color: #016F70;
}
.AnyTagClassName
{
color: #016F70;
}
</style>
background-color css
<style>
a { background-color: #016F70; }
a { background-color: rgb(1,111,112); }
div.DivClassName
{
background-color: #016F70;
}
.BgClassName
{
background-color: #016F70;
}
</style>
border-color css
<style>
span { border-color: #016F70; }
span { border-color: rgb(1,111,112); }
td.TdClassName
{
border-color: #016F70;
}
.TagClassName
{
border-color: #016F70;
}
</style>