Shades of Pine Green #117371
Tints of Pine Green #117371
RGB
CMYK
RGB Variations
Color information
#117371 (or 0x117371) is known color: Pine Green. HEX triplet: 11, 73 and 71. RGB value is (17,115,113). Sum of RGB (Red+Green+Blue) = 17+115+113=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #117371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117371 is #EE8C8E. Grayscale: #555555. Windows color (decimal): -15633551 or 7435025. OLE color: 7435025.
HSL color Cylindrical-coordinate representation of color #117371: hue angle of 178.78º 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 #117371 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 113 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.55 |
| HSL | 178.78º | 0.74% | 0.26% | - |
| HSV(B) | 178.78º | 0.85% | 0.45% | - |
| XYZ | 9.34 | 13.57 | 17.75 | - |
| YUV | 85.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 113 | 0.85 | 0 | 0.02 | 0.55 | 178.78 | 0.74 | 0.26 |
| Hex | 11 | 73 | 71 | 55 | 0 | 2 | 37 | B3 | 4A | 1A |
| Octal | 21 | 163 | 161 | 125 | 0 | 2 | 67 | 263 | 112 | 32 |
| Binary | 10001 | 1110011 | 1110001 | 1010101 | 0 | 10 | 110111 | 10110011 | 1001010 | 11010 |
Color Harmonies of #117371
Complementary color
Monochromatic Colors of #117371
Black with #117371
Text Example
Text Example
White with #117371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117371; }
p { color: rgb(17,115,113); }
H1.HeaderClassName
{
color: #117371;
}
.AnyTagClassName
{
color: #117371;
}
</style>
background-color css
<style>
a { background-color: #117371; }
a { background-color: rgb(17,115,113); }
div.DivClassName
{
background-color: #117371;
}
.BgClassName
{
background-color: #117371;
}
</style>
border-color css
<style>
span { border-color: #117371; }
span { border-color: rgb(17,115,113); }
td.TdClassName
{
border-color: #117371;
}
.TagClassName
{
border-color: #117371;
}
</style>