Shades of Tropical Rain Forest #09705B
Tints of Tropical Rain Forest #09705B
RGB
CMYK
RGB Variations
Color information
#09705B (or 0x09705B) is known color: Tropical Rain Forest. HEX triplet: 09, 70 and 5B. RGB value is (9,112,91). Sum of RGB (Red+Green+Blue) = 9+112+91=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #09705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09705B is #F68FA4. Grayscale: #4E4E4E. Windows color (decimal): -16158629 or 5992457. OLE color: 5992457.
HSL color Cylindrical-coordinate representation of color #09705B: hue angle of 167.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09705B is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 91 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.56 |
| HSL | 167.77º | 0.85% | 0.24% | - |
| HSV(B) | 167.77º | 0.92% | 0.44% | - |
| XYZ | 7.8 | 12.4 | 11.88 | - |
| YUV | 78.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 91 | 0.92 | 0 | 0.19 | 0.56 | 167.77 | 0.85 | 0.24 |
| Hex | 9 | 70 | 5B | 5C | 0 | 13 | 38 | A8 | 55 | 18 |
| Octal | 11 | 160 | 133 | 134 | 0 | 23 | 70 | 250 | 125 | 30 |
| Binary | 1001 | 1110000 | 1011011 | 1011100 | 0 | 10011 | 111000 | 10101000 | 1010101 | 11000 |
Color Harmonies of #09705B
Complementary color
Monochromatic Colors of #09705B
Black with #09705B
Text Example
Text Example
White with #09705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09705B; }
p { color: rgb(9,112,91); }
H1.HeaderClassName
{
color: #09705B;
}
.AnyTagClassName
{
color: #09705B;
}
</style>
background-color css
<style>
a { background-color: #09705B; }
a { background-color: rgb(9,112,91); }
div.DivClassName
{
background-color: #09705B;
}
.BgClassName
{
background-color: #09705B;
}
</style>
border-color css
<style>
span { border-color: #09705B; }
span { border-color: rgb(9,112,91); }
td.TdClassName
{
border-color: #09705B;
}
.TagClassName
{
border-color: #09705B;
}
</style>