Shades of Tropical Rain Forest #08705D
Tints of Tropical Rain Forest #08705D
RGB
CMYK
RGB Variations
Color information
#08705D (or 0x08705D) is known color: Tropical Rain Forest. HEX triplet: 08, 70 and 5D. RGB value is (8,112,93). Sum of RGB (Red+Green+Blue) = 8+112+93=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #08705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08705D is #F78FA2. Grayscale: #4E4E4E. Windows color (decimal): -16224163 or 6123528. OLE color: 6123528.
HSL color Cylindrical-coordinate representation of color #08705D: hue angle of 169.04º 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 #08705D is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 93 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.56 |
| HSL | 169.04º | 0.87% | 0.24% | - |
| HSV(B) | 169.04º | 0.93% | 0.44% | - |
| XYZ | 7.87 | 12.43 | 12.34 | - |
| YUV | 78.74 | 136.04 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 93 | 0.93 | 0 | 0.17 | 0.56 | 169.04 | 0.87 | 0.24 |
| Hex | 8 | 70 | 5D | 5D | 0 | 11 | 38 | A9 | 57 | 18 |
| Octal | 10 | 160 | 135 | 135 | 0 | 21 | 70 | 251 | 127 | 30 |
| Binary | 1000 | 1110000 | 1011101 | 1011101 | 0 | 10001 | 111000 | 10101001 | 1010111 | 11000 |
Color Harmonies of #08705D
Complementary color
Monochromatic Colors of #08705D
Black with #08705D
Text Example
Text Example
White with #08705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08705D; }
p { color: rgb(8,112,93); }
H1.HeaderClassName
{
color: #08705D;
}
.AnyTagClassName
{
color: #08705D;
}
</style>
background-color css
<style>
a { background-color: #08705D; }
a { background-color: rgb(8,112,93); }
div.DivClassName
{
background-color: #08705D;
}
.BgClassName
{
background-color: #08705D;
}
</style>
border-color css
<style>
span { border-color: #08705D; }
span { border-color: rgb(8,112,93); }
td.TdClassName
{
border-color: #08705D;
}
.TagClassName
{
border-color: #08705D;
}
</style>