Shades of Pine Green #11766D
Tints of Pine Green #11766D
RGB
CMYK
RGB Variations
Color information
#11766D (or 0x11766D) is known color: Pine Green. HEX triplet: 11, 76 and 6D. RGB value is (17,118,109). Sum of RGB (Red+Green+Blue) = 17+118+109=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #11766D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11766D is #EE8992. Grayscale: #565656. Windows color (decimal): -15632787 or 7173649. OLE color: 7173649.
HSL color Cylindrical-coordinate representation of color #11766D: hue angle of 174.65º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11766D is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 109 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.54 |
| HSL | 174.65º | 0.75% | 0.26% | - |
| HSV(B) | 174.65º | 0.86% | 0.46% | - |
| XYZ | 9.47 | 14.18 | 16.71 | - |
| YUV | 86.78 | 140.54 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 109 | 0.86 | 0 | 0.08 | 0.54 | 174.65 | 0.75 | 0.26 |
| Hex | 11 | 76 | 6D | 56 | 0 | 8 | 36 | AF | 4B | 1A |
| Octal | 21 | 166 | 155 | 126 | 0 | 10 | 66 | 257 | 113 | 32 |
| Binary | 10001 | 1110110 | 1101101 | 1010110 | 0 | 1000 | 110110 | 10101111 | 1001011 | 11010 |
Color Harmonies of #11766D
Complementary color
Monochromatic Colors of #11766D
Black with #11766D
Text Example
Text Example
White with #11766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11766D; }
p { color: rgb(17,118,109); }
H1.HeaderClassName
{
color: #11766D;
}
.AnyTagClassName
{
color: #11766D;
}
</style>
background-color css
<style>
a { background-color: #11766D; }
a { background-color: rgb(17,118,109); }
div.DivClassName
{
background-color: #11766D;
}
.BgClassName
{
background-color: #11766D;
}
</style>
border-color css
<style>
span { border-color: #11766D; }
span { border-color: rgb(17,118,109); }
td.TdClassName
{
border-color: #11766D;
}
.TagClassName
{
border-color: #11766D;
}
</style>