Shades of Pine Green #11746F
Tints of Pine Green #11746F
RGB
CMYK
RGB Variations
Color information
#11746F (or 0x11746F) is known color: Pine Green. HEX triplet: 11, 74 and 6F. RGB value is (17,116,111). Sum of RGB (Red+Green+Blue) = 17+116+111=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #11746F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11746F is #EE8B90. Grayscale: #555555. Windows color (decimal): -15633297 or 7304209. OLE color: 7304209.
HSL color Cylindrical-coordinate representation of color #11746F: hue angle of 176.97º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11746F is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 111 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.55 |
| HSL | 176.97º | 0.74% | 0.26% | - |
| HSV(B) | 176.97º | 0.85% | 0.45% | - |
| XYZ | 9.35 | 13.76 | 17.2 | - |
| YUV | 85.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 111 | 0.85 | 0 | 0.04 | 0.55 | 176.97 | 0.74 | 0.26 |
| Hex | 11 | 74 | 6F | 55 | 0 | 4 | 37 | B1 | 4A | 1A |
| Octal | 21 | 164 | 157 | 125 | 0 | 4 | 67 | 261 | 112 | 32 |
| Binary | 10001 | 1110100 | 1101111 | 1010101 | 0 | 100 | 110111 | 10110001 | 1001010 | 11010 |
Color Harmonies of #11746F
Complementary color
Monochromatic Colors of #11746F
Black with #11746F
Text Example
Text Example
White with #11746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11746F; }
p { color: rgb(17,116,111); }
H1.HeaderClassName
{
color: #11746F;
}
.AnyTagClassName
{
color: #11746F;
}
</style>
background-color css
<style>
a { background-color: #11746F; }
a { background-color: rgb(17,116,111); }
div.DivClassName
{
background-color: #11746F;
}
.BgClassName
{
background-color: #11746F;
}
</style>
border-color css
<style>
span { border-color: #11746F; }
span { border-color: rgb(17,116,111); }
td.TdClassName
{
border-color: #11746F;
}
.TagClassName
{
border-color: #11746F;
}
</style>