Shades of Tropical Rain Forest #08705C
Tints of Tropical Rain Forest #08705C
RGB
CMYK
RGB Variations
Color information
#08705C (or 0x08705C) is known color: Tropical Rain Forest. HEX triplet: 08, 70 and 5C. RGB value is (8,112,92). Sum of RGB (Red+Green+Blue) = 8+112+92=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #08705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08705C is #F78FA3. Grayscale: #4E4E4E. Windows color (decimal): -16224164 or 6057992. OLE color: 6057992.
HSL color Cylindrical-coordinate representation of color #08705C: hue angle of 168.46º 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 #08705C is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 92 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.56 |
| HSL | 168.46º | 0.87% | 0.24% | - |
| HSV(B) | 168.46º | 0.93% | 0.44% | - |
| XYZ | 7.83 | 12.41 | 12.11 | - |
| YUV | 78.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 92 | 0.93 | 0 | 0.18 | 0.56 | 168.46 | 0.87 | 0.24 |
| Hex | 8 | 70 | 5C | 5D | 0 | 12 | 38 | A8 | 57 | 18 |
| Octal | 10 | 160 | 134 | 135 | 0 | 22 | 70 | 250 | 127 | 30 |
| Binary | 1000 | 1110000 | 1011100 | 1011101 | 0 | 10010 | 111000 | 10101000 | 1010111 | 11000 |
Color Harmonies of #08705C
Complementary color
Monochromatic Colors of #08705C
Black with #08705C
Text Example
Text Example
White with #08705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08705C; }
p { color: rgb(8,112,92); }
H1.HeaderClassName
{
color: #08705C;
}
.AnyTagClassName
{
color: #08705C;
}
</style>
background-color css
<style>
a { background-color: #08705C; }
a { background-color: rgb(8,112,92); }
div.DivClassName
{
background-color: #08705C;
}
.BgClassName
{
background-color: #08705C;
}
</style>
border-color css
<style>
span { border-color: #08705C; }
span { border-color: rgb(8,112,92); }
td.TdClassName
{
border-color: #08705C;
}
.TagClassName
{
border-color: #08705C;
}
</style>