Shades of Pine Green #106F73
Tints of Pine Green #106F73
RGB
CMYK
RGB Variations
Color information
#106F73 (or 0x106F73) is known color: Pine Green. HEX triplet: 10, 6F and 73. RGB value is (16,111,115). Sum of RGB (Red+Green+Blue) = 16+111+115=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #106F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106F73 is #EF908C. Grayscale: #525252. Windows color (decimal): -15700109 or 7565072. OLE color: 7565072.
HSL color Cylindrical-coordinate representation of color #106F73: hue angle of 182.42º 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 #106F73 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 111 | 115 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.55 |
| HSL | 182.42º | 0.76% | 0.26% | - |
| HSV(B) | 182.42º | 0.86% | 0.45% | - |
| XYZ | 8.99 | 12.72 | 18.2 | - |
| YUV | 83.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 115 | 0.86 | 0.03 | 0 | 0.55 | 182.42 | 0.76 | 0.26 |
| Hex | 10 | 6F | 73 | 56 | 3 | 0 | 37 | B6 | 4C | 1A |
| Octal | 20 | 157 | 163 | 126 | 3 | 0 | 67 | 266 | 114 | 32 |
| Binary | 10000 | 1101111 | 1110011 | 1010110 | 11 | 0 | 110111 | 10110110 | 1001100 | 11010 |
Color Harmonies of #106F73
Complementary color
Monochromatic Colors of #106F73
Black with #106F73
Text Example
Text Example
White with #106F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106F73; }
p { color: rgb(16,111,115); }
H1.HeaderClassName
{
color: #106F73;
}
.AnyTagClassName
{
color: #106F73;
}
</style>
background-color css
<style>
a { background-color: #106F73; }
a { background-color: rgb(16,111,115); }
div.DivClassName
{
background-color: #106F73;
}
.BgClassName
{
background-color: #106F73;
}
</style>
border-color css
<style>
span { border-color: #106F73; }
span { border-color: rgb(16,111,115); }
td.TdClassName
{
border-color: #106F73;
}
.TagClassName
{
border-color: #106F73;
}
</style>