Shades of Pine Green #107171
Tints of Pine Green #107171
RGB
CMYK
RGB Variations
Color information
#107171 (or 0x107171) is known color: Pine Green. HEX triplet: 10, 71 and 71. RGB value is (16,113,113). Sum of RGB (Red+Green+Blue) = 16+113+113=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #107171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107171 is #EF8E8E. Grayscale: #535353. Windows color (decimal): -15699599 or 7434512. OLE color: 7434512.
HSL color Cylindrical-coordinate representation of color #107171: hue angle of 180º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107171 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 113 | 113 | - |
| CMYK | 0.86 | 0 | 0 | 0.56 |
| HSL | 180º | 0.75% | 0.25% | - |
| HSV(B) | 180º | 0.86% | 0.44% | - |
| XYZ | 9.1 | 13.11 | 17.67 | - |
| YUV | 84 | 144.36 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 113 | 0.86 | 0 | 0 | 0.56 | 180 | 0.75 | 0.25 |
| Hex | 10 | 71 | 71 | 56 | 0 | 0 | 38 | B4 | 4B | 19 |
| Octal | 20 | 161 | 161 | 126 | 0 | 0 | 70 | 264 | 113 | 31 |
| Binary | 10000 | 1110001 | 1110001 | 1010110 | 0 | 0 | 111000 | 10110100 | 1001011 | 11001 |
Color Harmonies of #107171
Complementary color
Monochromatic Colors of #107171
Black with #107171
Text Example
Text Example
White with #107171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107171; }
p { color: rgb(16,113,113); }
H1.HeaderClassName
{
color: #107171;
}
.AnyTagClassName
{
color: #107171;
}
</style>
background-color css
<style>
a { background-color: #107171; }
a { background-color: rgb(16,113,113); }
div.DivClassName
{
background-color: #107171;
}
.BgClassName
{
background-color: #107171;
}
</style>
border-color css
<style>
span { border-color: #107171; }
span { border-color: rgb(16,113,113); }
td.TdClassName
{
border-color: #107171;
}
.TagClassName
{
border-color: #107171;
}
</style>