Shades of Pine Green #116F72
Tints of Pine Green #116F72
RGB
CMYK
RGB Variations
Color information
#116F72 (or 0x116F72) is known color: Pine Green. HEX triplet: 11, 6F and 72. RGB value is (17,111,114). Sum of RGB (Red+Green+Blue) = 17+111+114=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #116F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F72 is #EE908D. Grayscale: #535353. Windows color (decimal): -15634574 or 7499537. OLE color: 7499537.
HSL color Cylindrical-coordinate representation of color #116F72: hue angle of 181.86º 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 #116F72 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 111 | 114 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.55 |
| HSL | 181.86º | 0.74% | 0.26% | - |
| HSV(B) | 181.86º | 0.85% | 0.45% | - |
| XYZ | 8.95 | 12.7 | 17.9 | - |
| YUV | 83.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 114 | 0.85 | 0.03 | 0 | 0.55 | 181.86 | 0.74 | 0.26 |
| Hex | 11 | 6F | 72 | 55 | 3 | 0 | 37 | B6 | 4A | 1A |
| Octal | 21 | 157 | 162 | 125 | 3 | 0 | 67 | 266 | 112 | 32 |
| Binary | 10001 | 1101111 | 1110010 | 1010101 | 11 | 0 | 110111 | 10110110 | 1001010 | 11010 |
Color Harmonies of #116F72
Complementary color
Monochromatic Colors of #116F72
Black with #116F72
Text Example
Text Example
White with #116F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F72; }
p { color: rgb(17,111,114); }
H1.HeaderClassName
{
color: #116F72;
}
.AnyTagClassName
{
color: #116F72;
}
</style>
background-color css
<style>
a { background-color: #116F72; }
a { background-color: rgb(17,111,114); }
div.DivClassName
{
background-color: #116F72;
}
.BgClassName
{
background-color: #116F72;
}
</style>
border-color css
<style>
span { border-color: #116F72; }
span { border-color: rgb(17,111,114); }
td.TdClassName
{
border-color: #116F72;
}
.TagClassName
{
border-color: #116F72;
}
</style>