Shades of Pine Green #086D66
Tints of Pine Green #086D66
RGB
CMYK
RGB Variations
Color information
#086D66 (or 0x086D66) is known color: Pine Green. HEX triplet: 08, 6D and 66. RGB value is (8,109,102). Sum of RGB (Red+Green+Blue) = 8+109+102=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 109 (42.97% from 255 or 49.77% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 109 - color contains mainly: green. Hex color #086D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D66 is #F79299. Grayscale: #4D4D4D. Windows color (decimal): -16224922 or 6712584. OLE color: 6712584.
HSL color Cylindrical-coordinate representation of color #086D66: hue angle of 175.84º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D66 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 109 | 102 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.57 |
| HSL | 175.84º | 0.86% | 0.23% | - |
| HSV(B) | 175.84º | 0.93% | 0.43% | - |
| XYZ | 7.97 | 11.95 | 14.46 | - |
| YUV | 78 | 141.54 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 102 | 0.93 | 0 | 0.06 | 0.57 | 175.84 | 0.86 | 0.23 |
| Hex | 8 | 6D | 66 | 5D | 0 | 6 | 39 | B0 | 56 | 17 |
| Octal | 10 | 155 | 146 | 135 | 0 | 6 | 71 | 260 | 126 | 27 |
| Binary | 1000 | 1101101 | 1100110 | 1011101 | 0 | 110 | 111001 | 10110000 | 1010110 | 10111 |
Color Harmonies of #086D66
Complementary color
Monochromatic Colors of #086D66
Black with #086D66
Text Example
Text Example
White with #086D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D66; }
p { color: rgb(8,109,102); }
H1.HeaderClassName
{
color: #086D66;
}
.AnyTagClassName
{
color: #086D66;
}
</style>
background-color css
<style>
a { background-color: #086D66; }
a { background-color: rgb(8,109,102); }
div.DivClassName
{
background-color: #086D66;
}
.BgClassName
{
background-color: #086D66;
}
</style>
border-color css
<style>
span { border-color: #086D66; }
span { border-color: rgb(8,109,102); }
td.TdClassName
{
border-color: #086D66;
}
.TagClassName
{
border-color: #086D66;
}
</style>