Shades of Tropical Rain Forest #086F5A
Tints of Tropical Rain Forest #086F5A
RGB
CMYK
RGB Variations
Color information
#086F5A (or 0x086F5A) is known color: Tropical Rain Forest. HEX triplet: 08, 6F and 5A. RGB value is (8,111,90). Sum of RGB (Red+Green+Blue) = 8+111+90=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #086F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F5A is #F790A5. Grayscale: #4D4D4D. Windows color (decimal): -16224422 or 5926664. OLE color: 5926664.
HSL color Cylindrical-coordinate representation of color #086F5A: hue angle of 167.77º 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 #086F5A is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 90 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.56 |
| HSL | 167.77º | 0.87% | 0.23% | - |
| HSV(B) | 167.77º | 0.93% | 0.44% | - |
| XYZ | 7.63 | 12.16 | 11.62 | - |
| YUV | 77.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 90 | 0.93 | 0 | 0.19 | 0.56 | 167.77 | 0.87 | 0.23 |
| Hex | 8 | 6F | 5A | 5D | 0 | 13 | 38 | A8 | 57 | 17 |
| Octal | 10 | 157 | 132 | 135 | 0 | 23 | 70 | 250 | 127 | 27 |
| Binary | 1000 | 1101111 | 1011010 | 1011101 | 0 | 10011 | 111000 | 10101000 | 1010111 | 10111 |
Color Harmonies of #086F5A
Complementary color
Monochromatic Colors of #086F5A
Black with #086F5A
Text Example
Text Example
White with #086F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F5A; }
p { color: rgb(8,111,90); }
H1.HeaderClassName
{
color: #086F5A;
}
.AnyTagClassName
{
color: #086F5A;
}
</style>
background-color css
<style>
a { background-color: #086F5A; }
a { background-color: rgb(8,111,90); }
div.DivClassName
{
background-color: #086F5A;
}
.BgClassName
{
background-color: #086F5A;
}
</style>
border-color css
<style>
span { border-color: #086F5A; }
span { border-color: rgb(8,111,90); }
td.TdClassName
{
border-color: #086F5A;
}
.TagClassName
{
border-color: #086F5A;
}
</style>