Html Css Color HEX #086E65 Tropical Rain Forest
📋 copy color: '#086E65'red 8 ◦ green 110 ◦ blue 101
Shades of Tropical Rain Forest #086E65
Tints of Tropical Rain Forest #086E65
RGB
CMYK
RGB Variations
Color information
#086E65 (or 0x086E65) is known color: Tropical Rain Forest. HEX triplet: 08, 6E and 65. RGB value is (8,110,101). Sum of RGB (Red+Green+Blue) = 8+110+101=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 110 (43.36% from 255 or 50.23% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 110 - color contains mainly: green. Hex color #086E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E65 is #F7919A. Grayscale: #4E4E4E. Windows color (decimal): -16224667 or 6647304. OLE color: 6647304.
HSL color Cylindrical-coordinate representation of color #086E65: hue angle of 174.71º 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 #086E65 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 110 | 101 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.57 |
| HSL | 174.71º | 0.86% | 0.23% | - |
| HSV(B) | 174.71º | 0.93% | 0.43% | - |
| XYZ | 8.03 | 12.14 | 14.23 | - |
| YUV | 78.48 | 140.71 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 101 | 0.93 | 0 | 0.08 | 0.57 | 174.71 | 0.86 | 0.23 |
| Hex | 8 | 6E | 65 | 5D | 0 | 8 | 39 | AF | 56 | 17 |
| Octal | 10 | 156 | 145 | 135 | 0 | 10 | 71 | 257 | 126 | 27 |
| Binary | 1000 | 1101110 | 1100101 | 1011101 | 0 | 1000 | 111001 | 10101111 | 1010110 | 10111 |
Color Harmonies of #086E65
Complementary color
Monochromatic Colors of #086E65
Black with #086E65
Text Example
Text Example
White with #086E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086E65; }
p { color: rgb(8,110,101); }
H1.HeaderClassName
{
color: #086E65;
}
.AnyTagClassName
{
color: #086E65;
}
</style>
background-color css
<style>
a { background-color: #086E65; }
a { background-color: rgb(8,110,101); }
div.DivClassName
{
background-color: #086E65;
}
.BgClassName
{
background-color: #086E65;
}
</style>
border-color css
<style>
span { border-color: #086E65; }
span { border-color: rgb(8,110,101); }
td.TdClassName
{
border-color: #086E65;
}
.TagClassName
{
border-color: #086E65;
}
</style>