Shades of Pine Green #11716F
Tints of Pine Green #11716F
RGB
CMYK
RGB Variations
Color information
#11716F (or 0x11716F) is known color: Pine Green. HEX triplet: 11, 71 and 6F. RGB value is (17,113,111). Sum of RGB (Red+Green+Blue) = 17+113+111=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #11716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11716F is #EE8E90. Grayscale: #535353. Windows color (decimal): -15634065 or 7303441. OLE color: 7303441.
HSL color Cylindrical-coordinate representation of color #11716F: hue angle of 178.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11716F is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 111 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.56 |
| HSL | 178.75º | 0.74% | 0.25% | - |
| HSV(B) | 178.75º | 0.85% | 0.44% | - |
| XYZ | 9.01 | 13.08 | 17.09 | - |
| YUV | 84.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 111 | 0.85 | 0 | 0.02 | 0.56 | 178.75 | 0.74 | 0.25 |
| Hex | 11 | 71 | 6F | 55 | 0 | 2 | 38 | B3 | 4A | 19 |
| Octal | 21 | 161 | 157 | 125 | 0 | 2 | 70 | 263 | 112 | 31 |
| Binary | 10001 | 1110001 | 1101111 | 1010101 | 0 | 10 | 111000 | 10110011 | 1001010 | 11001 |
Color Harmonies of #11716F
Complementary color
Monochromatic Colors of #11716F
Black with #11716F
Text Example
Text Example
White with #11716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11716F; }
p { color: rgb(17,113,111); }
H1.HeaderClassName
{
color: #11716F;
}
.AnyTagClassName
{
color: #11716F;
}
</style>
background-color css
<style>
a { background-color: #11716F; }
a { background-color: rgb(17,113,111); }
div.DivClassName
{
background-color: #11716F;
}
.BgClassName
{
background-color: #11716F;
}
</style>
border-color css
<style>
span { border-color: #11716F; }
span { border-color: rgb(17,113,111); }
td.TdClassName
{
border-color: #11716F;
}
.TagClassName
{
border-color: #11716F;
}
</style>