Shades of Tropical Rain Forest #077B5E
Tints of Tropical Rain Forest #077B5E
RGB
CMYK
RGB Variations
Color information
#077B5E (or 0x077B5E) is known color: Tropical Rain Forest. HEX triplet: 07, 7B and 5E. RGB value is (7,123,94). Sum of RGB (Red+Green+Blue) = 7+123+94=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 123 (48.44% from 255 or 54.91% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 123 - color contains mainly: green. Hex color #077B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B5E is #F884A1. Grayscale: #555555. Windows color (decimal): -16286882 or 6191879. OLE color: 6191879.
HSL color Cylindrical-coordinate representation of color #077B5E: hue angle of 165º 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 #077B5E is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 94 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.52 |
| HSL | 165º | 0.89% | 0.25% | - |
| HSV(B) | 165º | 0.94% | 0.48% | - |
| XYZ | 9.19 | 15.02 | 13 | - |
| YUV | 85.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 94 | 0.94 | 0 | 0.24 | 0.52 | 165 | 0.89 | 0.25 |
| Hex | 7 | 7B | 5E | 5E | 0 | 18 | 34 | A5 | 59 | 19 |
| Octal | 7 | 173 | 136 | 136 | 0 | 30 | 64 | 245 | 131 | 31 |
| Binary | 111 | 1111011 | 1011110 | 1011110 | 0 | 11000 | 110100 | 10100101 | 1011001 | 11001 |
Color Harmonies of #077B5E
Complementary color
Monochromatic Colors of #077B5E
Black with #077B5E
Text Example
Text Example
White with #077B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B5E; }
p { color: rgb(7,123,94); }
H1.HeaderClassName
{
color: #077B5E;
}
.AnyTagClassName
{
color: #077B5E;
}
</style>
background-color css
<style>
a { background-color: #077B5E; }
a { background-color: rgb(7,123,94); }
div.DivClassName
{
background-color: #077B5E;
}
.BgClassName
{
background-color: #077B5E;
}
</style>
border-color css
<style>
span { border-color: #077B5E; }
span { border-color: rgb(7,123,94); }
td.TdClassName
{
border-color: #077B5E;
}
.TagClassName
{
border-color: #077B5E;
}
</style>