Shades of Tropical Rain Forest #077B58
Tints of Tropical Rain Forest #077B58
RGB
CMYK
RGB Variations
Color information
#077B58 (or 0x077B58) is known color: Tropical Rain Forest. HEX triplet: 07, 7B and 58. RGB value is (7,123,88). Sum of RGB (Red+Green+Blue) = 7+123+88=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #077B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B58 is #F884A7. Grayscale: #545454. Windows color (decimal): -16286888 or 5798663. OLE color: 5798663.
HSL color Cylindrical-coordinate representation of color #077B58: hue angle of 161.9º 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 #077B58 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 88 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.52 |
| HSL | 161.9º | 0.89% | 0.25% | - |
| HSV(B) | 161.9º | 0.94% | 0.48% | - |
| XYZ | 8.93 | 14.92 | 11.64 | - |
| YUV | 84.33 | 130.07 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 88 | 0.94 | 0 | 0.28 | 0.52 | 161.9 | 0.89 | 0.25 |
| Hex | 7 | 7B | 58 | 5E | 0 | 1C | 34 | A2 | 59 | 19 |
| Octal | 7 | 173 | 130 | 136 | 0 | 34 | 64 | 242 | 131 | 31 |
| Binary | 111 | 1111011 | 1011000 | 1011110 | 0 | 11100 | 110100 | 10100010 | 1011001 | 11001 |
Color Harmonies of #077B58
Complementary color
Monochromatic Colors of #077B58
Black with #077B58
Text Example
Text Example
White with #077B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B58; }
p { color: rgb(7,123,88); }
H1.HeaderClassName
{
color: #077B58;
}
.AnyTagClassName
{
color: #077B58;
}
</style>
background-color css
<style>
a { background-color: #077B58; }
a { background-color: rgb(7,123,88); }
div.DivClassName
{
background-color: #077B58;
}
.BgClassName
{
background-color: #077B58;
}
</style>
border-color css
<style>
span { border-color: #077B58; }
span { border-color: rgb(7,123,88); }
td.TdClassName
{
border-color: #077B58;
}
.TagClassName
{
border-color: #077B58;
}
</style>