Shades of Pine Green #0D766C
Tints of Pine Green #0D766C
RGB
CMYK
RGB Variations
Color information
#0D766C (or 0x0D766C) is known color: Pine Green. HEX triplet: 0D, 76 and 6C. RGB value is (13,118,108). Sum of RGB (Red+Green+Blue) = 13+118+108=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #0D766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D766C is #F28993. Grayscale: #555555. Windows color (decimal): -15894932 or 7108109. OLE color: 7108109.
HSL color Cylindrical-coordinate representation of color #0D766C: hue angle of 174.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D766C is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 118 | 108 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.54 |
| HSL | 174.29º | 0.8% | 0.26% | - |
| HSV(B) | 174.29º | 0.89% | 0.46% | - |
| XYZ | 9.35 | 14.13 | 16.42 | - |
| YUV | 85.47 | 140.71 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 108 | 0.89 | 0 | 0.08 | 0.54 | 174.29 | 0.8 | 0.26 |
| Hex | D | 76 | 6C | 59 | 0 | 8 | 36 | AE | 50 | 1A |
| Octal | 15 | 166 | 154 | 131 | 0 | 10 | 66 | 256 | 120 | 32 |
| Binary | 1101 | 1110110 | 1101100 | 1011001 | 0 | 1000 | 110110 | 10101110 | 1010000 | 11010 |
Color Harmonies of #0D766C
Complementary color
Monochromatic Colors of #0D766C
Black with #0D766C
Text Example
Text Example
White with #0D766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D766C; }
p { color: rgb(13,118,108); }
H1.HeaderClassName
{
color: #0D766C;
}
.AnyTagClassName
{
color: #0D766C;
}
</style>
background-color css
<style>
a { background-color: #0D766C; }
a { background-color: rgb(13,118,108); }
div.DivClassName
{
background-color: #0D766C;
}
.BgClassName
{
background-color: #0D766C;
}
</style>
border-color css
<style>
span { border-color: #0D766C; }
span { border-color: rgb(13,118,108); }
td.TdClassName
{
border-color: #0D766C;
}
.TagClassName
{
border-color: #0D766C;
}
</style>