Shades of Tropical Rain Forest #007E5A
Tints of Tropical Rain Forest #007E5A
RGB
CMYK
RGB Variations
Color information
#007E5A (or 0x007E5A) is known color: Tropical Rain Forest. HEX triplet: 00, 7E and 5A. RGB value is (0,126,90). Sum of RGB (Red+Green+Blue) = 0+126+90=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 126 (49.61% from 255 or 58.33% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 126 - color contains mainly: green. Hex color #007E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007E5A is #FF81A5. Grayscale: #545454. Windows color (decimal): -16744870 or 5930496. OLE color: 5930496.
HSL color Cylindrical-coordinate representation of color #007E5A: hue angle of 162.86º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E5A is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 90 | - |
| CMYK | 1 | 0 | 0.29 | 0.51 |
| HSL | 162.86º | 1% | 0.25% | - |
| HSV(B) | 162.86º | 1% | 0.49% | - |
| XYZ | 9.31 | 15.66 | 12.21 | - |
| YUV | 84.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 90 | 1 | 0 | 0.29 | 0.51 | 162.86 | 1 | 0.25 |
| Hex | 0 | 7E | 5A | 64 | 0 | 1D | 33 | A3 | 64 | 19 |
| Octal | 0 | 176 | 132 | 144 | 0 | 35 | 63 | 243 | 144 | 31 |
| Binary | 0 | 1111110 | 1011010 | 1100100 | 0 | 11101 | 110011 | 10100011 | 1100100 | 11001 |
Color Harmonies of #007E5A
Complementary color
Monochromatic Colors of #007E5A
Black with #007E5A
Text Example
Text Example
White with #007E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E5A; }
p { color: rgb(0,126,90); }
H1.HeaderClassName
{
color: #007E5A;
}
.AnyTagClassName
{
color: #007E5A;
}
</style>
background-color css
<style>
a { background-color: #007E5A; }
a { background-color: rgb(0,126,90); }
div.DivClassName
{
background-color: #007E5A;
}
.BgClassName
{
background-color: #007E5A;
}
</style>
border-color css
<style>
span { border-color: #007E5A; }
span { border-color: rgb(0,126,90); }
td.TdClassName
{
border-color: #007E5A;
}
.TagClassName
{
border-color: #007E5A;
}
</style>