Shades of Tropical Rain Forest #08705B
Tints of Tropical Rain Forest #08705B
RGB
CMYK
RGB Variations
Color information
#08705B (or 0x08705B) is known color: Tropical Rain Forest. HEX triplet: 08, 70 and 5B. RGB value is (8,112,91). Sum of RGB (Red+Green+Blue) = 8+112+91=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #08705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08705B is #F78FA4. Grayscale: #4E4E4E. Windows color (decimal): -16224165 or 5992456. OLE color: 5992456.
HSL color Cylindrical-coordinate representation of color #08705B: hue angle of 167.88º 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 #08705B is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 91 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.56 |
| HSL | 167.88º | 0.87% | 0.24% | - |
| HSV(B) | 167.88º | 0.93% | 0.44% | - |
| XYZ | 7.78 | 12.4 | 11.88 | - |
| YUV | 78.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 91 | 0.93 | 0 | 0.19 | 0.56 | 167.88 | 0.87 | 0.24 |
| Hex | 8 | 70 | 5B | 5D | 0 | 13 | 38 | A8 | 57 | 18 |
| Octal | 10 | 160 | 133 | 135 | 0 | 23 | 70 | 250 | 127 | 30 |
| Binary | 1000 | 1110000 | 1011011 | 1011101 | 0 | 10011 | 111000 | 10101000 | 1010111 | 11000 |
Color Harmonies of #08705B
Complementary color
Monochromatic Colors of #08705B
Black with #08705B
Text Example
Text Example
White with #08705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08705B; }
p { color: rgb(8,112,91); }
H1.HeaderClassName
{
color: #08705B;
}
.AnyTagClassName
{
color: #08705B;
}
</style>
background-color css
<style>
a { background-color: #08705B; }
a { background-color: rgb(8,112,91); }
div.DivClassName
{
background-color: #08705B;
}
.BgClassName
{
background-color: #08705B;
}
</style>
border-color css
<style>
span { border-color: #08705B; }
span { border-color: rgb(8,112,91); }
td.TdClassName
{
border-color: #08705B;
}
.TagClassName
{
border-color: #08705B;
}
</style>