Shades of Pine Green #117373
Tints of Pine Green #117373
RGB
CMYK
RGB Variations
Color information
#117373 (or 0x117373) is known color: Pine Green. HEX triplet: 11, 73 and 73. RGB value is (17,115,115). Sum of RGB (Red+Green+Blue) = 17+115+115=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #117373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117373 is #EE8C8C. Grayscale: #555555. Windows color (decimal): -15633549 or 7566097. OLE color: 7566097.
HSL color Cylindrical-coordinate representation of color #117373: hue angle of 180º 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 #117373 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 115 | - |
| CMYK | 0.85 | 0 | 0 | 0.55 |
| HSL | 180º | 0.74% | 0.26% | - |
| HSV(B) | 180º | 0.85% | 0.45% | - |
| XYZ | 9.46 | 13.62 | 18.35 | - |
| YUV | 85.7 | 144.53 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 115 | 0.85 | 0 | 0 | 0.55 | 180 | 0.74 | 0.26 |
| Hex | 11 | 73 | 73 | 55 | 0 | 0 | 37 | B4 | 4A | 1A |
| Octal | 21 | 163 | 163 | 125 | 0 | 0 | 67 | 264 | 112 | 32 |
| Binary | 10001 | 1110011 | 1110011 | 1010101 | 0 | 0 | 110111 | 10110100 | 1001010 | 11010 |
Color Harmonies of #117373
Complementary color
Monochromatic Colors of #117373
Black with #117373
Text Example
Text Example
White with #117373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117373; }
p { color: rgb(17,115,115); }
H1.HeaderClassName
{
color: #117373;
}
.AnyTagClassName
{
color: #117373;
}
</style>
background-color css
<style>
a { background-color: #117373; }
a { background-color: rgb(17,115,115); }
div.DivClassName
{
background-color: #117373;
}
.BgClassName
{
background-color: #117373;
}
</style>
border-color css
<style>
span { border-color: #117373; }
span { border-color: rgb(17,115,115); }
td.TdClassName
{
border-color: #117373;
}
.TagClassName
{
border-color: #117373;
}
</style>