Shades of Pine Green #006E67
Tints of Pine Green #006E67
RGB
CMYK
RGB Variations
Color information
#006E67 (or 0x006E67) is known color: Pine Green. HEX triplet: 00, 6E and 67. RGB value is (0,110,103). Sum of RGB (Red+Green+Blue) = 0+110+103=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 110 (43.36% from 255 or 51.64% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 110 - color contains mainly: green. Hex color #006E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E67 is #FF9198. Grayscale: #4C4C4C. Windows color (decimal): -16748953 or 6778368. OLE color: 6778368.
HSL color Cylindrical-coordinate representation of color #006E67: hue angle of 176.18º 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 #006E67 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 103 | - |
| CMYK | 1 | 0 | 0.06 | 0.57 |
| HSL | 176.18º | 1% | 0.22% | - |
| HSV(B) | 176.18º | 1% | 0.43% | - |
| XYZ | 8.02 | 12.13 | 14.75 | - |
| YUV | 76.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 103 | 1 | 0 | 0.06 | 0.57 | 176.18 | 1 | 0.22 |
| Hex | 0 | 6E | 67 | 64 | 0 | 6 | 39 | B0 | 64 | 16 |
| Octal | 0 | 156 | 147 | 144 | 0 | 6 | 71 | 260 | 144 | 26 |
| Binary | 0 | 1101110 | 1100111 | 1100100 | 0 | 110 | 111001 | 10110000 | 1100100 | 10110 |
Color Harmonies of #006E67
Complementary color
Monochromatic Colors of #006E67
Black with #006E67
Text Example
Text Example
White with #006E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E67; }
p { color: rgb(0,110,103); }
H1.HeaderClassName
{
color: #006E67;
}
.AnyTagClassName
{
color: #006E67;
}
</style>
background-color css
<style>
a { background-color: #006E67; }
a { background-color: rgb(0,110,103); }
div.DivClassName
{
background-color: #006E67;
}
.BgClassName
{
background-color: #006E67;
}
</style>
border-color css
<style>
span { border-color: #006E67; }
span { border-color: rgb(0,110,103); }
td.TdClassName
{
border-color: #006E67;
}
.TagClassName
{
border-color: #006E67;
}
</style>