Shades of Tropical Rain Forest #077360
Tints of Tropical Rain Forest #077360
RGB
CMYK
RGB Variations
Color information
#077360 (or 0x077360) is known color: Tropical Rain Forest. HEX triplet: 07, 73 and 60. RGB value is (7,115,96). Sum of RGB (Red+Green+Blue) = 7+115+96=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #077360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077360 is #F88C9F. Grayscale: #505050. Windows color (decimal): -16288928 or 6320903. OLE color: 6320903.
HSL color Cylindrical-coordinate representation of color #077360: hue angle of 169.44º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077360 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 96 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.55 |
| HSL | 169.44º | 0.89% | 0.24% | - |
| HSV(B) | 169.44º | 0.94% | 0.45% | - |
| XYZ | 8.33 | 13.15 | 13.17 | - |
| YUV | 80.54 | 136.72 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 96 | 0.94 | 0 | 0.17 | 0.55 | 169.44 | 0.89 | 0.24 |
| Hex | 7 | 73 | 60 | 5E | 0 | 11 | 37 | A9 | 59 | 18 |
| Octal | 7 | 163 | 140 | 136 | 0 | 21 | 67 | 251 | 131 | 30 |
| Binary | 111 | 1110011 | 1100000 | 1011110 | 0 | 10001 | 110111 | 10101001 | 1011001 | 11000 |
Color Harmonies of #077360
Complementary color
Monochromatic Colors of #077360
Black with #077360
Text Example
Text Example
White with #077360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077360; }
p { color: rgb(7,115,96); }
H1.HeaderClassName
{
color: #077360;
}
.AnyTagClassName
{
color: #077360;
}
</style>
background-color css
<style>
a { background-color: #077360; }
a { background-color: rgb(7,115,96); }
div.DivClassName
{
background-color: #077360;
}
.BgClassName
{
background-color: #077360;
}
</style>
border-color css
<style>
span { border-color: #077360; }
span { border-color: rgb(7,115,96); }
td.TdClassName
{
border-color: #077360;
}
.TagClassName
{
border-color: #077360;
}
</style>