Shades of Tropical Rain Forest #09755E
Tints of Tropical Rain Forest #09755E
RGB
CMYK
RGB Variations
Color information
#09755E (or 0x09755E) is known color: Tropical Rain Forest. HEX triplet: 09, 75 and 5E. RGB value is (9,117,94). Sum of RGB (Red+Green+Blue) = 9+117+94=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #09755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09755E is #F68AA1. Grayscale: #525252. Windows color (decimal): -16157346 or 6190345. OLE color: 6190345.
HSL color Cylindrical-coordinate representation of color #09755E: hue angle of 167.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09755E is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 94 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.54 |
| HSL | 167.22º | 0.86% | 0.25% | - |
| HSV(B) | 167.22º | 0.92% | 0.46% | - |
| XYZ | 8.49 | 13.59 | 12.76 | - |
| YUV | 82.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 94 | 0.92 | 0 | 0.20 | 0.54 | 167.22 | 0.86 | 0.25 |
| Hex | 9 | 75 | 5E | 5C | 0 | 14 | 36 | A7 | 56 | 19 |
| Octal | 11 | 165 | 136 | 134 | 0 | 24 | 66 | 247 | 126 | 31 |
| Binary | 1001 | 1110101 | 1011110 | 1011100 | 0 | 10100 | 110110 | 10100111 | 1010110 | 11001 |
Color Harmonies of #09755E
Complementary color
Monochromatic Colors of #09755E
Black with #09755E
Text Example
Text Example
White with #09755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09755E; }
p { color: rgb(9,117,94); }
H1.HeaderClassName
{
color: #09755E;
}
.AnyTagClassName
{
color: #09755E;
}
</style>
background-color css
<style>
a { background-color: #09755E; }
a { background-color: rgb(9,117,94); }
div.DivClassName
{
background-color: #09755E;
}
.BgClassName
{
background-color: #09755E;
}
</style>
border-color css
<style>
span { border-color: #09755E; }
span { border-color: rgb(9,117,94); }
td.TdClassName
{
border-color: #09755E;
}
.TagClassName
{
border-color: #09755E;
}
</style>