Shades of Pine Green #08706B
Tints of Pine Green #08706B
RGB
CMYK
RGB Variations
Color information
#08706B (or 0x08706B) is known color: Pine Green. HEX triplet: 08, 70 and 6B. RGB value is (8,112,107). Sum of RGB (Red+Green+Blue) = 8+112+107=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #08706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08706B is #F78F94. Grayscale: #505050. Windows color (decimal): -16224149 or 7041032. OLE color: 7041032.
HSL color Cylindrical-coordinate representation of color #08706B: hue angle of 177.12º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08706B is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 107 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.56 |
| HSL | 177.12º | 0.87% | 0.24% | - |
| HSV(B) | 177.12º | 0.93% | 0.44% | - |
| XYZ | 8.55 | 12.7 | 15.91 | - |
| YUV | 80.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 107 | 0.93 | 0 | 0.04 | 0.56 | 177.12 | 0.87 | 0.24 |
| Hex | 8 | 70 | 6B | 5D | 0 | 4 | 38 | B1 | 57 | 18 |
| Octal | 10 | 160 | 153 | 135 | 0 | 4 | 70 | 261 | 127 | 30 |
| Binary | 1000 | 1110000 | 1101011 | 1011101 | 0 | 100 | 111000 | 10110001 | 1010111 | 11000 |
Color Harmonies of #08706B
Complementary color
Monochromatic Colors of #08706B
Black with #08706B
Text Example
Text Example
White with #08706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08706B; }
p { color: rgb(8,112,107); }
H1.HeaderClassName
{
color: #08706B;
}
.AnyTagClassName
{
color: #08706B;
}
</style>
background-color css
<style>
a { background-color: #08706B; }
a { background-color: rgb(8,112,107); }
div.DivClassName
{
background-color: #08706B;
}
.BgClassName
{
background-color: #08706B;
}
</style>
border-color css
<style>
span { border-color: #08706B; }
span { border-color: rgb(8,112,107); }
td.TdClassName
{
border-color: #08706B;
}
.TagClassName
{
border-color: #08706B;
}
</style>