Shades of Tropical Rain Forest #08735B
Tints of Tropical Rain Forest #08735B
RGB
CMYK
RGB Variations
Color information
#08735B (or 0x08735B) is known color: Tropical Rain Forest. HEX triplet: 08, 73 and 5B. RGB value is (8,115,91). Sum of RGB (Red+Green+Blue) = 8+115+91=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #08735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08735B is #F78CA4. Grayscale: #505050. Windows color (decimal): -16223397 or 5993224. OLE color: 5993224.
HSL color Cylindrical-coordinate representation of color #08735B: hue angle of 166.54º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08735B is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 115 | 91 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.55 |
| HSL | 166.54º | 0.87% | 0.24% | - |
| HSV(B) | 166.54º | 0.93% | 0.45% | - |
| XYZ | 8.12 | 13.07 | 11.99 | - |
| YUV | 80.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 91 | 0.93 | 0 | 0.21 | 0.55 | 166.54 | 0.87 | 0.24 |
| Hex | 8 | 73 | 5B | 5D | 0 | 15 | 37 | A7 | 57 | 18 |
| Octal | 10 | 163 | 133 | 135 | 0 | 25 | 67 | 247 | 127 | 30 |
| Binary | 1000 | 1110011 | 1011011 | 1011101 | 0 | 10101 | 110111 | 10100111 | 1010111 | 11000 |
Color Harmonies of #08735B
Complementary color
Monochromatic Colors of #08735B
Black with #08735B
Text Example
Text Example
White with #08735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08735B; }
p { color: rgb(8,115,91); }
H1.HeaderClassName
{
color: #08735B;
}
.AnyTagClassName
{
color: #08735B;
}
</style>
background-color css
<style>
a { background-color: #08735B; }
a { background-color: rgb(8,115,91); }
div.DivClassName
{
background-color: #08735B;
}
.BgClassName
{
background-color: #08735B;
}
</style>
border-color css
<style>
span { border-color: #08735B; }
span { border-color: rgb(8,115,91); }
td.TdClassName
{
border-color: #08735B;
}
.TagClassName
{
border-color: #08735B;
}
</style>