Shades of Tropical Rain Forest #086F5B
Tints of Tropical Rain Forest #086F5B
RGB
CMYK
RGB Variations
Color information
#086F5B (or 0x086F5B) is known color: Tropical Rain Forest. HEX triplet: 08, 6F and 5B. RGB value is (8,111,91). Sum of RGB (Red+Green+Blue) = 8+111+91=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #086F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F5B is #F790A4. Grayscale: #4D4D4D. Windows color (decimal): -16224421 or 5992200. OLE color: 5992200.
HSL color Cylindrical-coordinate representation of color #086F5B: hue angle of 168.35º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F5B is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 91 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.56 |
| HSL | 168.35º | 0.87% | 0.23% | - |
| HSV(B) | 168.35º | 0.93% | 0.44% | - |
| XYZ | 7.67 | 12.18 | 11.84 | - |
| YUV | 77.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 91 | 0.93 | 0 | 0.18 | 0.56 | 168.35 | 0.87 | 0.23 |
| Hex | 8 | 6F | 5B | 5D | 0 | 12 | 38 | A8 | 57 | 17 |
| Octal | 10 | 157 | 133 | 135 | 0 | 22 | 70 | 250 | 127 | 27 |
| Binary | 1000 | 1101111 | 1011011 | 1011101 | 0 | 10010 | 111000 | 10101000 | 1010111 | 10111 |
Color Harmonies of #086F5B
Complementary color
Monochromatic Colors of #086F5B
Black with #086F5B
Text Example
Text Example
White with #086F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F5B; }
p { color: rgb(8,111,91); }
H1.HeaderClassName
{
color: #086F5B;
}
.AnyTagClassName
{
color: #086F5B;
}
</style>
background-color css
<style>
a { background-color: #086F5B; }
a { background-color: rgb(8,111,91); }
div.DivClassName
{
background-color: #086F5B;
}
.BgClassName
{
background-color: #086F5B;
}
</style>
border-color css
<style>
span { border-color: #086F5B; }
span { border-color: rgb(8,111,91); }
td.TdClassName
{
border-color: #086F5B;
}
.TagClassName
{
border-color: #086F5B;
}
</style>