Shades of Pine Green #0D756F
Tints of Pine Green #0D756F
RGB
CMYK
RGB Variations
Color information
#0D756F (or 0x0D756F) is known color: Pine Green. HEX triplet: 0D, 75 and 6F. RGB value is (13,117,111). Sum of RGB (Red+Green+Blue) = 13+117+111=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #0D756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D756F is #F28A90. Grayscale: #555555. Windows color (decimal): -15895185 or 7304461. OLE color: 7304461.
HSL color Cylindrical-coordinate representation of color #0D756F: hue angle of 176.54º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D756F is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 111 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.54 |
| HSL | 176.54º | 0.8% | 0.25% | - |
| HSV(B) | 176.54º | 0.89% | 0.46% | - |
| XYZ | 9.4 | 13.96 | 17.24 | - |
| YUV | 85.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 111 | 0.89 | 0 | 0.05 | 0.54 | 176.54 | 0.8 | 0.25 |
| Hex | D | 75 | 6F | 59 | 0 | 5 | 36 | B1 | 50 | 19 |
| Octal | 15 | 165 | 157 | 131 | 0 | 5 | 66 | 261 | 120 | 31 |
| Binary | 1101 | 1110101 | 1101111 | 1011001 | 0 | 101 | 110110 | 10110001 | 1010000 | 11001 |
Color Harmonies of #0D756F
Complementary color
Monochromatic Colors of #0D756F
Black with #0D756F
Text Example
Text Example
White with #0D756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D756F; }
p { color: rgb(13,117,111); }
H1.HeaderClassName
{
color: #0D756F;
}
.AnyTagClassName
{
color: #0D756F;
}
</style>
background-color css
<style>
a { background-color: #0D756F; }
a { background-color: rgb(13,117,111); }
div.DivClassName
{
background-color: #0D756F;
}
.BgClassName
{
background-color: #0D756F;
}
</style>
border-color css
<style>
span { border-color: #0D756F; }
span { border-color: rgb(13,117,111); }
td.TdClassName
{
border-color: #0D756F;
}
.TagClassName
{
border-color: #0D756F;
}
</style>