Shades of Pine Green #006E6C
Tints of Pine Green #006E6C
RGB
CMYK
RGB Variations
Color information
#006E6C (or 0x006E6C) is known color: Pine Green. HEX triplet: 00, 6E and 6C. RGB value is (0,110,108). Sum of RGB (Red+Green+Blue) = 0+110+108=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #006E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E6C is #FF9193. Grayscale: #4C4C4C. Windows color (decimal): -16748948 or 7106048. OLE color: 7106048.
HSL color Cylindrical-coordinate representation of color #006E6C: hue angle of 178.91º 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 #006E6C is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 108 | - |
| CMYK | 1 | 0 | 0.02 | 0.57 |
| HSL | 178.91º | 1% | 0.22% | - |
| HSV(B) | 178.91º | 1% | 0.43% | - |
| XYZ | 8.28 | 12.23 | 16.11 | - |
| YUV | 76.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 108 | 1 | 0 | 0.02 | 0.57 | 178.91 | 1 | 0.22 |
| Hex | 0 | 6E | 6C | 64 | 0 | 2 | 39 | B3 | 64 | 16 |
| Octal | 0 | 156 | 154 | 144 | 0 | 2 | 71 | 263 | 144 | 26 |
| Binary | 0 | 1101110 | 1101100 | 1100100 | 0 | 10 | 111001 | 10110011 | 1100100 | 10110 |
Color Harmonies of #006E6C
Complementary color
Monochromatic Colors of #006E6C
Black with #006E6C
Text Example
Text Example
White with #006E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E6C; }
p { color: rgb(0,110,108); }
H1.HeaderClassName
{
color: #006E6C;
}
.AnyTagClassName
{
color: #006E6C;
}
</style>
background-color css
<style>
a { background-color: #006E6C; }
a { background-color: rgb(0,110,108); }
div.DivClassName
{
background-color: #006E6C;
}
.BgClassName
{
background-color: #006E6C;
}
</style>
border-color css
<style>
span { border-color: #006E6C; }
span { border-color: rgb(0,110,108); }
td.TdClassName
{
border-color: #006E6C;
}
.TagClassName
{
border-color: #006E6C;
}
</style>