Shades of Pine Green #11746C
Tints of Pine Green #11746C
RGB
CMYK
RGB Variations
Color information
#11746C (or 0x11746C) is known color: Pine Green. HEX triplet: 11, 74 and 6C. RGB value is (17,116,108). Sum of RGB (Red+Green+Blue) = 17+116+108=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #11746C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11746C is #EE8B93. Grayscale: #555555. Windows color (decimal): -15633300 or 7107601. OLE color: 7107601.
HSL color Cylindrical-coordinate representation of color #11746C: hue angle of 175.15º 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 #11746C is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 108 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.55 |
| HSL | 175.15º | 0.74% | 0.26% | - |
| HSV(B) | 175.15º | 0.85% | 0.45% | - |
| XYZ | 9.18 | 13.69 | 16.35 | - |
| YUV | 85.49 | 140.7 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 108 | 0.85 | 0 | 0.07 | 0.55 | 175.15 | 0.74 | 0.26 |
| Hex | 11 | 74 | 6C | 55 | 0 | 7 | 37 | AF | 4A | 1A |
| Octal | 21 | 164 | 154 | 125 | 0 | 7 | 67 | 257 | 112 | 32 |
| Binary | 10001 | 1110100 | 1101100 | 1010101 | 0 | 111 | 110111 | 10101111 | 1001010 | 11010 |
Color Harmonies of #11746C
Complementary color
Monochromatic Colors of #11746C
Black with #11746C
Text Example
Text Example
White with #11746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11746C; }
p { color: rgb(17,116,108); }
H1.HeaderClassName
{
color: #11746C;
}
.AnyTagClassName
{
color: #11746C;
}
</style>
background-color css
<style>
a { background-color: #11746C; }
a { background-color: rgb(17,116,108); }
div.DivClassName
{
background-color: #11746C;
}
.BgClassName
{
background-color: #11746C;
}
</style>
border-color css
<style>
span { border-color: #11746C; }
span { border-color: rgb(17,116,108); }
td.TdClassName
{
border-color: #11746C;
}
.TagClassName
{
border-color: #11746C;
}
</style>