Shades of Tropical Rain Forest #087E61
Tints of Tropical Rain Forest #087E61
RGB
CMYK
RGB Variations
Color information
#087E61 (or 0x087E61) is known color: Tropical Rain Forest. HEX triplet: 08, 7E and 61. RGB value is (8,126,97). Sum of RGB (Red+Green+Blue) = 8+126+97=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 126 (49.61% from 255 or 54.55% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 126 - color contains mainly: green. Hex color #087E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087E61 is #F7819E. Grayscale: #575757. Windows color (decimal): -16220575 or 6389256. OLE color: 6389256.
HSL color Cylindrical-coordinate representation of color #087E61: hue angle of 165.25º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087E61 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 126 | 97 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.51 |
| HSL | 165.25º | 0.88% | 0.26% | - |
| HSV(B) | 165.25º | 0.94% | 0.49% | - |
| XYZ | 9.72 | 15.84 | 13.85 | - |
| YUV | 87.41 | 133.41 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 97 | 0.94 | 0 | 0.23 | 0.51 | 165.25 | 0.88 | 0.26 |
| Hex | 8 | 7E | 61 | 5E | 0 | 17 | 33 | A5 | 58 | 1A |
| Octal | 10 | 176 | 141 | 136 | 0 | 27 | 63 | 245 | 130 | 32 |
| Binary | 1000 | 1111110 | 1100001 | 1011110 | 0 | 10111 | 110011 | 10100101 | 1011000 | 11010 |
Color Harmonies of #087E61
Complementary color
Monochromatic Colors of #087E61
Black with #087E61
Text Example
Text Example
White with #087E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087E61; }
p { color: rgb(8,126,97); }
H1.HeaderClassName
{
color: #087E61;
}
.AnyTagClassName
{
color: #087E61;
}
</style>
background-color css
<style>
a { background-color: #087E61; }
a { background-color: rgb(8,126,97); }
div.DivClassName
{
background-color: #087E61;
}
.BgClassName
{
background-color: #087E61;
}
</style>
border-color css
<style>
span { border-color: #087E61; }
span { border-color: rgb(8,126,97); }
td.TdClassName
{
border-color: #087E61;
}
.TagClassName
{
border-color: #087E61;
}
</style>