Shades of Pine Green #007D6D
Tints of Pine Green #007D6D
RGB
CMYK
RGB Variations
Color information
#007D6D (or 0x007D6D) is known color: Pine Green. HEX triplet: 00, 7D and 6D. RGB value is (0,125,109). Sum of RGB (Red+Green+Blue) = 0+125+109=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #007D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007D6D is #FF8292. Grayscale: #555555. Windows color (decimal): -16745107 or 7175424. OLE color: 7175424.
HSL color Cylindrical-coordinate representation of color #007D6D: hue angle of 172.32º 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 #007D6D is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 125 | 109 | - |
| CMYK | 1 | 0 | 0.13 | 0.51 |
| HSL | 172.32º | 1% | 0.25% | - |
| HSV(B) | 172.32º | 1% | 0.49% | - |
| XYZ | 10.09 | 15.77 | 16.98 | - |
| YUV | 85.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 109 | 1 | 0 | 0.13 | 0.51 | 172.32 | 1 | 0.25 |
| Hex | 0 | 7D | 6D | 64 | 0 | D | 33 | AC | 64 | 19 |
| Octal | 0 | 175 | 155 | 144 | 0 | 15 | 63 | 254 | 144 | 31 |
| Binary | 0 | 1111101 | 1101101 | 1100100 | 0 | 1101 | 110011 | 10101100 | 1100100 | 11001 |
Color Harmonies of #007D6D
Complementary color
Monochromatic Colors of #007D6D
Black with #007D6D
Text Example
Text Example
White with #007D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D6D; }
p { color: rgb(0,125,109); }
H1.HeaderClassName
{
color: #007D6D;
}
.AnyTagClassName
{
color: #007D6D;
}
</style>
background-color css
<style>
a { background-color: #007D6D; }
a { background-color: rgb(0,125,109); }
div.DivClassName
{
background-color: #007D6D;
}
.BgClassName
{
background-color: #007D6D;
}
</style>
border-color css
<style>
span { border-color: #007D6D; }
span { border-color: rgb(0,125,109); }
td.TdClassName
{
border-color: #007D6D;
}
.TagClassName
{
border-color: #007D6D;
}
</style>