Shades of Pine Green #086D69
Tints of Pine Green #086D69
RGB
CMYK
RGB Variations
Color information
#086D69 (or 0x086D69) is known color: Pine Green. HEX triplet: 08, 6D and 69. RGB value is (8,109,105). Sum of RGB (Red+Green+Blue) = 8+109+105=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #086D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D69 is #F79296. Grayscale: #4E4E4E. Windows color (decimal): -16224919 or 6909192. OLE color: 6909192.
HSL color Cylindrical-coordinate representation of color #086D69: hue angle of 177.62º 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 #086D69 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 109 | 105 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.57 |
| HSL | 177.62º | 0.86% | 0.23% | - |
| HSV(B) | 177.62º | 0.93% | 0.43% | - |
| XYZ | 8.12 | 12.01 | 15.25 | - |
| YUV | 78.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 105 | 0.93 | 0 | 0.04 | 0.57 | 177.62 | 0.86 | 0.23 |
| Hex | 8 | 6D | 69 | 5D | 0 | 4 | 39 | B2 | 56 | 17 |
| Octal | 10 | 155 | 151 | 135 | 0 | 4 | 71 | 262 | 126 | 27 |
| Binary | 1000 | 1101101 | 1101001 | 1011101 | 0 | 100 | 111001 | 10110010 | 1010110 | 10111 |
Color Harmonies of #086D69
Complementary color
Monochromatic Colors of #086D69
Black with #086D69
Text Example
Text Example
White with #086D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D69; }
p { color: rgb(8,109,105); }
H1.HeaderClassName
{
color: #086D69;
}
.AnyTagClassName
{
color: #086D69;
}
</style>
background-color css
<style>
a { background-color: #086D69; }
a { background-color: rgb(8,109,105); }
div.DivClassName
{
background-color: #086D69;
}
.BgClassName
{
background-color: #086D69;
}
</style>
border-color css
<style>
span { border-color: #086D69; }
span { border-color: rgb(8,109,105); }
td.TdClassName
{
border-color: #086D69;
}
.TagClassName
{
border-color: #086D69;
}
</style>