Shades of Tropical Rain Forest #086A58
Tints of Tropical Rain Forest #086A58
RGB
CMYK
RGB Variations
Color information
#086A58 (or 0x086A58) is known color: Tropical Rain Forest. HEX triplet: 08, 6A and 58. RGB value is (8,106,88). Sum of RGB (Red+Green+Blue) = 8+106+88=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 106 (41.80% from 255 or 52.48% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 106 - color contains mainly: green. Hex color #086A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A58 is #F795A7. Grayscale: #4A4A4A. Windows color (decimal): -16225704 or 5794312. OLE color: 5794312.
HSL color Cylindrical-coordinate representation of color #086A58: hue angle of 168.98º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A58 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 106 | 88 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.58 |
| HSL | 168.98º | 0.86% | 0.22% | - |
| HSV(B) | 168.98º | 0.92% | 0.42% | - |
| XYZ | 7.02 | 11.06 | 11 | - |
| YUV | 74.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 88 | 0.92 | 0 | 0.17 | 0.58 | 168.98 | 0.86 | 0.22 |
| Hex | 8 | 6A | 58 | 5C | 0 | 11 | 3A | A9 | 56 | 16 |
| Octal | 10 | 152 | 130 | 134 | 0 | 21 | 72 | 251 | 126 | 26 |
| Binary | 1000 | 1101010 | 1011000 | 1011100 | 0 | 10001 | 111010 | 10101001 | 1010110 | 10110 |
Color Harmonies of #086A58
Complementary color
Monochromatic Colors of #086A58
Black with #086A58
Text Example
Text Example
White with #086A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086A58; }
p { color: rgb(8,106,88); }
H1.HeaderClassName
{
color: #086A58;
}
.AnyTagClassName
{
color: #086A58;
}
</style>
background-color css
<style>
a { background-color: #086A58; }
a { background-color: rgb(8,106,88); }
div.DivClassName
{
background-color: #086A58;
}
.BgClassName
{
background-color: #086A58;
}
</style>
border-color css
<style>
span { border-color: #086A58; }
span { border-color: rgb(8,106,88); }
td.TdClassName
{
border-color: #086A58;
}
.TagClassName
{
border-color: #086A58;
}
</style>