Shades of Tropical Rain Forest #077C5D
Tints of Tropical Rain Forest #077C5D
RGB
CMYK
RGB Variations
Color information
#077C5D (or 0x077C5D) is known color: Tropical Rain Forest. HEX triplet: 07, 7C and 5D. RGB value is (7,124,93). Sum of RGB (Red+Green+Blue) = 7+124+93=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #077C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077C5D is #F883A2. Grayscale: #555555. Windows color (decimal): -16286627 or 6126599. OLE color: 6126599.
HSL color Cylindrical-coordinate representation of color #077C5D: hue angle of 164.1º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077C5D is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 124 | 93 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.51 |
| HSL | 164.1º | 0.89% | 0.26% | - |
| HSV(B) | 164.1º | 0.94% | 0.49% | - |
| XYZ | 9.27 | 15.25 | 12.81 | - |
| YUV | 85.48 | 132.24 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 93 | 0.94 | 0 | 0.25 | 0.51 | 164.1 | 0.89 | 0.26 |
| Hex | 7 | 7C | 5D | 5E | 0 | 19 | 33 | A4 | 59 | 1A |
| Octal | 7 | 174 | 135 | 136 | 0 | 31 | 63 | 244 | 131 | 32 |
| Binary | 111 | 1111100 | 1011101 | 1011110 | 0 | 11001 | 110011 | 10100100 | 1011001 | 11010 |
Color Harmonies of #077C5D
Complementary color
Monochromatic Colors of #077C5D
Black with #077C5D
Text Example
Text Example
White with #077C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077C5D; }
p { color: rgb(7,124,93); }
H1.HeaderClassName
{
color: #077C5D;
}
.AnyTagClassName
{
color: #077C5D;
}
</style>
background-color css
<style>
a { background-color: #077C5D; }
a { background-color: rgb(7,124,93); }
div.DivClassName
{
background-color: #077C5D;
}
.BgClassName
{
background-color: #077C5D;
}
</style>
border-color css
<style>
span { border-color: #077C5D; }
span { border-color: rgb(7,124,93); }
td.TdClassName
{
border-color: #077C5D;
}
.TagClassName
{
border-color: #077C5D;
}
</style>