Shades of Pine Green #0D716D
Tints of Pine Green #0D716D
RGB
CMYK
RGB Variations
Color information
#0D716D (or 0x0D716D) is known color: Pine Green. HEX triplet: 0D, 71 and 6D. RGB value is (13,113,109). Sum of RGB (Red+Green+Blue) = 13+113+109=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #0D716D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D716D is #F28E92. Grayscale: #525252. Windows color (decimal): -15896211 or 7172365. OLE color: 7172365.
HSL color Cylindrical-coordinate representation of color #0D716D: hue angle of 177.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D716D is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 109 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.56 |
| HSL | 177.6º | 0.79% | 0.25% | - |
| HSV(B) | 177.6º | 0.88% | 0.44% | - |
| XYZ | 8.83 | 13 | 16.51 | - |
| YUV | 82.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 109 | 0.88 | 0 | 0.04 | 0.56 | 177.6 | 0.79 | 0.25 |
| Hex | D | 71 | 6D | 58 | 0 | 4 | 38 | B2 | 4F | 19 |
| Octal | 15 | 161 | 155 | 130 | 0 | 4 | 70 | 262 | 117 | 31 |
| Binary | 1101 | 1110001 | 1101101 | 1011000 | 0 | 100 | 111000 | 10110010 | 1001111 | 11001 |
Color Harmonies of #0D716D
Complementary color
Monochromatic Colors of #0D716D
Black with #0D716D
Text Example
Text Example
White with #0D716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D716D; }
p { color: rgb(13,113,109); }
H1.HeaderClassName
{
color: #0D716D;
}
.AnyTagClassName
{
color: #0D716D;
}
</style>
background-color css
<style>
a { background-color: #0D716D; }
a { background-color: rgb(13,113,109); }
div.DivClassName
{
background-color: #0D716D;
}
.BgClassName
{
background-color: #0D716D;
}
</style>
border-color css
<style>
span { border-color: #0D716D; }
span { border-color: rgb(13,113,109); }
td.TdClassName
{
border-color: #0D716D;
}
.TagClassName
{
border-color: #0D716D;
}
</style>