Shades of Tropical Rain Forest #09725D
Tints of Tropical Rain Forest #09725D
RGB
CMYK
RGB Variations
Color information
#09725D (or 0x09725D) is known color: Tropical Rain Forest. HEX triplet: 09, 72 and 5D. RGB value is (9,114,93). Sum of RGB (Red+Green+Blue) = 9+114+93=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #09725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09725D is #F68DA2. Grayscale: #505050. Windows color (decimal): -16158115 or 6124041. OLE color: 6124041.
HSL color Cylindrical-coordinate representation of color #09725D: hue angle of 168º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09725D is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 114 | 93 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.55 |
| HSL | 168º | 0.85% | 0.24% | - |
| HSV(B) | 168º | 0.92% | 0.45% | - |
| XYZ | 8.11 | 12.88 | 12.42 | - |
| YUV | 80.21 | 135.21 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 93 | 0.92 | 0 | 0.18 | 0.55 | 168 | 0.85 | 0.24 |
| Hex | 9 | 72 | 5D | 5C | 0 | 12 | 37 | A8 | 55 | 18 |
| Octal | 11 | 162 | 135 | 134 | 0 | 22 | 67 | 250 | 125 | 30 |
| Binary | 1001 | 1110010 | 1011101 | 1011100 | 0 | 10010 | 110111 | 10101000 | 1010101 | 11000 |
Color Harmonies of #09725D
Complementary color
Monochromatic Colors of #09725D
Black with #09725D
Text Example
Text Example
White with #09725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09725D; }
p { color: rgb(9,114,93); }
H1.HeaderClassName
{
color: #09725D;
}
.AnyTagClassName
{
color: #09725D;
}
</style>
background-color css
<style>
a { background-color: #09725D; }
a { background-color: rgb(9,114,93); }
div.DivClassName
{
background-color: #09725D;
}
.BgClassName
{
background-color: #09725D;
}
</style>
border-color css
<style>
span { border-color: #09725D; }
span { border-color: rgb(9,114,93); }
td.TdClassName
{
border-color: #09725D;
}
.TagClassName
{
border-color: #09725D;
}
</style>