Shades of Pine Green #016F6E
Tints of Pine Green #016F6E
RGB
CMYK
RGB Variations
Color information
#016F6E (or 0x016F6E) is known color: Pine Green. HEX triplet: 01, 6F and 6E. RGB value is (1,111,110). Sum of RGB (Red+Green+Blue) = 1+111+110=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #016F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F6E is #FE9091. Grayscale: #4D4D4D. Windows color (decimal): -16683154 or 7237377. OLE color: 7237377.
HSL color Cylindrical-coordinate representation of color #016F6E: hue angle of 179.45º 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 #016F6E is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 110 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.56 |
| HSL | 179.45º | 0.98% | 0.22% | - |
| HSV(B) | 179.45º | 0.99% | 0.44% | - |
| XYZ | 8.51 | 12.5 | 16.72 | - |
| YUV | 78 | 146.06 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 110 | 0.99 | 0 | 0.01 | 0.56 | 179.45 | 0.98 | 0.22 |
| Hex | 1 | 6F | 6E | 63 | 0 | 1 | 38 | B3 | 62 | 16 |
| Octal | 1 | 157 | 156 | 143 | 0 | 1 | 70 | 263 | 142 | 26 |
| Binary | 1 | 1101111 | 1101110 | 1100011 | 0 | 1 | 111000 | 10110011 | 1100010 | 10110 |
Color Harmonies of #016F6E
Complementary color
Monochromatic Colors of #016F6E
Black with #016F6E
Text Example
Text Example
White with #016F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F6E; }
p { color: rgb(1,111,110); }
H1.HeaderClassName
{
color: #016F6E;
}
.AnyTagClassName
{
color: #016F6E;
}
</style>
background-color css
<style>
a { background-color: #016F6E; }
a { background-color: rgb(1,111,110); }
div.DivClassName
{
background-color: #016F6E;
}
.BgClassName
{
background-color: #016F6E;
}
</style>
border-color css
<style>
span { border-color: #016F6E; }
span { border-color: rgb(1,111,110); }
td.TdClassName
{
border-color: #016F6E;
}
.TagClassName
{
border-color: #016F6E;
}
</style>