Shades of Pine Green #016D6A
Tints of Pine Green #016D6A
RGB
CMYK
RGB Variations
Color information
#016D6A (or 0x016D6A) is known color: Pine Green. HEX triplet: 01, 6D and 6A. RGB value is (1,109,106). Sum of RGB (Red+Green+Blue) = 1+109+106=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #016D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D6A is #FE9295. Grayscale: #4C4C4C. Windows color (decimal): -16683670 or 6974721. OLE color: 6974721.
HSL color Cylindrical-coordinate representation of color #016D6A: hue angle of 178.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D6A is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 106 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.57 |
| HSL | 178.33º | 0.98% | 0.22% | - |
| HSV(B) | 178.33º | 0.99% | 0.43% | - |
| XYZ | 8.08 | 11.98 | 15.52 | - |
| YUV | 76.37 | 144.72 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 106 | 0.99 | 0 | 0.03 | 0.57 | 178.33 | 0.98 | 0.22 |
| Hex | 1 | 6D | 6A | 63 | 0 | 3 | 39 | B2 | 62 | 16 |
| Octal | 1 | 155 | 152 | 143 | 0 | 3 | 71 | 262 | 142 | 26 |
| Binary | 1 | 1101101 | 1101010 | 1100011 | 0 | 11 | 111001 | 10110010 | 1100010 | 10110 |
Color Harmonies of #016D6A
Complementary color
Monochromatic Colors of #016D6A
Black with #016D6A
Text Example
Text Example
White with #016D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D6A; }
p { color: rgb(1,109,106); }
H1.HeaderClassName
{
color: #016D6A;
}
.AnyTagClassName
{
color: #016D6A;
}
</style>
background-color css
<style>
a { background-color: #016D6A; }
a { background-color: rgb(1,109,106); }
div.DivClassName
{
background-color: #016D6A;
}
.BgClassName
{
background-color: #016D6A;
}
</style>
border-color css
<style>
span { border-color: #016D6A; }
span { border-color: rgb(1,109,106); }
td.TdClassName
{
border-color: #016D6A;
}
.TagClassName
{
border-color: #016D6A;
}
</style>