Shades of Pine Green #0D706D
Tints of Pine Green #0D706D
RGB
CMYK
RGB Variations
Color information
#0D706D (or 0x0D706D) is known color: Pine Green. HEX triplet: 0D, 70 and 6D. RGB value is (13,112,109). Sum of RGB (Red+Green+Blue) = 13+112+109=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #0D706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D706D is #F28F92. Grayscale: #515151. Windows color (decimal): -15896467 or 7172109. OLE color: 7172109.
HSL color Cylindrical-coordinate representation of color #0D706D: hue angle of 178.18º 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 #0D706D is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 109 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.56 |
| HSL | 178.18º | 0.79% | 0.25% | - |
| HSV(B) | 178.18º | 0.88% | 0.44% | - |
| XYZ | 8.72 | 12.78 | 16.47 | - |
| YUV | 82.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 109 | 0.88 | 0 | 0.03 | 0.56 | 178.18 | 0.79 | 0.25 |
| Hex | D | 70 | 6D | 58 | 0 | 3 | 38 | B2 | 4F | 19 |
| Octal | 15 | 160 | 155 | 130 | 0 | 3 | 70 | 262 | 117 | 31 |
| Binary | 1101 | 1110000 | 1101101 | 1011000 | 0 | 11 | 111000 | 10110010 | 1001111 | 11001 |
Color Harmonies of #0D706D
Complementary color
Monochromatic Colors of #0D706D
Black with #0D706D
Text Example
Text Example
White with #0D706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D706D; }
p { color: rgb(13,112,109); }
H1.HeaderClassName
{
color: #0D706D;
}
.AnyTagClassName
{
color: #0D706D;
}
</style>
background-color css
<style>
a { background-color: #0D706D; }
a { background-color: rgb(13,112,109); }
div.DivClassName
{
background-color: #0D706D;
}
.BgClassName
{
background-color: #0D706D;
}
</style>
border-color css
<style>
span { border-color: #0D706D; }
span { border-color: rgb(13,112,109); }
td.TdClassName
{
border-color: #0D706D;
}
.TagClassName
{
border-color: #0D706D;
}
</style>