Shades of Tropical Rain Forest #08735A
Tints of Tropical Rain Forest #08735A
RGB
CMYK
RGB Variations
Color information
#08735A (or 0x08735A) is known color: Tropical Rain Forest. HEX triplet: 08, 73 and 5A. RGB value is (8,115,90). Sum of RGB (Red+Green+Blue) = 8+115+90=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #08735A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08735A is #F78CA5. Grayscale: #505050. Windows color (decimal): -16223398 or 5927688. OLE color: 5927688.
HSL color Cylindrical-coordinate representation of color #08735A: hue angle of 165.98º 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 #08735A is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 115 | 90 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.55 |
| HSL | 165.98º | 0.87% | 0.24% | - |
| HSV(B) | 165.98º | 0.93% | 0.45% | - |
| XYZ | 8.08 | 13.05 | 11.77 | - |
| YUV | 80.16 | 133.55 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 90 | 0.93 | 0 | 0.22 | 0.55 | 165.98 | 0.87 | 0.24 |
| Hex | 8 | 73 | 5A | 5D | 0 | 16 | 37 | A6 | 57 | 18 |
| Octal | 10 | 163 | 132 | 135 | 0 | 26 | 67 | 246 | 127 | 30 |
| Binary | 1000 | 1110011 | 1011010 | 1011101 | 0 | 10110 | 110111 | 10100110 | 1010111 | 11000 |
Color Harmonies of #08735A
Complementary color
Monochromatic Colors of #08735A
Black with #08735A
Text Example
Text Example
White with #08735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08735A; }
p { color: rgb(8,115,90); }
H1.HeaderClassName
{
color: #08735A;
}
.AnyTagClassName
{
color: #08735A;
}
</style>
background-color css
<style>
a { background-color: #08735A; }
a { background-color: rgb(8,115,90); }
div.DivClassName
{
background-color: #08735A;
}
.BgClassName
{
background-color: #08735A;
}
</style>
border-color css
<style>
span { border-color: #08735A; }
span { border-color: rgb(8,115,90); }
td.TdClassName
{
border-color: #08735A;
}
.TagClassName
{
border-color: #08735A;
}
</style>