Shades of Pine Green #007F6D
Tints of Pine Green #007F6D
RGB
CMYK
RGB Variations
Color information
#007F6D (or 0x007F6D) is known color: Pine Green. HEX triplet: 00, 7F and 6D. RGB value is (0,127,109). Sum of RGB (Red+Green+Blue) = 0+127+109=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #007F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007F6D is #FF8092. Grayscale: #565656. Windows color (decimal): -16744595 or 7175936. OLE color: 7175936.
HSL color Cylindrical-coordinate representation of color #007F6D: hue angle of 171.5º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F6D is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 127 | 109 | - |
| CMYK | 1 | 0 | 0.14 | 0.50 |
| HSL | 171.5º | 1% | 0.25% | - |
| HSV(B) | 171.5º | 1% | 0.5% | - |
| XYZ | 10.35 | 16.28 | 17.07 | - |
| YUV | 86.98 | 140.42 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 109 | 1 | 0 | 0.14 | 0.50 | 171.5 | 1 | 0.25 |
| Hex | 0 | 7F | 6D | 64 | 0 | E | 32 | AB | 64 | 19 |
| Octal | 0 | 177 | 155 | 144 | 0 | 16 | 62 | 253 | 144 | 31 |
| Binary | 0 | 1111111 | 1101101 | 1100100 | 0 | 1110 | 110010 | 10101011 | 1100100 | 11001 |
Color Harmonies of #007F6D
Complementary color
Monochromatic Colors of #007F6D
Black with #007F6D
Text Example
Text Example
White with #007F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F6D; }
p { color: rgb(0,127,109); }
H1.HeaderClassName
{
color: #007F6D;
}
.AnyTagClassName
{
color: #007F6D;
}
</style>
background-color css
<style>
a { background-color: #007F6D; }
a { background-color: rgb(0,127,109); }
div.DivClassName
{
background-color: #007F6D;
}
.BgClassName
{
background-color: #007F6D;
}
</style>
border-color css
<style>
span { border-color: #007F6D; }
span { border-color: rgb(0,127,109); }
td.TdClassName
{
border-color: #007F6D;
}
.TagClassName
{
border-color: #007F6D;
}
</style>