Shades of Tropical Rain Forest #07715D
Tints of Tropical Rain Forest #07715D
RGB
CMYK
RGB Variations
Color information
#07715D (or 0x07715D) is known color: Tropical Rain Forest. HEX triplet: 07, 71 and 5D. RGB value is (7,113,93). Sum of RGB (Red+Green+Blue) = 7+113+93=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #07715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07715D is #F88EA2. Grayscale: #4F4F4F. Windows color (decimal): -16289443 or 6123783. OLE color: 6123783.
HSL color Cylindrical-coordinate representation of color #07715D: hue angle of 168.68º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07715D is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 93 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.56 |
| HSL | 168.68º | 0.88% | 0.24% | - |
| HSV(B) | 168.68º | 0.94% | 0.44% | - |
| XYZ | 7.97 | 12.65 | 12.38 | - |
| YUV | 79.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 93 | 0.94 | 0 | 0.18 | 0.56 | 168.68 | 0.88 | 0.24 |
| Hex | 7 | 71 | 5D | 5E | 0 | 12 | 38 | A9 | 58 | 18 |
| Octal | 7 | 161 | 135 | 136 | 0 | 22 | 70 | 251 | 130 | 30 |
| Binary | 111 | 1110001 | 1011101 | 1011110 | 0 | 10010 | 111000 | 10101001 | 1011000 | 11000 |
Color Harmonies of #07715D
Complementary color
Monochromatic Colors of #07715D
Black with #07715D
Text Example
Text Example
White with #07715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07715D; }
p { color: rgb(7,113,93); }
H1.HeaderClassName
{
color: #07715D;
}
.AnyTagClassName
{
color: #07715D;
}
</style>
background-color css
<style>
a { background-color: #07715D; }
a { background-color: rgb(7,113,93); }
div.DivClassName
{
background-color: #07715D;
}
.BgClassName
{
background-color: #07715D;
}
</style>
border-color css
<style>
span { border-color: #07715D; }
span { border-color: rgb(7,113,93); }
td.TdClassName
{
border-color: #07715D;
}
.TagClassName
{
border-color: #07715D;
}
</style>