Shades of Pine Green #117172
Tints of Pine Green #117172
RGB
CMYK
RGB Variations
Color information
#117172 (or 0x117172) is known color: Pine Green. HEX triplet: 11, 71 and 72. RGB value is (17,113,114). Sum of RGB (Red+Green+Blue) = 17+113+114=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #117172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117172 is #EE8E8D. Grayscale: #545454. Windows color (decimal): -15634062 or 7500049. OLE color: 7500049.
HSL color Cylindrical-coordinate representation of color #117172: hue angle of 180.62º 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 #117172 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 113 | 114 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.55 |
| HSL | 180.62º | 0.74% | 0.26% | - |
| HSV(B) | 180.62º | 0.85% | 0.45% | - |
| XYZ | 9.17 | 13.14 | 17.97 | - |
| YUV | 84.41 | 144.7 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 114 | 0.85 | 0.01 | 0 | 0.55 | 180.62 | 0.74 | 0.26 |
| Hex | 11 | 71 | 72 | 55 | 1 | 0 | 37 | B5 | 4A | 1A |
| Octal | 21 | 161 | 162 | 125 | 1 | 0 | 67 | 265 | 112 | 32 |
| Binary | 10001 | 1110001 | 1110010 | 1010101 | 1 | 0 | 110111 | 10110101 | 1001010 | 11010 |
Color Harmonies of #117172
Complementary color
Monochromatic Colors of #117172
Black with #117172
Text Example
Text Example
White with #117172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117172; }
p { color: rgb(17,113,114); }
H1.HeaderClassName
{
color: #117172;
}
.AnyTagClassName
{
color: #117172;
}
</style>
background-color css
<style>
a { background-color: #117172; }
a { background-color: rgb(17,113,114); }
div.DivClassName
{
background-color: #117172;
}
.BgClassName
{
background-color: #117172;
}
</style>
border-color css
<style>
span { border-color: #117172; }
span { border-color: rgb(17,113,114); }
td.TdClassName
{
border-color: #117172;
}
.TagClassName
{
border-color: #117172;
}
</style>