Shades of Tropical Rain Forest #086B5C
Tints of Tropical Rain Forest #086B5C
RGB
CMYK
RGB Variations
Color information
#086B5C (or 0x086B5C) is known color: Tropical Rain Forest. HEX triplet: 08, 6B and 5C. RGB value is (8,107,92). Sum of RGB (Red+Green+Blue) = 8+107+92=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #086B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B5C is #F794A3. Grayscale: #4B4B4B. Windows color (decimal): -16225444 or 6056712. OLE color: 6056712.
HSL color Cylindrical-coordinate representation of color #086B5C: hue angle of 170.91º 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 #086B5C is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 107 | 92 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.58 |
| HSL | 170.91º | 0.86% | 0.23% | - |
| HSV(B) | 170.91º | 0.93% | 0.42% | - |
| XYZ | 7.29 | 11.34 | 11.93 | - |
| YUV | 75.69 | 137.2 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 92 | 0.93 | 0 | 0.14 | 0.58 | 170.91 | 0.86 | 0.23 |
| Hex | 8 | 6B | 5C | 5D | 0 | E | 3A | AB | 56 | 17 |
| Octal | 10 | 153 | 134 | 135 | 0 | 16 | 72 | 253 | 126 | 27 |
| Binary | 1000 | 1101011 | 1011100 | 1011101 | 0 | 1110 | 111010 | 10101011 | 1010110 | 10111 |
Color Harmonies of #086B5C
Complementary color
Monochromatic Colors of #086B5C
Black with #086B5C
Text Example
Text Example
White with #086B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086B5C; }
p { color: rgb(8,107,92); }
H1.HeaderClassName
{
color: #086B5C;
}
.AnyTagClassName
{
color: #086B5C;
}
</style>
background-color css
<style>
a { background-color: #086B5C; }
a { background-color: rgb(8,107,92); }
div.DivClassName
{
background-color: #086B5C;
}
.BgClassName
{
background-color: #086B5C;
}
</style>
border-color css
<style>
span { border-color: #086B5C; }
span { border-color: rgb(8,107,92); }
td.TdClassName
{
border-color: #086B5C;
}
.TagClassName
{
border-color: #086B5C;
}
</style>