Shades of Tropical Rain Forest #086F63
Tints of Tropical Rain Forest #086F63
RGB
CMYK
RGB Variations
Color information
#086F63 (or 0x086F63) is known color: Tropical Rain Forest. HEX triplet: 08, 6F and 63. RGB value is (8,111,99). Sum of RGB (Red+Green+Blue) = 8+111+99=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #086F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F63 is #F7909C. Grayscale: #4E4E4E. Windows color (decimal): -16224413 or 6516488. OLE color: 6516488.
HSL color Cylindrical-coordinate representation of color #086F63: hue angle of 173.01º 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 #086F63 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 99 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.56 |
| HSL | 173.01º | 0.87% | 0.23% | - |
| HSV(B) | 173.01º | 0.93% | 0.44% | - |
| XYZ | 8.04 | 12.32 | 13.76 | - |
| YUV | 78.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 99 | 0.93 | 0 | 0.11 | 0.56 | 173.01 | 0.87 | 0.23 |
| Hex | 8 | 6F | 63 | 5D | 0 | B | 38 | AD | 57 | 17 |
| Octal | 10 | 157 | 143 | 135 | 0 | 13 | 70 | 255 | 127 | 27 |
| Binary | 1000 | 1101111 | 1100011 | 1011101 | 0 | 1011 | 111000 | 10101101 | 1010111 | 10111 |
Color Harmonies of #086F63
Complementary color
Monochromatic Colors of #086F63
Black with #086F63
Text Example
Text Example
White with #086F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F63; }
p { color: rgb(8,111,99); }
H1.HeaderClassName
{
color: #086F63;
}
.AnyTagClassName
{
color: #086F63;
}
</style>
background-color css
<style>
a { background-color: #086F63; }
a { background-color: rgb(8,111,99); }
div.DivClassName
{
background-color: #086F63;
}
.BgClassName
{
background-color: #086F63;
}
</style>
border-color css
<style>
span { border-color: #086F63; }
span { border-color: rgb(8,111,99); }
td.TdClassName
{
border-color: #086F63;
}
.TagClassName
{
border-color: #086F63;
}
</style>