Shades of Pine Green #016F66
Tints of Pine Green #016F66
RGB
CMYK
RGB Variations
Color information
#016F66 (or 0x016F66) is known color: Pine Green. HEX triplet: 01, 6F and 66. RGB value is (1,111,102). Sum of RGB (Red+Green+Blue) = 1+111+102=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #016F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F66 is #FE9099. Grayscale: #4D4D4D. Windows color (decimal): -16683162 or 6713089. OLE color: 6713089.
HSL color Cylindrical-coordinate representation of color #016F66: hue angle of 175.09º 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 #016F66 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 102 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.56 |
| HSL | 175.09º | 0.98% | 0.22% | - |
| HSV(B) | 175.09º | 0.99% | 0.44% | - |
| XYZ | 8.1 | 12.33 | 14.52 | - |
| YUV | 77.08 | 142.06 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 102 | 0.99 | 0 | 0.08 | 0.56 | 175.09 | 0.98 | 0.22 |
| Hex | 1 | 6F | 66 | 63 | 0 | 8 | 38 | AF | 62 | 16 |
| Octal | 1 | 157 | 146 | 143 | 0 | 10 | 70 | 257 | 142 | 26 |
| Binary | 1 | 1101111 | 1100110 | 1100011 | 0 | 1000 | 111000 | 10101111 | 1100010 | 10110 |
Color Harmonies of #016F66
Complementary color
Monochromatic Colors of #016F66
Black with #016F66
Text Example
Text Example
White with #016F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F66; }
p { color: rgb(1,111,102); }
H1.HeaderClassName
{
color: #016F66;
}
.AnyTagClassName
{
color: #016F66;
}
</style>
background-color css
<style>
a { background-color: #016F66; }
a { background-color: rgb(1,111,102); }
div.DivClassName
{
background-color: #016F66;
}
.BgClassName
{
background-color: #016F66;
}
</style>
border-color css
<style>
span { border-color: #016F66; }
span { border-color: rgb(1,111,102); }
td.TdClassName
{
border-color: #016F66;
}
.TagClassName
{
border-color: #016F66;
}
</style>