Html Css Color HEX #086D65 Tropical Rain Forest
📋 copy color: '#086D65'red 8 ◦ green 109 ◦ blue 101
Shades of Tropical Rain Forest #086D65
Tints of Tropical Rain Forest #086D65
RGB
CMYK
RGB Variations
Color information
#086D65 (or 0x086D65) is known color: Tropical Rain Forest. HEX triplet: 08, 6D and 65. RGB value is (8,109,101). Sum of RGB (Red+Green+Blue) = 8+109+101=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #086D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D65 is #F7929A. Grayscale: #4D4D4D. Windows color (decimal): -16224923 or 6647048. OLE color: 6647048.
HSL color Cylindrical-coordinate representation of color #086D65: hue angle of 175.25º 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 #086D65 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 109 | 101 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.57 |
| HSL | 175.25º | 0.86% | 0.23% | - |
| HSV(B) | 175.25º | 0.93% | 0.43% | - |
| XYZ | 7.92 | 11.93 | 14.2 | - |
| YUV | 77.89 | 141.04 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 101 | 0.93 | 0 | 0.07 | 0.57 | 175.25 | 0.86 | 0.23 |
| Hex | 8 | 6D | 65 | 5D | 0 | 7 | 39 | AF | 56 | 17 |
| Octal | 10 | 155 | 145 | 135 | 0 | 7 | 71 | 257 | 126 | 27 |
| Binary | 1000 | 1101101 | 1100101 | 1011101 | 0 | 111 | 111001 | 10101111 | 1010110 | 10111 |
Color Harmonies of #086D65
Complementary color
Monochromatic Colors of #086D65
Black with #086D65
Text Example
Text Example
White with #086D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D65; }
p { color: rgb(8,109,101); }
H1.HeaderClassName
{
color: #086D65;
}
.AnyTagClassName
{
color: #086D65;
}
</style>
background-color css
<style>
a { background-color: #086D65; }
a { background-color: rgb(8,109,101); }
div.DivClassName
{
background-color: #086D65;
}
.BgClassName
{
background-color: #086D65;
}
</style>
border-color css
<style>
span { border-color: #086D65; }
span { border-color: rgb(8,109,101); }
td.TdClassName
{
border-color: #086D65;
}
.TagClassName
{
border-color: #086D65;
}
</style>