Shades of Pine Green #10706E
Tints of Pine Green #10706E
RGB
CMYK
RGB Variations
Color information
#10706E (or 0x10706E) is known color: Pine Green. HEX triplet: 10, 70 and 6E. RGB value is (16,112,110). Sum of RGB (Red+Green+Blue) = 16+112+110=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #10706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10706E is #EF8F91. Grayscale: #525252. Windows color (decimal): -15699858 or 7237648. OLE color: 7237648.
HSL color Cylindrical-coordinate representation of color #10706E: hue angle of 178.75º 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 #10706E is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 112 | 110 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.56 |
| HSL | 178.75º | 0.75% | 0.25% | - |
| HSV(B) | 178.75º | 0.86% | 0.44% | - |
| XYZ | 8.82 | 12.82 | 16.76 | - |
| YUV | 83.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 110 | 0.86 | 0 | 0.02 | 0.56 | 178.75 | 0.75 | 0.25 |
| Hex | 10 | 70 | 6E | 56 | 0 | 2 | 38 | B3 | 4B | 19 |
| Octal | 20 | 160 | 156 | 126 | 0 | 2 | 70 | 263 | 113 | 31 |
| Binary | 10000 | 1110000 | 1101110 | 1010110 | 0 | 10 | 111000 | 10110011 | 1001011 | 11001 |
Color Harmonies of #10706E
Complementary color
Monochromatic Colors of #10706E
Black with #10706E
Text Example
Text Example
White with #10706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10706E; }
p { color: rgb(16,112,110); }
H1.HeaderClassName
{
color: #10706E;
}
.AnyTagClassName
{
color: #10706E;
}
</style>
background-color css
<style>
a { background-color: #10706E; }
a { background-color: rgb(16,112,110); }
div.DivClassName
{
background-color: #10706E;
}
.BgClassName
{
background-color: #10706E;
}
</style>
border-color css
<style>
span { border-color: #10706E; }
span { border-color: rgb(16,112,110); }
td.TdClassName
{
border-color: #10706E;
}
.TagClassName
{
border-color: #10706E;
}
</style>