Shades of Tropical Rain Forest #09785A
Tints of Tropical Rain Forest #09785A
RGB
CMYK
RGB Variations
Color information
#09785A (or 0x09785A) is known color: Tropical Rain Forest. HEX triplet: 09, 78 and 5A. RGB value is (9,120,90). Sum of RGB (Red+Green+Blue) = 9+120+90=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #09785A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09785A is #F687A5. Grayscale: #535353. Windows color (decimal): -16156582 or 5928969. OLE color: 5928969.
HSL color Cylindrical-coordinate representation of color #09785A: hue angle of 163.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09785A is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 120 | 90 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.53 |
| HSL | 163.78º | 0.86% | 0.25% | - |
| HSV(B) | 163.78º | 0.93% | 0.47% | - |
| XYZ | 8.67 | 14.23 | 11.96 | - |
| YUV | 83.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 90 | 0.92 | 0 | 0.25 | 0.53 | 163.78 | 0.86 | 0.25 |
| Hex | 9 | 78 | 5A | 5C | 0 | 19 | 35 | A4 | 56 | 19 |
| Octal | 11 | 170 | 132 | 134 | 0 | 31 | 65 | 244 | 126 | 31 |
| Binary | 1001 | 1111000 | 1011010 | 1011100 | 0 | 11001 | 110101 | 10100100 | 1010110 | 11001 |
Color Harmonies of #09785A
Complementary color
Monochromatic Colors of #09785A
Black with #09785A
Text Example
Text Example
White with #09785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09785A; }
p { color: rgb(9,120,90); }
H1.HeaderClassName
{
color: #09785A;
}
.AnyTagClassName
{
color: #09785A;
}
</style>
background-color css
<style>
a { background-color: #09785A; }
a { background-color: rgb(9,120,90); }
div.DivClassName
{
background-color: #09785A;
}
.BgClassName
{
background-color: #09785A;
}
</style>
border-color css
<style>
span { border-color: #09785A; }
span { border-color: rgb(9,120,90); }
td.TdClassName
{
border-color: #09785A;
}
.TagClassName
{
border-color: #09785A;
}
</style>