Shades of Tropical Rain Forest #077D5D
Tints of Tropical Rain Forest #077D5D
RGB
CMYK
RGB Variations
Color information
#077D5D (or 0x077D5D) is known color: Tropical Rain Forest. HEX triplet: 07, 7D and 5D. RGB value is (7,125,93). Sum of RGB (Red+Green+Blue) = 7+125+93=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #077D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077D5D is #F882A2. Grayscale: #565656. Windows color (decimal): -16286371 or 6126855. OLE color: 6126855.
HSL color Cylindrical-coordinate representation of color #077D5D: hue angle of 163.73º 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 #077D5D is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 125 | 93 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.51 |
| HSL | 163.73º | 0.89% | 0.26% | - |
| HSV(B) | 163.73º | 0.94% | 0.49% | - |
| XYZ | 9.4 | 15.5 | 12.85 | - |
| YUV | 86.07 | 131.91 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 93 | 0.94 | 0 | 0.26 | 0.51 | 163.73 | 0.89 | 0.26 |
| Hex | 7 | 7D | 5D | 5E | 0 | 1A | 33 | A4 | 59 | 1A |
| Octal | 7 | 175 | 135 | 136 | 0 | 32 | 63 | 244 | 131 | 32 |
| Binary | 111 | 1111101 | 1011101 | 1011110 | 0 | 11010 | 110011 | 10100100 | 1011001 | 11010 |
Color Harmonies of #077D5D
Complementary color
Monochromatic Colors of #077D5D
Black with #077D5D
Text Example
Text Example
White with #077D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077D5D; }
p { color: rgb(7,125,93); }
H1.HeaderClassName
{
color: #077D5D;
}
.AnyTagClassName
{
color: #077D5D;
}
</style>
background-color css
<style>
a { background-color: #077D5D; }
a { background-color: rgb(7,125,93); }
div.DivClassName
{
background-color: #077D5D;
}
.BgClassName
{
background-color: #077D5D;
}
</style>
border-color css
<style>
span { border-color: #077D5D; }
span { border-color: rgb(7,125,93); }
td.TdClassName
{
border-color: #077D5D;
}
.TagClassName
{
border-color: #077D5D;
}
</style>