Shades of Tropical Rain Forest #077B57
Tints of Tropical Rain Forest #077B57
RGB
CMYK
RGB Variations
Color information
#077B57 (or 0x077B57) is known color: Tropical Rain Forest. HEX triplet: 07, 7B and 57. RGB value is (7,123,87). Sum of RGB (Red+Green+Blue) = 7+123+87=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #077B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B57 is #F884A8. Grayscale: #545454. Windows color (decimal): -16286889 or 5733127. OLE color: 5733127.
HSL color Cylindrical-coordinate representation of color #077B57: hue angle of 161.38º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B57 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 87 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.52 |
| HSL | 161.38º | 0.89% | 0.25% | - |
| HSV(B) | 161.38º | 0.94% | 0.48% | - |
| XYZ | 8.89 | 14.9 | 11.42 | - |
| YUV | 84.21 | 129.57 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 87 | 0.94 | 0 | 0.29 | 0.52 | 161.38 | 0.89 | 0.25 |
| Hex | 7 | 7B | 57 | 5E | 0 | 1D | 34 | A1 | 59 | 19 |
| Octal | 7 | 173 | 127 | 136 | 0 | 35 | 64 | 241 | 131 | 31 |
| Binary | 111 | 1111011 | 1010111 | 1011110 | 0 | 11101 | 110100 | 10100001 | 1011001 | 11001 |
Color Harmonies of #077B57
Complementary color
Monochromatic Colors of #077B57
Black with #077B57
Text Example
Text Example
White with #077B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B57; }
p { color: rgb(7,123,87); }
H1.HeaderClassName
{
color: #077B57;
}
.AnyTagClassName
{
color: #077B57;
}
</style>
background-color css
<style>
a { background-color: #077B57; }
a { background-color: rgb(7,123,87); }
div.DivClassName
{
background-color: #077B57;
}
.BgClassName
{
background-color: #077B57;
}
</style>
border-color css
<style>
span { border-color: #077B57; }
span { border-color: rgb(7,123,87); }
td.TdClassName
{
border-color: #077B57;
}
.TagClassName
{
border-color: #077B57;
}
</style>