Shades of Pine Green #0D776E
Tints of Pine Green #0D776E
RGB
CMYK
RGB Variations
Color information
#0D776E (or 0x0D776E) is known color: Pine Green. HEX triplet: 0D, 77 and 6E. RGB value is (13,119,110). Sum of RGB (Red+Green+Blue) = 13+119+110=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #0D776E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D776E is #F28891. Grayscale: #565656. Windows color (decimal): -15894674 or 7239437. OLE color: 7239437.
HSL color Cylindrical-coordinate representation of color #0D776E: hue angle of 174.91º 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 #0D776E is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 110 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.53 |
| HSL | 174.91º | 0.8% | 0.26% | - |
| HSV(B) | 174.91º | 0.89% | 0.47% | - |
| XYZ | 9.58 | 14.41 | 17.03 | - |
| YUV | 86.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 110 | 0.89 | 0 | 0.08 | 0.53 | 174.91 | 0.8 | 0.26 |
| Hex | D | 77 | 6E | 59 | 0 | 8 | 35 | AF | 50 | 1A |
| Octal | 15 | 167 | 156 | 131 | 0 | 10 | 65 | 257 | 120 | 32 |
| Binary | 1101 | 1110111 | 1101110 | 1011001 | 0 | 1000 | 110101 | 10101111 | 1010000 | 11010 |
Color Harmonies of #0D776E
Complementary color
Monochromatic Colors of #0D776E
Black with #0D776E
Text Example
Text Example
White with #0D776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D776E; }
p { color: rgb(13,119,110); }
H1.HeaderClassName
{
color: #0D776E;
}
.AnyTagClassName
{
color: #0D776E;
}
</style>
background-color css
<style>
a { background-color: #0D776E; }
a { background-color: rgb(13,119,110); }
div.DivClassName
{
background-color: #0D776E;
}
.BgClassName
{
background-color: #0D776E;
}
</style>
border-color css
<style>
span { border-color: #0D776E; }
span { border-color: rgb(13,119,110); }
td.TdClassName
{
border-color: #0D776E;
}
.TagClassName
{
border-color: #0D776E;
}
</style>