Shades of Tropical Rain Forest #087A58
Tints of Tropical Rain Forest #087A58
RGB
CMYK
RGB Variations
Color information
#087A58 (or 0x087A58) is known color: Tropical Rain Forest. HEX triplet: 08, 7A and 58. RGB value is (8,122,88). Sum of RGB (Red+Green+Blue) = 8+122+88=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 122 (48.05% from 255 or 55.96% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 122 - color contains mainly: green. Hex color #087A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A58 is #F785A7. Grayscale: #545454. Windows color (decimal): -16221608 or 5798408. OLE color: 5798408.
HSL color Cylindrical-coordinate representation of color #087A58: hue angle of 162.11º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A58 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 88 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.52 |
| HSL | 162.11º | 0.88% | 0.25% | - |
| HSV(B) | 162.11º | 0.93% | 0.48% | - |
| XYZ | 8.82 | 14.68 | 11.6 | - |
| YUV | 84.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 88 | 0.93 | 0 | 0.28 | 0.52 | 162.11 | 0.88 | 0.25 |
| Hex | 8 | 7A | 58 | 5D | 0 | 1C | 34 | A2 | 58 | 19 |
| Octal | 10 | 172 | 130 | 135 | 0 | 34 | 64 | 242 | 130 | 31 |
| Binary | 1000 | 1111010 | 1011000 | 1011101 | 0 | 11100 | 110100 | 10100010 | 1011000 | 11001 |
Color Harmonies of #087A58
Complementary color
Monochromatic Colors of #087A58
Black with #087A58
Text Example
Text Example
White with #087A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A58; }
p { color: rgb(8,122,88); }
H1.HeaderClassName
{
color: #087A58;
}
.AnyTagClassName
{
color: #087A58;
}
</style>
background-color css
<style>
a { background-color: #087A58; }
a { background-color: rgb(8,122,88); }
div.DivClassName
{
background-color: #087A58;
}
.BgClassName
{
background-color: #087A58;
}
</style>
border-color css
<style>
span { border-color: #087A58; }
span { border-color: rgb(8,122,88); }
td.TdClassName
{
border-color: #087A58;
}
.TagClassName
{
border-color: #087A58;
}
</style>