Shades of Pine Green #107473
Tints of Pine Green #107473
RGB
CMYK
RGB Variations
Color information
#107473 (or 0x107473) is known color: Pine Green. HEX triplet: 10, 74 and 73. RGB value is (16,116,115). Sum of RGB (Red+Green+Blue) = 16+116+115=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #107473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107473 is #EF8B8C. Grayscale: #555555. Windows color (decimal): -15698829 or 7566352. OLE color: 7566352.
HSL color Cylindrical-coordinate representation of color #107473: hue angle of 179.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107473 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 116 | 115 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.55 |
| HSL | 179.4º | 0.76% | 0.26% | - |
| HSV(B) | 179.4º | 0.86% | 0.45% | - |
| XYZ | 9.55 | 13.84 | 18.39 | - |
| YUV | 85.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 115 | 0.86 | 0 | 0.01 | 0.55 | 179.4 | 0.76 | 0.26 |
| Hex | 10 | 74 | 73 | 56 | 0 | 1 | 37 | B3 | 4C | 1A |
| Octal | 20 | 164 | 163 | 126 | 0 | 1 | 67 | 263 | 114 | 32 |
| Binary | 10000 | 1110100 | 1110011 | 1010110 | 0 | 1 | 110111 | 10110011 | 1001100 | 11010 |
Color Harmonies of #107473
Complementary color
Monochromatic Colors of #107473
Black with #107473
Text Example
Text Example
White with #107473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107473; }
p { color: rgb(16,116,115); }
H1.HeaderClassName
{
color: #107473;
}
.AnyTagClassName
{
color: #107473;
}
</style>
background-color css
<style>
a { background-color: #107473; }
a { background-color: rgb(16,116,115); }
div.DivClassName
{
background-color: #107473;
}
.BgClassName
{
background-color: #107473;
}
</style>
border-color css
<style>
span { border-color: #107473; }
span { border-color: rgb(16,116,115); }
td.TdClassName
{
border-color: #107473;
}
.TagClassName
{
border-color: #107473;
}
</style>