Shades of Pine Green #0D736D
Tints of Pine Green #0D736D
RGB
CMYK
RGB Variations
Color information
#0D736D (or 0x0D736D) is known color: Pine Green. HEX triplet: 0D, 73 and 6D. RGB value is (13,115,109). Sum of RGB (Red+Green+Blue) = 13+115+109=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #0D736D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D736D is #F28C92. Grayscale: #535353. Windows color (decimal): -15895699 or 7172877. OLE color: 7172877.
HSL color Cylindrical-coordinate representation of color #0D736D: hue angle of 176.47º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D736D is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 115 | 109 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.55 |
| HSL | 176.47º | 0.8% | 0.25% | - |
| HSV(B) | 176.47º | 0.89% | 0.45% | - |
| XYZ | 9.06 | 13.45 | 16.59 | - |
| YUV | 83.82 | 142.21 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 109 | 0.89 | 0 | 0.05 | 0.55 | 176.47 | 0.8 | 0.25 |
| Hex | D | 73 | 6D | 59 | 0 | 5 | 37 | B0 | 50 | 19 |
| Octal | 15 | 163 | 155 | 131 | 0 | 5 | 67 | 260 | 120 | 31 |
| Binary | 1101 | 1110011 | 1101101 | 1011001 | 0 | 101 | 110111 | 10110000 | 1010000 | 11001 |
Color Harmonies of #0D736D
Complementary color
Monochromatic Colors of #0D736D
Black with #0D736D
Text Example
Text Example
White with #0D736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D736D; }
p { color: rgb(13,115,109); }
H1.HeaderClassName
{
color: #0D736D;
}
.AnyTagClassName
{
color: #0D736D;
}
</style>
background-color css
<style>
a { background-color: #0D736D; }
a { background-color: rgb(13,115,109); }
div.DivClassName
{
background-color: #0D736D;
}
.BgClassName
{
background-color: #0D736D;
}
</style>
border-color css
<style>
span { border-color: #0D736D; }
span { border-color: rgb(13,115,109); }
td.TdClassName
{
border-color: #0D736D;
}
.TagClassName
{
border-color: #0D736D;
}
</style>