Shades of Tropical Rain Forest #09755D
Tints of Tropical Rain Forest #09755D
RGB
CMYK
RGB Variations
Color information
#09755D (or 0x09755D) is known color: Tropical Rain Forest. HEX triplet: 09, 75 and 5D. RGB value is (9,117,93). Sum of RGB (Red+Green+Blue) = 9+117+93=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #09755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09755D is #F68AA2. Grayscale: #515151. Windows color (decimal): -16157347 or 6124809. OLE color: 6124809.
HSL color Cylindrical-coordinate representation of color #09755D: hue angle of 166.67º 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 #09755D is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 93 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.54 |
| HSL | 166.67º | 0.86% | 0.25% | - |
| HSV(B) | 166.67º | 0.92% | 0.46% | - |
| XYZ | 8.45 | 13.57 | 12.53 | - |
| YUV | 81.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 93 | 0.92 | 0 | 0.21 | 0.54 | 166.67 | 0.86 | 0.25 |
| Hex | 9 | 75 | 5D | 5C | 0 | 15 | 36 | A7 | 56 | 19 |
| Octal | 11 | 165 | 135 | 134 | 0 | 25 | 66 | 247 | 126 | 31 |
| Binary | 1001 | 1110101 | 1011101 | 1011100 | 0 | 10101 | 110110 | 10100111 | 1010110 | 11001 |
Color Harmonies of #09755D
Complementary color
Monochromatic Colors of #09755D
Black with #09755D
Text Example
Text Example
White with #09755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09755D; }
p { color: rgb(9,117,93); }
H1.HeaderClassName
{
color: #09755D;
}
.AnyTagClassName
{
color: #09755D;
}
</style>
background-color css
<style>
a { background-color: #09755D; }
a { background-color: rgb(9,117,93); }
div.DivClassName
{
background-color: #09755D;
}
.BgClassName
{
background-color: #09755D;
}
</style>
border-color css
<style>
span { border-color: #09755D; }
span { border-color: rgb(9,117,93); }
td.TdClassName
{
border-color: #09755D;
}
.TagClassName
{
border-color: #09755D;
}
</style>