Shades of Tropical Rain Forest #086B5B
Tints of Tropical Rain Forest #086B5B
RGB
CMYK
RGB Variations
Color information
#086B5B (or 0x086B5B) is known color: Tropical Rain Forest. HEX triplet: 08, 6B and 5B. RGB value is (8,107,91). Sum of RGB (Red+Green+Blue) = 8+107+91=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #086B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B5B is #F794A4. Grayscale: #4B4B4B. Windows color (decimal): -16225445 or 5991176. OLE color: 5991176.
HSL color Cylindrical-coordinate representation of color #086B5B: hue angle of 170.3º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086B5B is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 107 | 91 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.58 |
| HSL | 170.3º | 0.86% | 0.23% | - |
| HSV(B) | 170.3º | 0.93% | 0.42% | - |
| XYZ | 7.25 | 11.32 | 11.7 | - |
| YUV | 75.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 91 | 0.93 | 0 | 0.15 | 0.58 | 170.3 | 0.86 | 0.23 |
| Hex | 8 | 6B | 5B | 5D | 0 | F | 3A | AA | 56 | 17 |
| Octal | 10 | 153 | 133 | 135 | 0 | 17 | 72 | 252 | 126 | 27 |
| Binary | 1000 | 1101011 | 1011011 | 1011101 | 0 | 1111 | 111010 | 10101010 | 1010110 | 10111 |
Color Harmonies of #086B5B
Complementary color
Monochromatic Colors of #086B5B
Black with #086B5B
Text Example
Text Example
White with #086B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086B5B; }
p { color: rgb(8,107,91); }
H1.HeaderClassName
{
color: #086B5B;
}
.AnyTagClassName
{
color: #086B5B;
}
</style>
background-color css
<style>
a { background-color: #086B5B; }
a { background-color: rgb(8,107,91); }
div.DivClassName
{
background-color: #086B5B;
}
.BgClassName
{
background-color: #086B5B;
}
</style>
border-color css
<style>
span { border-color: #086B5B; }
span { border-color: rgb(8,107,91); }
td.TdClassName
{
border-color: #086B5B;
}
.TagClassName
{
border-color: #086B5B;
}
</style>