Shades of Tropical Rain Forest #07785F
Tints of Tropical Rain Forest #07785F
RGB
CMYK
RGB Variations
Color information
#07785F (or 0x07785F) is known color: Tropical Rain Forest. HEX triplet: 07, 78 and 5F. RGB value is (7,120,95). Sum of RGB (Red+Green+Blue) = 7+120+95=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #07785F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07785F is #F887A0. Grayscale: #535353. Windows color (decimal): -16287649 or 6256647. OLE color: 6256647.
HSL color Cylindrical-coordinate representation of color #07785F: hue angle of 166.73º 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 #07785F is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 120 | 95 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.53 |
| HSL | 166.73º | 0.89% | 0.25% | - |
| HSV(B) | 166.73º | 0.94% | 0.47% | - |
| XYZ | 8.87 | 14.3 | 13.12 | - |
| YUV | 83.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 95 | 0.94 | 0 | 0.21 | 0.53 | 166.73 | 0.89 | 0.25 |
| Hex | 7 | 78 | 5F | 5E | 0 | 15 | 35 | A7 | 59 | 19 |
| Octal | 7 | 170 | 137 | 136 | 0 | 25 | 65 | 247 | 131 | 31 |
| Binary | 111 | 1111000 | 1011111 | 1011110 | 0 | 10101 | 110101 | 10100111 | 1011001 | 11001 |
Color Harmonies of #07785F
Complementary color
Monochromatic Colors of #07785F
Black with #07785F
Text Example
Text Example
White with #07785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07785F; }
p { color: rgb(7,120,95); }
H1.HeaderClassName
{
color: #07785F;
}
.AnyTagClassName
{
color: #07785F;
}
</style>
background-color css
<style>
a { background-color: #07785F; }
a { background-color: rgb(7,120,95); }
div.DivClassName
{
background-color: #07785F;
}
.BgClassName
{
background-color: #07785F;
}
</style>
border-color css
<style>
span { border-color: #07785F; }
span { border-color: rgb(7,120,95); }
td.TdClassName
{
border-color: #07785F;
}
.TagClassName
{
border-color: #07785F;
}
</style>