Shades of Pine Green #007E71
Tints of Pine Green #007E71
RGB
CMYK
RGB Variations
Color information
#007E71 (or 0x007E71) is known color: Pine Green. HEX triplet: 00, 7E and 71. RGB value is (0,126,113). Sum of RGB (Red+Green+Blue) = 0+126+113=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 126 (49.61% from 255 or 52.72% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 126 - color contains mainly: green. Hex color #007E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007E71 is #FF818E. Grayscale: #565656. Windows color (decimal): -16744847 or 7437824. OLE color: 7437824.
HSL color Cylindrical-coordinate representation of color #007E71: hue angle of 173.81º 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 #007E71 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 113 | - |
| CMYK | 1 | 0 | 0.10 | 0.51 |
| HSL | 173.81º | 1% | 0.25% | - |
| HSV(B) | 173.81º | 1% | 0.49% | - |
| XYZ | 10.44 | 16.11 | 18.18 | - |
| YUV | 86.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 113 | 1 | 0 | 0.10 | 0.51 | 173.81 | 1 | 0.25 |
| Hex | 0 | 7E | 71 | 64 | 0 | A | 33 | AE | 64 | 19 |
| Octal | 0 | 176 | 161 | 144 | 0 | 12 | 63 | 256 | 144 | 31 |
| Binary | 0 | 1111110 | 1110001 | 1100100 | 0 | 1010 | 110011 | 10101110 | 1100100 | 11001 |
Color Harmonies of #007E71
Complementary color
Monochromatic Colors of #007E71
Black with #007E71
Text Example
Text Example
White with #007E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E71; }
p { color: rgb(0,126,113); }
H1.HeaderClassName
{
color: #007E71;
}
.AnyTagClassName
{
color: #007E71;
}
</style>
background-color css
<style>
a { background-color: #007E71; }
a { background-color: rgb(0,126,113); }
div.DivClassName
{
background-color: #007E71;
}
.BgClassName
{
background-color: #007E71;
}
</style>
border-color css
<style>
span { border-color: #007E71; }
span { border-color: rgb(0,126,113); }
td.TdClassName
{
border-color: #007E71;
}
.TagClassName
{
border-color: #007E71;
}
</style>