Shades of Pine Green #11756E
Tints of Pine Green #11756E
RGB
CMYK
RGB Variations
Color information
#11756E (or 0x11756E) is known color: Pine Green. HEX triplet: 11, 75 and 6E. RGB value is (17,117,110). Sum of RGB (Red+Green+Blue) = 17+117+110=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #11756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11756E is #EE8A91. Grayscale: #565656. Windows color (decimal): -15633042 or 7238929. OLE color: 7238929.
HSL color Cylindrical-coordinate representation of color #11756E: hue angle of 175.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11756E is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 117 | 110 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.54 |
| HSL | 175.8º | 0.75% | 0.26% | - |
| HSV(B) | 175.8º | 0.85% | 0.46% | - |
| XYZ | 9.41 | 13.97 | 16.95 | - |
| YUV | 86.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 110 | 0.85 | 0 | 0.06 | 0.54 | 175.8 | 0.75 | 0.26 |
| Hex | 11 | 75 | 6E | 55 | 0 | 6 | 36 | B0 | 4B | 1A |
| Octal | 21 | 165 | 156 | 125 | 0 | 6 | 66 | 260 | 113 | 32 |
| Binary | 10001 | 1110101 | 1101110 | 1010101 | 0 | 110 | 110110 | 10110000 | 1001011 | 11010 |
Color Harmonies of #11756E
Complementary color
Monochromatic Colors of #11756E
Black with #11756E
Text Example
Text Example
White with #11756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11756E; }
p { color: rgb(17,117,110); }
H1.HeaderClassName
{
color: #11756E;
}
.AnyTagClassName
{
color: #11756E;
}
</style>
background-color css
<style>
a { background-color: #11756E; }
a { background-color: rgb(17,117,110); }
div.DivClassName
{
background-color: #11756E;
}
.BgClassName
{
background-color: #11756E;
}
</style>
border-color css
<style>
span { border-color: #11756E; }
span { border-color: rgb(17,117,110); }
td.TdClassName
{
border-color: #11756E;
}
.TagClassName
{
border-color: #11756E;
}
</style>