Shades of Tropical Rain Forest #00715E
Tints of Tropical Rain Forest #00715E
RGB
CMYK
RGB Variations
Color information
#00715E (or 0x00715E) is known color: Tropical Rain Forest. HEX triplet: 00, 71 and 5E. RGB value is (0,113,94). Sum of RGB (Red+Green+Blue) = 0+113+94=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #00715E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00715E is #FF8EA1. Grayscale: #4D4D4D. Windows color (decimal): -16748194 or 6189312. OLE color: 6189312.
HSL color Cylindrical-coordinate representation of color #00715E: hue angle of 169.91º 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 #00715E is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 94 | - |
| CMYK | 1 | 0 | 0.17 | 0.56 |
| HSL | 169.91º | 1% | 0.22% | - |
| HSV(B) | 169.91º | 1% | 0.44% | - |
| XYZ | 7.93 | 12.62 | 12.61 | - |
| YUV | 77.05 | 137.56 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 94 | 1 | 0 | 0.17 | 0.56 | 169.91 | 1 | 0.22 |
| Hex | 0 | 71 | 5E | 64 | 0 | 11 | 38 | AA | 64 | 16 |
| Octal | 0 | 161 | 136 | 144 | 0 | 21 | 70 | 252 | 144 | 26 |
| Binary | 0 | 1110001 | 1011110 | 1100100 | 0 | 10001 | 111000 | 10101010 | 1100100 | 10110 |
Color Harmonies of #00715E
Complementary color
Monochromatic Colors of #00715E
Black with #00715E
Text Example
Text Example
White with #00715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00715E; }
p { color: rgb(0,113,94); }
H1.HeaderClassName
{
color: #00715E;
}
.AnyTagClassName
{
color: #00715E;
}
</style>
background-color css
<style>
a { background-color: #00715E; }
a { background-color: rgb(0,113,94); }
div.DivClassName
{
background-color: #00715E;
}
.BgClassName
{
background-color: #00715E;
}
</style>
border-color css
<style>
span { border-color: #00715E; }
span { border-color: rgb(0,113,94); }
td.TdClassName
{
border-color: #00715E;
}
.TagClassName
{
border-color: #00715E;
}
</style>