Shades of Pine Green #0D7E70
Tints of Pine Green #0D7E70
RGB
CMYK
RGB Variations
Color information
#0D7E70 (or 0x0D7E70) is known color: Pine Green. HEX triplet: 0D, 7E and 70. RGB value is (13,126,112). Sum of RGB (Red+Green+Blue) = 13+126+112=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 126 (49.61% from 255 or 50.20% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 126 - color contains mainly: green. Hex color #0D7E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7E70 is #F2818F. Grayscale: #5A5A5A. Windows color (decimal): -15892880 or 7372301. OLE color: 7372301.
HSL color Cylindrical-coordinate representation of color #0D7E70: hue angle of 172.57º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7E70 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 126 | 112 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.51 |
| HSL | 172.57º | 0.81% | 0.27% | - |
| HSV(B) | 172.57º | 0.9% | 0.49% | - |
| XYZ | 10.55 | 16.18 | 17.9 | - |
| YUV | 90.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 126 | 112 | 0.90 | 0 | 0.11 | 0.51 | 172.57 | 0.81 | 0.27 |
| Hex | D | 7E | 70 | 5A | 0 | B | 33 | AD | 51 | 1B |
| Octal | 15 | 176 | 160 | 132 | 0 | 13 | 63 | 255 | 121 | 33 |
| Binary | 1101 | 1111110 | 1110000 | 1011010 | 0 | 1011 | 110011 | 10101101 | 1010001 | 11011 |
Color Harmonies of #0D7E70
Complementary color
Monochromatic Colors of #0D7E70
Black with #0D7E70
Text Example
Text Example
White with #0D7E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7E70; }
p { color: rgb(13,126,112); }
H1.HeaderClassName
{
color: #0D7E70;
}
.AnyTagClassName
{
color: #0D7E70;
}
</style>
background-color css
<style>
a { background-color: #0D7E70; }
a { background-color: rgb(13,126,112); }
div.DivClassName
{
background-color: #0D7E70;
}
.BgClassName
{
background-color: #0D7E70;
}
</style>
border-color css
<style>
span { border-color: #0D7E70; }
span { border-color: rgb(13,126,112); }
td.TdClassName
{
border-color: #0D7E70;
}
.TagClassName
{
border-color: #0D7E70;
}
</style>