Shades of Tropical Rain Forest #096959
Tints of Tropical Rain Forest #096959
RGB
CMYK
RGB Variations
Color information
#096959 (or 0x096959) is known color: Tropical Rain Forest. HEX triplet: 09, 69 and 59. RGB value is (9,105,89). Sum of RGB (Red+Green+Blue) = 9+105+89=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #096959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096959 is #F696A6. Grayscale: #4A4A4A. Windows color (decimal): -16160423 or 5859593. OLE color: 5859593.
HSL color Cylindrical-coordinate representation of color #096959: hue angle of 170º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096959 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 89 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.59 |
| HSL | 170º | 0.84% | 0.22% | - |
| HSV(B) | 170º | 0.91% | 0.41% | - |
| XYZ | 6.97 | 10.88 | 11.18 | - |
| YUV | 74.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 89 | 0.91 | 0 | 0.15 | 0.59 | 170 | 0.84 | 0.22 |
| Hex | 9 | 69 | 59 | 5B | 0 | F | 3B | AA | 54 | 16 |
| Octal | 11 | 151 | 131 | 133 | 0 | 17 | 73 | 252 | 124 | 26 |
| Binary | 1001 | 1101001 | 1011001 | 1011011 | 0 | 1111 | 111011 | 10101010 | 1010100 | 10110 |
Color Harmonies of #096959
Complementary color
Monochromatic Colors of #096959
Black with #096959
Text Example
Text Example
White with #096959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096959; }
p { color: rgb(9,105,89); }
H1.HeaderClassName
{
color: #096959;
}
.AnyTagClassName
{
color: #096959;
}
</style>
background-color css
<style>
a { background-color: #096959; }
a { background-color: rgb(9,105,89); }
div.DivClassName
{
background-color: #096959;
}
.BgClassName
{
background-color: #096959;
}
</style>
border-color css
<style>
span { border-color: #096959; }
span { border-color: rgb(9,105,89); }
td.TdClassName
{
border-color: #096959;
}
.TagClassName
{
border-color: #096959;
}
</style>