Shades of Tropical Rain Forest #007157
Tints of Tropical Rain Forest #007157
RGB
CMYK
RGB Variations
Color information
#007157 (or 0x007157) is known color: Tropical Rain Forest. HEX triplet: 00, 71 and 57. RGB value is (0,113,87). Sum of RGB (Red+Green+Blue) = 0+113+87=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #007157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007157 is #FF8EA8. Grayscale: #4C4C4C. Windows color (decimal): -16748201 or 5730560. OLE color: 5730560.
HSL color Cylindrical-coordinate representation of color #007157: hue angle of 166.19º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007157 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 87 | - |
| CMYK | 1 | 0 | 0.23 | 0.56 |
| HSL | 166.19º | 1% | 0.22% | - |
| HSV(B) | 166.19º | 1% | 0.44% | - |
| XYZ | 7.63 | 12.5 | 11.03 | - |
| YUV | 76.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 87 | 1 | 0 | 0.23 | 0.56 | 166.19 | 1 | 0.22 |
| Hex | 0 | 71 | 57 | 64 | 0 | 17 | 38 | A6 | 64 | 16 |
| Octal | 0 | 161 | 127 | 144 | 0 | 27 | 70 | 246 | 144 | 26 |
| Binary | 0 | 1110001 | 1010111 | 1100100 | 0 | 10111 | 111000 | 10100110 | 1100100 | 10110 |
Color Harmonies of #007157
Complementary color
Monochromatic Colors of #007157
Black with #007157
Text Example
Text Example
White with #007157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007157; }
p { color: rgb(0,113,87); }
H1.HeaderClassName
{
color: #007157;
}
.AnyTagClassName
{
color: #007157;
}
</style>
background-color css
<style>
a { background-color: #007157; }
a { background-color: rgb(0,113,87); }
div.DivClassName
{
background-color: #007157;
}
.BgClassName
{
background-color: #007157;
}
</style>
border-color css
<style>
span { border-color: #007157; }
span { border-color: rgb(0,113,87); }
td.TdClassName
{
border-color: #007157;
}
.TagClassName
{
border-color: #007157;
}
</style>