Shades of Pine Green #107070
Tints of Pine Green #107070
RGB
CMYK
RGB Variations
Color information
#107070 (or 0x107070) is known color: Pine Green. HEX triplet: 10, 70 and 70. RGB value is (16,112,112). Sum of RGB (Red+Green+Blue) = 16+112+112=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #107070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107070 is #EF8F8F. Grayscale: #535353. Windows color (decimal): -15699856 or 7368720. OLE color: 7368720.
HSL color Cylindrical-coordinate representation of color #107070: 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 #107070 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 112 | 112 | - |
| CMYK | 0.86 | 0 | 0 | 0.56 |
| HSL | 180º | 0.75% | 0.25% | - |
| HSV(B) | 180º | 0.86% | 0.44% | - |
| XYZ | 8.93 | 12.87 | 17.34 | - |
| YUV | 83.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 112 | 0.86 | 0 | 0 | 0.56 | 180 | 0.75 | 0.25 |
| Hex | 10 | 70 | 70 | 56 | 0 | 0 | 38 | B4 | 4B | 19 |
| Octal | 20 | 160 | 160 | 126 | 0 | 0 | 70 | 264 | 113 | 31 |
| Binary | 10000 | 1110000 | 1110000 | 1010110 | 0 | 0 | 111000 | 10110100 | 1001011 | 11001 |
Color Harmonies of #107070
Complementary color
Monochromatic Colors of #107070
Black with #107070
Text Example
Text Example
White with #107070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107070; }
p { color: rgb(16,112,112); }
H1.HeaderClassName
{
color: #107070;
}
.AnyTagClassName
{
color: #107070;
}
</style>
background-color css
<style>
a { background-color: #107070; }
a { background-color: rgb(16,112,112); }
div.DivClassName
{
background-color: #107070;
}
.BgClassName
{
background-color: #107070;
}
</style>
border-color css
<style>
span { border-color: #107070; }
span { border-color: rgb(16,112,112); }
td.TdClassName
{
border-color: #107070;
}
.TagClassName
{
border-color: #107070;
}
</style>