Shades of Pine Green #007D70
Tints of Pine Green #007D70
RGB
CMYK
RGB Variations
Color information
#007D70 (or 0x007D70) is known color: Pine Green. HEX triplet: 00, 7D and 70. RGB value is (0,125,112). Sum of RGB (Red+Green+Blue) = 0+125+112=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #007D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007D70 is #FF828F. Grayscale: #565656. Windows color (decimal): -16745104 or 7372032. OLE color: 7372032.
HSL color Cylindrical-coordinate representation of color #007D70: hue angle of 173.76º 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 #007D70 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 125 | 112 | - |
| CMYK | 1 | 0 | 0.10 | 0.51 |
| HSL | 173.76º | 1% | 0.25% | - |
| HSV(B) | 173.76º | 1% | 0.49% | - |
| XYZ | 10.26 | 15.84 | 17.85 | - |
| YUV | 86.14 | 142.59 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 112 | 1 | 0 | 0.10 | 0.51 | 173.76 | 1 | 0.25 |
| Hex | 0 | 7D | 70 | 64 | 0 | A | 33 | AE | 64 | 19 |
| Octal | 0 | 175 | 160 | 144 | 0 | 12 | 63 | 256 | 144 | 31 |
| Binary | 0 | 1111101 | 1110000 | 1100100 | 0 | 1010 | 110011 | 10101110 | 1100100 | 11001 |
Color Harmonies of #007D70
Complementary color
Monochromatic Colors of #007D70
Black with #007D70
Text Example
Text Example
White with #007D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D70; }
p { color: rgb(0,125,112); }
H1.HeaderClassName
{
color: #007D70;
}
.AnyTagClassName
{
color: #007D70;
}
</style>
background-color css
<style>
a { background-color: #007D70; }
a { background-color: rgb(0,125,112); }
div.DivClassName
{
background-color: #007D70;
}
.BgClassName
{
background-color: #007D70;
}
</style>
border-color css
<style>
span { border-color: #007D70; }
span { border-color: rgb(0,125,112); }
td.TdClassName
{
border-color: #007D70;
}
.TagClassName
{
border-color: #007D70;
}
</style>