Shades of Pine Green #107771
Tints of Pine Green #107771
RGB
CMYK
RGB Variations
Color information
#107771 (or 0x107771) is known color: Pine Green. HEX triplet: 10, 77 and 71. RGB value is (16,119,113). Sum of RGB (Red+Green+Blue) = 16+119+113=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #107771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107771 is #EF888E. Grayscale: #575757. Windows color (decimal): -15698063 or 7436048. OLE color: 7436048.
HSL color Cylindrical-coordinate representation of color #107771: hue angle of 176.5º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107771 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 119 | 113 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.53 |
| HSL | 176.5º | 0.76% | 0.26% | - |
| HSV(B) | 176.5º | 0.87% | 0.47% | - |
| XYZ | 9.79 | 14.5 | 17.9 | - |
| YUV | 87.52 | 142.38 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 113 | 0.87 | 0 | 0.05 | 0.53 | 176.5 | 0.76 | 0.26 |
| Hex | 10 | 77 | 71 | 57 | 0 | 5 | 35 | B1 | 4C | 1A |
| Octal | 20 | 167 | 161 | 127 | 0 | 5 | 65 | 261 | 114 | 32 |
| Binary | 10000 | 1110111 | 1110001 | 1010111 | 0 | 101 | 110101 | 10110001 | 1001100 | 11010 |
Color Harmonies of #107771
Complementary color
Monochromatic Colors of #107771
Black with #107771
Text Example
Text Example
White with #107771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107771; }
p { color: rgb(16,119,113); }
H1.HeaderClassName
{
color: #107771;
}
.AnyTagClassName
{
color: #107771;
}
</style>
background-color css
<style>
a { background-color: #107771; }
a { background-color: rgb(16,119,113); }
div.DivClassName
{
background-color: #107771;
}
.BgClassName
{
background-color: #107771;
}
</style>
border-color css
<style>
span { border-color: #107771; }
span { border-color: rgb(16,119,113); }
td.TdClassName
{
border-color: #107771;
}
.TagClassName
{
border-color: #107771;
}
</style>