Shades of Pine Green #007E6A
Tints of Pine Green #007E6A
RGB
CMYK
RGB Variations
Color information
#007E6A (or 0x007E6A) is known color: Pine Green. HEX triplet: 00, 7E and 6A. RGB value is (0,126,106). Sum of RGB (Red+Green+Blue) = 0+126+106=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #007E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007E6A is #FF8195. Grayscale: #555555. Windows color (decimal): -16744854 or 6979072. OLE color: 6979072.
HSL color Cylindrical-coordinate representation of color #007E6A: hue angle of 170.48º 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 #007E6A is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 106 | - |
| CMYK | 1 | 0 | 0.16 | 0.51 |
| HSL | 170.48º | 1% | 0.25% | - |
| HSV(B) | 170.48º | 1% | 0.49% | - |
| XYZ | 10.06 | 15.96 | 16.19 | - |
| YUV | 86.05 | 139.26 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 106 | 1 | 0 | 0.16 | 0.51 | 170.48 | 1 | 0.25 |
| Hex | 0 | 7E | 6A | 64 | 0 | 10 | 33 | AA | 64 | 19 |
| Octal | 0 | 176 | 152 | 144 | 0 | 20 | 63 | 252 | 144 | 31 |
| Binary | 0 | 1111110 | 1101010 | 1100100 | 0 | 10000 | 110011 | 10101010 | 1100100 | 11001 |
Color Harmonies of #007E6A
Complementary color
Monochromatic Colors of #007E6A
Black with #007E6A
Text Example
Text Example
White with #007E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E6A; }
p { color: rgb(0,126,106); }
H1.HeaderClassName
{
color: #007E6A;
}
.AnyTagClassName
{
color: #007E6A;
}
</style>
background-color css
<style>
a { background-color: #007E6A; }
a { background-color: rgb(0,126,106); }
div.DivClassName
{
background-color: #007E6A;
}
.BgClassName
{
background-color: #007E6A;
}
</style>
border-color css
<style>
span { border-color: #007E6A; }
span { border-color: rgb(0,126,106); }
td.TdClassName
{
border-color: #007E6A;
}
.TagClassName
{
border-color: #007E6A;
}
</style>