Shades of Pine Green #086E6E
Tints of Pine Green #086E6E
RGB
CMYK
RGB Variations
Color information
#086E6E (or 0x086E6E) is known color: Pine Green. HEX triplet: 08, 6E and 6E. RGB value is (8,110,110). Sum of RGB (Red+Green+Blue) = 8+110+110=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #086E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E6E is #F79191. Grayscale: #4F4F4F. Windows color (decimal): -16224658 or 7237128. OLE color: 7237128.
HSL color Cylindrical-coordinate representation of color #086E6E: hue angle of 180º 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 #086E6E is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 110 | 110 | - |
| CMYK | 0.93 | 0 | 0 | 0.57 |
| HSL | 180º | 0.86% | 0.23% | - |
| HSV(B) | 180º | 0.93% | 0.43% | - |
| XYZ | 8.49 | 12.33 | 16.68 | - |
| YUV | 79.5 | 145.21 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 110 | 0.93 | 0 | 0 | 0.57 | 180 | 0.86 | 0.23 |
| Hex | 8 | 6E | 6E | 5D | 0 | 0 | 39 | B4 | 56 | 17 |
| Octal | 10 | 156 | 156 | 135 | 0 | 0 | 71 | 264 | 126 | 27 |
| Binary | 1000 | 1101110 | 1101110 | 1011101 | 0 | 0 | 111001 | 10110100 | 1010110 | 10111 |
Color Harmonies of #086E6E
Complementary color
Monochromatic Colors of #086E6E
Black with #086E6E
Text Example
Text Example
White with #086E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086E6E; }
p { color: rgb(8,110,110); }
H1.HeaderClassName
{
color: #086E6E;
}
.AnyTagClassName
{
color: #086E6E;
}
</style>
background-color css
<style>
a { background-color: #086E6E; }
a { background-color: rgb(8,110,110); }
div.DivClassName
{
background-color: #086E6E;
}
.BgClassName
{
background-color: #086E6E;
}
</style>
border-color css
<style>
span { border-color: #086E6E; }
span { border-color: rgb(8,110,110); }
td.TdClassName
{
border-color: #086E6E;
}
.TagClassName
{
border-color: #086E6E;
}
</style>