Shades of Pine Green #0D786A
Tints of Pine Green #0D786A
RGB
CMYK
RGB Variations
Color information
#0D786A (or 0x0D786A) is known color: Pine Green. HEX triplet: 0D, 78 and 6A. RGB value is (13,120,106). Sum of RGB (Red+Green+Blue) = 13+120+106=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #0D786A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D786A is #F28795. Grayscale: #565656. Windows color (decimal): -15894422 or 6977549. OLE color: 6977549.
HSL color Cylindrical-coordinate representation of color #0D786A: hue angle of 172.15º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D786A is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 120 | 106 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.53 |
| HSL | 172.15º | 0.8% | 0.26% | - |
| HSV(B) | 172.15º | 0.89% | 0.47% | - |
| XYZ | 9.48 | 14.56 | 15.95 | - |
| YUV | 86.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 120 | 106 | 0.89 | 0 | 0.12 | 0.53 | 172.15 | 0.8 | 0.26 |
| Hex | D | 78 | 6A | 59 | 0 | C | 35 | AC | 50 | 1A |
| Octal | 15 | 170 | 152 | 131 | 0 | 14 | 65 | 254 | 120 | 32 |
| Binary | 1101 | 1111000 | 1101010 | 1011001 | 0 | 1100 | 110101 | 10101100 | 1010000 | 11010 |
Color Harmonies of #0D786A
Complementary color
Monochromatic Colors of #0D786A
Black with #0D786A
Text Example
Text Example
White with #0D786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D786A; }
p { color: rgb(13,120,106); }
H1.HeaderClassName
{
color: #0D786A;
}
.AnyTagClassName
{
color: #0D786A;
}
</style>
background-color css
<style>
a { background-color: #0D786A; }
a { background-color: rgb(13,120,106); }
div.DivClassName
{
background-color: #0D786A;
}
.BgClassName
{
background-color: #0D786A;
}
</style>
border-color css
<style>
span { border-color: #0D786A; }
span { border-color: rgb(13,120,106); }
td.TdClassName
{
border-color: #0D786A;
}
.TagClassName
{
border-color: #0D786A;
}
</style>