Html Css Color HEX #077E64 Tropical Rain Forest
📋 copy color: '#077E64'red 7 ◦ green 126 ◦ blue 100
Shades of Tropical Rain Forest #077E64
Tints of Tropical Rain Forest #077E64
RGB
CMYK
RGB Variations
Color information
#077E64 (or 0x077E64) is known color: Tropical Rain Forest. HEX triplet: 07, 7E and 64. RGB value is (7,126,100). Sum of RGB (Red+Green+Blue) = 7+126+100=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #077E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077E64 is #F8819B. Grayscale: #575757. Windows color (decimal): -16286108 or 6585863. OLE color: 6585863.
HSL color Cylindrical-coordinate representation of color #077E64: hue angle of 166.89º 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 #077E64 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 126 | 100 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.51 |
| HSL | 166.89º | 0.89% | 0.26% | - |
| HSV(B) | 166.89º | 0.94% | 0.49% | - |
| XYZ | 9.85 | 15.89 | 14.6 | - |
| YUV | 87.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 100 | 0.94 | 0 | 0.21 | 0.51 | 166.89 | 0.89 | 0.26 |
| Hex | 7 | 7E | 64 | 5E | 0 | 15 | 33 | A7 | 59 | 1A |
| Octal | 7 | 176 | 144 | 136 | 0 | 25 | 63 | 247 | 131 | 32 |
| Binary | 111 | 1111110 | 1100100 | 1011110 | 0 | 10101 | 110011 | 10100111 | 1011001 | 11010 |
Color Harmonies of #077E64
Complementary color
Monochromatic Colors of #077E64
Black with #077E64
Text Example
Text Example
White with #077E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E64; }
p { color: rgb(7,126,100); }
H1.HeaderClassName
{
color: #077E64;
}
.AnyTagClassName
{
color: #077E64;
}
</style>
background-color css
<style>
a { background-color: #077E64; }
a { background-color: rgb(7,126,100); }
div.DivClassName
{
background-color: #077E64;
}
.BgClassName
{
background-color: #077E64;
}
</style>
border-color css
<style>
span { border-color: #077E64; }
span { border-color: rgb(7,126,100); }
td.TdClassName
{
border-color: #077E64;
}
.TagClassName
{
border-color: #077E64;
}
</style>