Shades of Tropical Rain Forest #096D5E
Tints of Tropical Rain Forest #096D5E
RGB
CMYK
RGB Variations
Color information
#096D5E (or 0x096D5E) is known color: Tropical Rain Forest. HEX triplet: 09, 6D and 5E. RGB value is (9,109,94). Sum of RGB (Red+Green+Blue) = 9+109+94=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #096D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D5E is #F692A1. Grayscale: #4D4D4D. Windows color (decimal): -16159394 or 6188297. OLE color: 6188297.
HSL color Cylindrical-coordinate representation of color #096D5E: hue angle of 171º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D5E is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 109 | 94 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.57 |
| HSL | 171º | 0.85% | 0.23% | - |
| HSV(B) | 171º | 0.92% | 0.43% | - |
| XYZ | 7.6 | 11.8 | 12.47 | - |
| YUV | 77.39 | 137.37 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 94 | 0.92 | 0 | 0.14 | 0.57 | 171 | 0.85 | 0.23 |
| Hex | 9 | 6D | 5E | 5C | 0 | E | 39 | AB | 55 | 17 |
| Octal | 11 | 155 | 136 | 134 | 0 | 16 | 71 | 253 | 125 | 27 |
| Binary | 1001 | 1101101 | 1011110 | 1011100 | 0 | 1110 | 111001 | 10101011 | 1010101 | 10111 |
Color Harmonies of #096D5E
Complementary color
Monochromatic Colors of #096D5E
Black with #096D5E
Text Example
Text Example
White with #096D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D5E; }
p { color: rgb(9,109,94); }
H1.HeaderClassName
{
color: #096D5E;
}
.AnyTagClassName
{
color: #096D5E;
}
</style>
background-color css
<style>
a { background-color: #096D5E; }
a { background-color: rgb(9,109,94); }
div.DivClassName
{
background-color: #096D5E;
}
.BgClassName
{
background-color: #096D5E;
}
</style>
border-color css
<style>
span { border-color: #096D5E; }
span { border-color: rgb(9,109,94); }
td.TdClassName
{
border-color: #096D5E;
}
.TagClassName
{
border-color: #096D5E;
}
</style>