Shades of Tropical Rain Forest #078059
Tints of Tropical Rain Forest #078059
RGB
CMYK
RGB Variations
Color information
#078059 (or 0x078059) is known color: Tropical Rain Forest. HEX triplet: 07, 80 and 59. RGB value is (7,128,89). Sum of RGB (Red+Green+Blue) = 7+128+89=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #078059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078059 is #F87FA6. Grayscale: #575757. Windows color (decimal): -16285607 or 5865479. OLE color: 5865479.
HSL color Cylindrical-coordinate representation of color #078059: hue angle of 160.66º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078059 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 89 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.50 |
| HSL | 160.66º | 0.9% | 0.26% | - |
| HSV(B) | 160.66º | 0.95% | 0.5% | - |
| XYZ | 9.61 | 16.2 | 12.07 | - |
| YUV | 87.38 | 128.91 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 89 | 0.95 | 0 | 0.30 | 0.50 | 160.66 | 0.9 | 0.26 |
| Hex | 7 | 80 | 59 | 5F | 0 | 1E | 32 | A1 | 5A | 1A |
| Octal | 7 | 200 | 131 | 137 | 0 | 36 | 62 | 241 | 132 | 32 |
| Binary | 111 | 10000000 | 1011001 | 1011111 | 0 | 11110 | 110010 | 10100001 | 1011010 | 11010 |
Color Harmonies of #078059
Complementary color
Monochromatic Colors of #078059
Black with #078059
Text Example
Text Example
White with #078059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078059; }
p { color: rgb(7,128,89); }
H1.HeaderClassName
{
color: #078059;
}
.AnyTagClassName
{
color: #078059;
}
</style>
background-color css
<style>
a { background-color: #078059; }
a { background-color: rgb(7,128,89); }
div.DivClassName
{
background-color: #078059;
}
.BgClassName
{
background-color: #078059;
}
</style>
border-color css
<style>
span { border-color: #078059; }
span { border-color: rgb(7,128,89); }
td.TdClassName
{
border-color: #078059;
}
.TagClassName
{
border-color: #078059;
}
</style>