Shades of Tropical Rain Forest #08715C
Tints of Tropical Rain Forest #08715C
RGB
CMYK
RGB Variations
Color information
#08715C (or 0x08715C) is known color: Tropical Rain Forest. HEX triplet: 08, 71 and 5C. RGB value is (8,113,92). Sum of RGB (Red+Green+Blue) = 8+113+92=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #08715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08715C is #F78EA3. Grayscale: #4F4F4F. Windows color (decimal): -16223908 or 6058248. OLE color: 6058248.
HSL color Cylindrical-coordinate representation of color #08715C: hue angle of 168º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08715C is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 113 | 92 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.56 |
| HSL | 168º | 0.87% | 0.24% | - |
| HSV(B) | 168º | 0.93% | 0.44% | - |
| XYZ | 7.94 | 12.63 | 12.15 | - |
| YUV | 79.21 | 135.21 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 92 | 0.93 | 0 | 0.19 | 0.56 | 168 | 0.87 | 0.24 |
| Hex | 8 | 71 | 5C | 5D | 0 | 13 | 38 | A8 | 57 | 18 |
| Octal | 10 | 161 | 134 | 135 | 0 | 23 | 70 | 250 | 127 | 30 |
| Binary | 1000 | 1110001 | 1011100 | 1011101 | 0 | 10011 | 111000 | 10101000 | 1010111 | 11000 |
Color Harmonies of #08715C
Complementary color
Monochromatic Colors of #08715C
Black with #08715C
Text Example
Text Example
White with #08715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08715C; }
p { color: rgb(8,113,92); }
H1.HeaderClassName
{
color: #08715C;
}
.AnyTagClassName
{
color: #08715C;
}
</style>
background-color css
<style>
a { background-color: #08715C; }
a { background-color: rgb(8,113,92); }
div.DivClassName
{
background-color: #08715C;
}
.BgClassName
{
background-color: #08715C;
}
</style>
border-color css
<style>
span { border-color: #08715C; }
span { border-color: rgb(8,113,92); }
td.TdClassName
{
border-color: #08715C;
}
.TagClassName
{
border-color: #08715C;
}
</style>