Shades of Pine Green #006E66
Tints of Pine Green #006E66
RGB
CMYK
RGB Variations
Color information
#006E66 (or 0x006E66) is known color: Pine Green. HEX triplet: 00, 6E and 66. RGB value is (0,110,102). Sum of RGB (Red+Green+Blue) = 0+110+102=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #006E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E66 is #FF9199. Grayscale: #4C4C4C. Windows color (decimal): -16748954 or 6712832. OLE color: 6712832.
HSL color Cylindrical-coordinate representation of color #006E66: hue angle of 175.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E66 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 102 | - |
| CMYK | 1 | 0 | 0.07 | 0.57 |
| HSL | 175.64º | 1% | 0.22% | - |
| HSV(B) | 175.64º | 1% | 0.43% | - |
| XYZ | 7.97 | 12.11 | 14.49 | - |
| YUV | 76.2 | 142.56 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 102 | 1 | 0 | 0.07 | 0.57 | 175.64 | 1 | 0.22 |
| Hex | 0 | 6E | 66 | 64 | 0 | 7 | 39 | B0 | 64 | 16 |
| Octal | 0 | 156 | 146 | 144 | 0 | 7 | 71 | 260 | 144 | 26 |
| Binary | 0 | 1101110 | 1100110 | 1100100 | 0 | 111 | 111001 | 10110000 | 1100100 | 10110 |
Color Harmonies of #006E66
Complementary color
Monochromatic Colors of #006E66
Black with #006E66
Text Example
Text Example
White with #006E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E66; }
p { color: rgb(0,110,102); }
H1.HeaderClassName
{
color: #006E66;
}
.AnyTagClassName
{
color: #006E66;
}
</style>
background-color css
<style>
a { background-color: #006E66; }
a { background-color: rgb(0,110,102); }
div.DivClassName
{
background-color: #006E66;
}
.BgClassName
{
background-color: #006E66;
}
</style>
border-color css
<style>
span { border-color: #006E66; }
span { border-color: rgb(0,110,102); }
td.TdClassName
{
border-color: #006E66;
}
.TagClassName
{
border-color: #006E66;
}
</style>