Shades of Tropical Rain Forest #07785A
Tints of Tropical Rain Forest #07785A
RGB
CMYK
RGB Variations
Color information
#07785A (or 0x07785A) is known color: Tropical Rain Forest. HEX triplet: 07, 78 and 5A. RGB value is (7,120,90). Sum of RGB (Red+Green+Blue) = 7+120+90=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #07785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07785A is #F887A5. Grayscale: #525252. Windows color (decimal): -16287654 or 5928967. OLE color: 5928967.
HSL color Cylindrical-coordinate representation of color #07785A: hue angle of 164.07º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07785A is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 120 | 90 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.53 |
| HSL | 164.07º | 0.89% | 0.25% | - |
| HSV(B) | 164.07º | 0.94% | 0.47% | - |
| XYZ | 8.65 | 14.22 | 11.96 | - |
| YUV | 82.79 | 132.06 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 90 | 0.94 | 0 | 0.25 | 0.53 | 164.07 | 0.89 | 0.25 |
| Hex | 7 | 78 | 5A | 5E | 0 | 19 | 35 | A4 | 59 | 19 |
| Octal | 7 | 170 | 132 | 136 | 0 | 31 | 65 | 244 | 131 | 31 |
| Binary | 111 | 1111000 | 1011010 | 1011110 | 0 | 11001 | 110101 | 10100100 | 1011001 | 11001 |
Color Harmonies of #07785A
Complementary color
Monochromatic Colors of #07785A
Black with #07785A
Text Example
Text Example
White with #07785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07785A; }
p { color: rgb(7,120,90); }
H1.HeaderClassName
{
color: #07785A;
}
.AnyTagClassName
{
color: #07785A;
}
</style>
background-color css
<style>
a { background-color: #07785A; }
a { background-color: rgb(7,120,90); }
div.DivClassName
{
background-color: #07785A;
}
.BgClassName
{
background-color: #07785A;
}
</style>
border-color css
<style>
span { border-color: #07785A; }
span { border-color: rgb(7,120,90); }
td.TdClassName
{
border-color: #07785A;
}
.TagClassName
{
border-color: #07785A;
}
</style>