Shades of Tropical Rain Forest #086A5E
Tints of Tropical Rain Forest #086A5E
RGB
CMYK
RGB Variations
Color information
#086A5E (or 0x086A5E) is known color: Tropical Rain Forest. HEX triplet: 08, 6A and 5E. RGB value is (8,106,94). Sum of RGB (Red+Green+Blue) = 8+106+94=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #086A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A5E is #F795A1. Grayscale: #4B4B4B. Windows color (decimal): -16225698 or 6187528. OLE color: 6187528.
HSL color Cylindrical-coordinate representation of color #086A5E: hue angle of 172.65º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A5E is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 106 | 94 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.58 |
| HSL | 172.65º | 0.86% | 0.22% | - |
| HSV(B) | 172.65º | 0.92% | 0.42% | - |
| XYZ | 7.27 | 11.17 | 12.36 | - |
| YUV | 75.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 94 | 0.92 | 0 | 0.11 | 0.58 | 172.65 | 0.86 | 0.22 |
| Hex | 8 | 6A | 5E | 5C | 0 | B | 3A | AD | 56 | 16 |
| Octal | 10 | 152 | 136 | 134 | 0 | 13 | 72 | 255 | 126 | 26 |
| Binary | 1000 | 1101010 | 1011110 | 1011100 | 0 | 1011 | 111010 | 10101101 | 1010110 | 10110 |
Color Harmonies of #086A5E
Complementary color
Monochromatic Colors of #086A5E
Black with #086A5E
Text Example
Text Example
White with #086A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086A5E; }
p { color: rgb(8,106,94); }
H1.HeaderClassName
{
color: #086A5E;
}
.AnyTagClassName
{
color: #086A5E;
}
</style>
background-color css
<style>
a { background-color: #086A5E; }
a { background-color: rgb(8,106,94); }
div.DivClassName
{
background-color: #086A5E;
}
.BgClassName
{
background-color: #086A5E;
}
</style>
border-color css
<style>
span { border-color: #086A5E; }
span { border-color: rgb(8,106,94); }
td.TdClassName
{
border-color: #086A5E;
}
.TagClassName
{
border-color: #086A5E;
}
</style>