Shades of Pine Green #0D6F71
Tints of Pine Green #0D6F71
RGB
CMYK
RGB Variations
Color information
#0D6F71 (or 0x0D6F71) is known color: Pine Green. HEX triplet: 0D, 6F and 71. RGB value is (13,111,113). Sum of RGB (Red+Green+Blue) = 13+111+113=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D6F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6F71 is #F2908E. Grayscale: #515151. Windows color (decimal): -15896719 or 7433997. OLE color: 7433997.
HSL color Cylindrical-coordinate representation of color #0D6F71: hue angle of 181.2º 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 #0D6F71 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 111 | 113 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.56 |
| HSL | 181.2º | 0.79% | 0.25% | - |
| HSV(B) | 181.2º | 0.88% | 0.44% | - |
| XYZ | 8.83 | 12.65 | 17.6 | - |
| YUV | 81.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 111 | 113 | 0.88 | 0.02 | 0 | 0.56 | 181.2 | 0.79 | 0.25 |
| Hex | D | 6F | 71 | 58 | 2 | 0 | 38 | B5 | 4F | 19 |
| Octal | 15 | 157 | 161 | 130 | 2 | 0 | 70 | 265 | 117 | 31 |
| Binary | 1101 | 1101111 | 1110001 | 1011000 | 10 | 0 | 111000 | 10110101 | 1001111 | 11001 |
Color Harmonies of #0D6F71
Complementary color
Monochromatic Colors of #0D6F71
Black with #0D6F71
Text Example
Text Example
White with #0D6F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6F71; }
p { color: rgb(13,111,113); }
H1.HeaderClassName
{
color: #0D6F71;
}
.AnyTagClassName
{
color: #0D6F71;
}
</style>
background-color css
<style>
a { background-color: #0D6F71; }
a { background-color: rgb(13,111,113); }
div.DivClassName
{
background-color: #0D6F71;
}
.BgClassName
{
background-color: #0D6F71;
}
</style>
border-color css
<style>
span { border-color: #0D6F71; }
span { border-color: rgb(13,111,113); }
td.TdClassName
{
border-color: #0D6F71;
}
.TagClassName
{
border-color: #0D6F71;
}
</style>