Shades of Pine Green #007E6D
Tints of Pine Green #007E6D
RGB
CMYK
RGB Variations
Color information
#007E6D (or 0x007E6D) is known color: Pine Green. HEX triplet: 00, 7E and 6D. RGB value is (0,126,109). Sum of RGB (Red+Green+Blue) = 0+126+109=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #007E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007E6D is #FF8192. Grayscale: #565656. Windows color (decimal): -16744851 or 7175680. OLE color: 7175680.
HSL color Cylindrical-coordinate representation of color #007E6D: hue angle of 171.9º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E6D is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 109 | - |
| CMYK | 1 | 0 | 0.13 | 0.51 |
| HSL | 171.9º | 1% | 0.25% | - |
| HSV(B) | 171.9º | 1% | 0.49% | - |
| XYZ | 10.22 | 16.03 | 17.02 | - |
| YUV | 86.39 | 140.76 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 109 | 1 | 0 | 0.13 | 0.51 | 171.9 | 1 | 0.25 |
| Hex | 0 | 7E | 6D | 64 | 0 | D | 33 | AC | 64 | 19 |
| Octal | 0 | 176 | 155 | 144 | 0 | 15 | 63 | 254 | 144 | 31 |
| Binary | 0 | 1111110 | 1101101 | 1100100 | 0 | 1101 | 110011 | 10101100 | 1100100 | 11001 |
Color Harmonies of #007E6D
Complementary color
Monochromatic Colors of #007E6D
Black with #007E6D
Text Example
Text Example
White with #007E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E6D; }
p { color: rgb(0,126,109); }
H1.HeaderClassName
{
color: #007E6D;
}
.AnyTagClassName
{
color: #007E6D;
}
</style>
background-color css
<style>
a { background-color: #007E6D; }
a { background-color: rgb(0,126,109); }
div.DivClassName
{
background-color: #007E6D;
}
.BgClassName
{
background-color: #007E6D;
}
</style>
border-color css
<style>
span { border-color: #007E6D; }
span { border-color: rgb(0,126,109); }
td.TdClassName
{
border-color: #007E6D;
}
.TagClassName
{
border-color: #007E6D;
}
</style>