Shades of Pine Green #0D766A
Tints of Pine Green #0D766A
RGB
CMYK
RGB Variations
Color information
#0D766A (or 0x0D766A) is known color: Pine Green. HEX triplet: 0D, 76 and 6A. RGB value is (13,118,106). Sum of RGB (Red+Green+Blue) = 13+118+106=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #0D766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D766A is #F28995. Grayscale: #555555. Windows color (decimal): -15894934 or 6977037. OLE color: 6977037.
HSL color Cylindrical-coordinate representation of color #0D766A: hue angle of 173.14º 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 #0D766A is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 118 | 106 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.54 |
| HSL | 173.14º | 0.8% | 0.26% | - |
| HSV(B) | 173.14º | 0.89% | 0.46% | - |
| XYZ | 9.25 | 14.08 | 15.87 | - |
| YUV | 85.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 106 | 0.89 | 0 | 0.10 | 0.54 | 173.14 | 0.8 | 0.26 |
| Hex | D | 76 | 6A | 59 | 0 | A | 36 | AD | 50 | 1A |
| Octal | 15 | 166 | 152 | 131 | 0 | 12 | 66 | 255 | 120 | 32 |
| Binary | 1101 | 1110110 | 1101010 | 1011001 | 0 | 1010 | 110110 | 10101101 | 1010000 | 11010 |
Color Harmonies of #0D766A
Complementary color
Monochromatic Colors of #0D766A
Black with #0D766A
Text Example
Text Example
White with #0D766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D766A; }
p { color: rgb(13,118,106); }
H1.HeaderClassName
{
color: #0D766A;
}
.AnyTagClassName
{
color: #0D766A;
}
</style>
background-color css
<style>
a { background-color: #0D766A; }
a { background-color: rgb(13,118,106); }
div.DivClassName
{
background-color: #0D766A;
}
.BgClassName
{
background-color: #0D766A;
}
</style>
border-color css
<style>
span { border-color: #0D766A; }
span { border-color: rgb(13,118,106); }
td.TdClassName
{
border-color: #0D766A;
}
.TagClassName
{
border-color: #0D766A;
}
</style>