Shades of Tropical Rain Forest #087F60
Tints of Tropical Rain Forest #087F60
RGB
CMYK
RGB Variations
Color information
#087F60 (or 0x087F60) is known color: Tropical Rain Forest. HEX triplet: 08, 7F and 60. RGB value is (8,127,96). Sum of RGB (Red+Green+Blue) = 8+127+96=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 127 (50% from 255 or 54.98% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 127 - color contains mainly: green. Hex color #087F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087F60 is #F7809F. Grayscale: #575757. Windows color (decimal): -16220320 or 6323976. OLE color: 6323976.
HSL color Cylindrical-coordinate representation of color #087F60: hue angle of 164.37º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F60 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 96 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.50 |
| HSL | 164.37º | 0.88% | 0.26% | - |
| HSV(B) | 164.37º | 0.94% | 0.5% | - |
| XYZ | 9.8 | 16.07 | 13.65 | - |
| YUV | 87.89 | 132.58 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 96 | 0.94 | 0 | 0.24 | 0.50 | 164.37 | 0.88 | 0.26 |
| Hex | 8 | 7F | 60 | 5E | 0 | 18 | 32 | A4 | 58 | 1A |
| Octal | 10 | 177 | 140 | 136 | 0 | 30 | 62 | 244 | 130 | 32 |
| Binary | 1000 | 1111111 | 1100000 | 1011110 | 0 | 11000 | 110010 | 10100100 | 1011000 | 11010 |
Color Harmonies of #087F60
Complementary color
Monochromatic Colors of #087F60
Black with #087F60
Text Example
Text Example
White with #087F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F60; }
p { color: rgb(8,127,96); }
H1.HeaderClassName
{
color: #087F60;
}
.AnyTagClassName
{
color: #087F60;
}
</style>
background-color css
<style>
a { background-color: #087F60; }
a { background-color: rgb(8,127,96); }
div.DivClassName
{
background-color: #087F60;
}
.BgClassName
{
background-color: #087F60;
}
</style>
border-color css
<style>
span { border-color: #087F60; }
span { border-color: rgb(8,127,96); }
td.TdClassName
{
border-color: #087F60;
}
.TagClassName
{
border-color: #087F60;
}
</style>