Shades of Pine Green #006E6B
Tints of Pine Green #006E6B
RGB
CMYK
RGB Variations
Color information
#006E6B (or 0x006E6B) is known color: Pine Green. HEX triplet: 00, 6E and 6B. RGB value is (0,110,107). Sum of RGB (Red+Green+Blue) = 0+110+107=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 110 (43.36% from 255 or 50.69% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 110 - color contains mainly: green. Hex color #006E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E6B is #FF9194. Grayscale: #4C4C4C. Windows color (decimal): -16748949 or 7040512. OLE color: 7040512.
HSL color Cylindrical-coordinate representation of color #006E6B: hue angle of 178.36º 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 #006E6B is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 107 | - |
| CMYK | 1 | 0 | 0.03 | 0.57 |
| HSL | 178.36º | 1% | 0.22% | - |
| HSV(B) | 178.36º | 1% | 0.43% | - |
| XYZ | 8.23 | 12.21 | 15.83 | - |
| YUV | 76.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 107 | 1 | 0 | 0.03 | 0.57 | 178.36 | 1 | 0.22 |
| Hex | 0 | 6E | 6B | 64 | 0 | 3 | 39 | B2 | 64 | 16 |
| Octal | 0 | 156 | 153 | 144 | 0 | 3 | 71 | 262 | 144 | 26 |
| Binary | 0 | 1101110 | 1101011 | 1100100 | 0 | 11 | 111001 | 10110010 | 1100100 | 10110 |
Color Harmonies of #006E6B
Complementary color
Monochromatic Colors of #006E6B
Black with #006E6B
Text Example
Text Example
White with #006E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E6B; }
p { color: rgb(0,110,107); }
H1.HeaderClassName
{
color: #006E6B;
}
.AnyTagClassName
{
color: #006E6B;
}
</style>
background-color css
<style>
a { background-color: #006E6B; }
a { background-color: rgb(0,110,107); }
div.DivClassName
{
background-color: #006E6B;
}
.BgClassName
{
background-color: #006E6B;
}
</style>
border-color css
<style>
span { border-color: #006E6B; }
span { border-color: rgb(0,110,107); }
td.TdClassName
{
border-color: #006E6B;
}
.TagClassName
{
border-color: #006E6B;
}
</style>