Shades of Pine Green #117372
Tints of Pine Green #117372
RGB
CMYK
RGB Variations
Color information
#117372 (or 0x117372) is known color: Pine Green. HEX triplet: 11, 73 and 72. RGB value is (17,115,114). Sum of RGB (Red+Green+Blue) = 17+115+114=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #117372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117372 is #EE8C8D. Grayscale: #555555. Windows color (decimal): -15633550 or 7500561. OLE color: 7500561.
HSL color Cylindrical-coordinate representation of color #117372: hue angle of 179.39º 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 #117372 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 114 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.55 |
| HSL | 179.39º | 0.74% | 0.26% | - |
| HSV(B) | 179.39º | 0.85% | 0.45% | - |
| XYZ | 9.4 | 13.6 | 18.05 | - |
| YUV | 85.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 114 | 0.85 | 0 | 0.01 | 0.55 | 179.39 | 0.74 | 0.26 |
| Hex | 11 | 73 | 72 | 55 | 0 | 1 | 37 | B3 | 4A | 1A |
| Octal | 21 | 163 | 162 | 125 | 0 | 1 | 67 | 263 | 112 | 32 |
| Binary | 10001 | 1110011 | 1110010 | 1010101 | 0 | 1 | 110111 | 10110011 | 1001010 | 11010 |
Color Harmonies of #117372
Complementary color
Monochromatic Colors of #117372
Black with #117372
Text Example
Text Example
White with #117372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117372; }
p { color: rgb(17,115,114); }
H1.HeaderClassName
{
color: #117372;
}
.AnyTagClassName
{
color: #117372;
}
</style>
background-color css
<style>
a { background-color: #117372; }
a { background-color: rgb(17,115,114); }
div.DivClassName
{
background-color: #117372;
}
.BgClassName
{
background-color: #117372;
}
</style>
border-color css
<style>
span { border-color: #117372; }
span { border-color: rgb(17,115,114); }
td.TdClassName
{
border-color: #117372;
}
.TagClassName
{
border-color: #117372;
}
</style>