Shades of Pine Green #08706A
Tints of Pine Green #08706A
RGB
CMYK
RGB Variations
Color information
#08706A (or 0x08706A) is known color: Pine Green. HEX triplet: 08, 70 and 6A. RGB value is (8,112,106). Sum of RGB (Red+Green+Blue) = 8+112+106=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #08706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08706A is #F78F95. Grayscale: #505050. Windows color (decimal): -16224150 or 6975496. OLE color: 6975496.
HSL color Cylindrical-coordinate representation of color #08706A: hue angle of 176.54º 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 #08706A is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 106 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.56 |
| HSL | 176.54º | 0.87% | 0.24% | - |
| HSV(B) | 176.54º | 0.93% | 0.44% | - |
| XYZ | 8.5 | 12.68 | 15.64 | - |
| YUV | 80.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 106 | 0.93 | 0 | 0.05 | 0.56 | 176.54 | 0.87 | 0.24 |
| Hex | 8 | 70 | 6A | 5D | 0 | 5 | 38 | B1 | 57 | 18 |
| Octal | 10 | 160 | 152 | 135 | 0 | 5 | 70 | 261 | 127 | 30 |
| Binary | 1000 | 1110000 | 1101010 | 1011101 | 0 | 101 | 111000 | 10110001 | 1010111 | 11000 |
Color Harmonies of #08706A
Complementary color
Monochromatic Colors of #08706A
Black with #08706A
Text Example
Text Example
White with #08706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08706A; }
p { color: rgb(8,112,106); }
H1.HeaderClassName
{
color: #08706A;
}
.AnyTagClassName
{
color: #08706A;
}
</style>
background-color css
<style>
a { background-color: #08706A; }
a { background-color: rgb(8,112,106); }
div.DivClassName
{
background-color: #08706A;
}
.BgClassName
{
background-color: #08706A;
}
</style>
border-color css
<style>
span { border-color: #08706A; }
span { border-color: rgb(8,112,106); }
td.TdClassName
{
border-color: #08706A;
}
.TagClassName
{
border-color: #08706A;
}
</style>