Shades of Tropical Rain Forest #09745D
Tints of Tropical Rain Forest #09745D
RGB
CMYK
RGB Variations
Color information
#09745D (or 0x09745D) is known color: Tropical Rain Forest. HEX triplet: 09, 74 and 5D. RGB value is (9,116,93). Sum of RGB (Red+Green+Blue) = 9+116+93=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #09745D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09745D is #F68BA2. Grayscale: #515151. Windows color (decimal): -16157603 or 6124553. OLE color: 6124553.
HSL color Cylindrical-coordinate representation of color #09745D: hue angle of 167.1º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09745D is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 93 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.55 |
| HSL | 167.1º | 0.86% | 0.25% | - |
| HSV(B) | 167.1º | 0.92% | 0.45% | - |
| XYZ | 8.33 | 13.34 | 12.49 | - |
| YUV | 81.39 | 134.55 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 93 | 0.92 | 0 | 0.20 | 0.55 | 167.1 | 0.86 | 0.25 |
| Hex | 9 | 74 | 5D | 5C | 0 | 14 | 37 | A7 | 56 | 19 |
| Octal | 11 | 164 | 135 | 134 | 0 | 24 | 67 | 247 | 126 | 31 |
| Binary | 1001 | 1110100 | 1011101 | 1011100 | 0 | 10100 | 110111 | 10100111 | 1010110 | 11001 |
Color Harmonies of #09745D
Complementary color
Monochromatic Colors of #09745D
Black with #09745D
Text Example
Text Example
White with #09745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09745D; }
p { color: rgb(9,116,93); }
H1.HeaderClassName
{
color: #09745D;
}
.AnyTagClassName
{
color: #09745D;
}
</style>
background-color css
<style>
a { background-color: #09745D; }
a { background-color: rgb(9,116,93); }
div.DivClassName
{
background-color: #09745D;
}
.BgClassName
{
background-color: #09745D;
}
</style>
border-color css
<style>
span { border-color: #09745D; }
span { border-color: rgb(9,116,93); }
td.TdClassName
{
border-color: #09745D;
}
.TagClassName
{
border-color: #09745D;
}
</style>