Shades of Pine Green #007E6F
Tints of Pine Green #007E6F
RGB
CMYK
RGB Variations
Color information
#007E6F (or 0x007E6F) is known color: Pine Green. HEX triplet: 00, 7E and 6F. RGB value is (0,126,111). Sum of RGB (Red+Green+Blue) = 0+126+111=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 126 (49.61% from 255 or 53.16% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 126 - color contains mainly: green. Hex color #007E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007E6F is #FF8190. Grayscale: #565656. Windows color (decimal): -16744849 or 7306752. OLE color: 7306752.
HSL color Cylindrical-coordinate representation of color #007E6F: hue angle of 172.86º 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 #007E6F is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 111 | - |
| CMYK | 1 | 0 | 0.12 | 0.51 |
| HSL | 172.86º | 1% | 0.25% | - |
| HSV(B) | 172.86º | 1% | 0.49% | - |
| XYZ | 10.33 | 16.07 | 17.6 | - |
| YUV | 86.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 111 | 1 | 0 | 0.12 | 0.51 | 172.86 | 1 | 0.25 |
| Hex | 0 | 7E | 6F | 64 | 0 | C | 33 | AD | 64 | 19 |
| Octal | 0 | 176 | 157 | 144 | 0 | 14 | 63 | 255 | 144 | 31 |
| Binary | 0 | 1111110 | 1101111 | 1100100 | 0 | 1100 | 110011 | 10101101 | 1100100 | 11001 |
Color Harmonies of #007E6F
Complementary color
Monochromatic Colors of #007E6F
Black with #007E6F
Text Example
Text Example
White with #007E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E6F; }
p { color: rgb(0,126,111); }
H1.HeaderClassName
{
color: #007E6F;
}
.AnyTagClassName
{
color: #007E6F;
}
</style>
background-color css
<style>
a { background-color: #007E6F; }
a { background-color: rgb(0,126,111); }
div.DivClassName
{
background-color: #007E6F;
}
.BgClassName
{
background-color: #007E6F;
}
</style>
border-color css
<style>
span { border-color: #007E6F; }
span { border-color: rgb(0,126,111); }
td.TdClassName
{
border-color: #007E6F;
}
.TagClassName
{
border-color: #007E6F;
}
</style>