Shades of Tropical Rain Forest #007C55
Tints of Tropical Rain Forest #007C55
RGB
CMYK
RGB Variations
Color information
#007C55 (or 0x007C55) is known color: Tropical Rain Forest. HEX triplet: 00, 7C and 55. RGB value is (0,124,85). Sum of RGB (Red+Green+Blue) = 0+124+85=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 124 (48.83% from 255 or 59.33% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 124 - color contains mainly: green. Hex color #007C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007C55 is #FF83AA. Grayscale: #525252. Windows color (decimal): -16745387 or 5602304. OLE color: 5602304.
HSL color Cylindrical-coordinate representation of color #007C55: hue angle of 161.13º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C55 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 124 | 85 | - |
| CMYK | 1 | 0 | 0.31 | 0.51 |
| HSL | 161.13º | 1% | 0.24% | - |
| HSV(B) | 161.13º | 1% | 0.49% | - |
| XYZ | 8.85 | 15.07 | 11.04 | - |
| YUV | 82.48 | 129.42 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 85 | 1 | 0 | 0.31 | 0.51 | 161.13 | 1 | 0.24 |
| Hex | 0 | 7C | 55 | 64 | 0 | 1F | 33 | A1 | 64 | 18 |
| Octal | 0 | 174 | 125 | 144 | 0 | 37 | 63 | 241 | 144 | 30 |
| Binary | 0 | 1111100 | 1010101 | 1100100 | 0 | 11111 | 110011 | 10100001 | 1100100 | 11000 |
Color Harmonies of #007C55
Complementary color
Monochromatic Colors of #007C55
Black with #007C55
Text Example
Text Example
White with #007C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007C55; }
p { color: rgb(0,124,85); }
H1.HeaderClassName
{
color: #007C55;
}
.AnyTagClassName
{
color: #007C55;
}
</style>
background-color css
<style>
a { background-color: #007C55; }
a { background-color: rgb(0,124,85); }
div.DivClassName
{
background-color: #007C55;
}
.BgClassName
{
background-color: #007C55;
}
</style>
border-color css
<style>
span { border-color: #007C55; }
span { border-color: rgb(0,124,85); }
td.TdClassName
{
border-color: #007C55;
}
.TagClassName
{
border-color: #007C55;
}
</style>