Shades of Tropical Rain Forest #09725B
Tints of Tropical Rain Forest #09725B
RGB
CMYK
RGB Variations
Color information
#09725B (or 0x09725B) is known color: Tropical Rain Forest. HEX triplet: 09, 72 and 5B. RGB value is (9,114,91). Sum of RGB (Red+Green+Blue) = 9+114+91=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #09725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09725B is #F68DA4. Grayscale: #4F4F4F. Windows color (decimal): -16158117 or 5992969. OLE color: 5992969.
HSL color Cylindrical-coordinate representation of color #09725B: hue angle of 166.86º 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 #09725B is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 114 | 91 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.55 |
| HSL | 166.86º | 0.85% | 0.24% | - |
| HSV(B) | 166.86º | 0.92% | 0.45% | - |
| XYZ | 8.02 | 12.85 | 11.95 | - |
| YUV | 79.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 91 | 0.92 | 0 | 0.20 | 0.55 | 166.86 | 0.85 | 0.24 |
| Hex | 9 | 72 | 5B | 5C | 0 | 14 | 37 | A7 | 55 | 18 |
| Octal | 11 | 162 | 133 | 134 | 0 | 24 | 67 | 247 | 125 | 30 |
| Binary | 1001 | 1110010 | 1011011 | 1011100 | 0 | 10100 | 110111 | 10100111 | 1010101 | 11000 |
Color Harmonies of #09725B
Complementary color
Monochromatic Colors of #09725B
Black with #09725B
Text Example
Text Example
White with #09725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09725B; }
p { color: rgb(9,114,91); }
H1.HeaderClassName
{
color: #09725B;
}
.AnyTagClassName
{
color: #09725B;
}
</style>
background-color css
<style>
a { background-color: #09725B; }
a { background-color: rgb(9,114,91); }
div.DivClassName
{
background-color: #09725B;
}
.BgClassName
{
background-color: #09725B;
}
</style>
border-color css
<style>
span { border-color: #09725B; }
span { border-color: rgb(9,114,91); }
td.TdClassName
{
border-color: #09725B;
}
.TagClassName
{
border-color: #09725B;
}
</style>