Shades of Tropical Rain Forest #07715C
Tints of Tropical Rain Forest #07715C
RGB
CMYK
RGB Variations
Color information
#07715C (or 0x07715C) is known color: Tropical Rain Forest. HEX triplet: 07, 71 and 5C. RGB value is (7,113,92). Sum of RGB (Red+Green+Blue) = 7+113+92=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #07715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07715C is #F88EA3. Grayscale: #4E4E4E. Windows color (decimal): -16289444 or 6058247. OLE color: 6058247.
HSL color Cylindrical-coordinate representation of color #07715C: hue angle of 168.11º 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 #07715C is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 113 | 92 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.56 |
| HSL | 168.11º | 0.88% | 0.24% | - |
| HSV(B) | 168.11º | 0.94% | 0.44% | - |
| XYZ | 7.92 | 12.63 | 12.15 | - |
| YUV | 78.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 92 | 0.94 | 0 | 0.19 | 0.56 | 168.11 | 0.88 | 0.24 |
| Hex | 7 | 71 | 5C | 5E | 0 | 13 | 38 | A8 | 58 | 18 |
| Octal | 7 | 161 | 134 | 136 | 0 | 23 | 70 | 250 | 130 | 30 |
| Binary | 111 | 1110001 | 1011100 | 1011110 | 0 | 10011 | 111000 | 10101000 | 1011000 | 11000 |
Color Harmonies of #07715C
Complementary color
Monochromatic Colors of #07715C
Black with #07715C
Text Example
Text Example
White with #07715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07715C; }
p { color: rgb(7,113,92); }
H1.HeaderClassName
{
color: #07715C;
}
.AnyTagClassName
{
color: #07715C;
}
</style>
background-color css
<style>
a { background-color: #07715C; }
a { background-color: rgb(7,113,92); }
div.DivClassName
{
background-color: #07715C;
}
.BgClassName
{
background-color: #07715C;
}
</style>
border-color css
<style>
span { border-color: #07715C; }
span { border-color: rgb(7,113,92); }
td.TdClassName
{
border-color: #07715C;
}
.TagClassName
{
border-color: #07715C;
}
</style>