Shades of Tropical Rain Forest #096C60
Tints of Tropical Rain Forest #096C60
RGB
CMYK
RGB Variations
Color information
#096C60 (or 0x096C60) is known color: Tropical Rain Forest. HEX triplet: 09, 6C and 60. RGB value is (9,108,96). Sum of RGB (Red+Green+Blue) = 9+108+96=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #096C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C60 is #F6939F. Grayscale: #4C4C4C. Windows color (decimal): -16159648 or 6319113. OLE color: 6319113.
HSL color Cylindrical-coordinate representation of color #096C60: hue angle of 172.73º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096C60 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 108 | 96 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.58 |
| HSL | 172.73º | 0.85% | 0.23% | - |
| HSV(B) | 172.73º | 0.92% | 0.42% | - |
| XYZ | 7.59 | 11.63 | 12.91 | - |
| YUV | 77.03 | 138.7 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 96 | 0.92 | 0 | 0.11 | 0.58 | 172.73 | 0.85 | 0.23 |
| Hex | 9 | 6C | 60 | 5C | 0 | B | 3A | AD | 55 | 17 |
| Octal | 11 | 154 | 140 | 134 | 0 | 13 | 72 | 255 | 125 | 27 |
| Binary | 1001 | 1101100 | 1100000 | 1011100 | 0 | 1011 | 111010 | 10101101 | 1010101 | 10111 |
Color Harmonies of #096C60
Complementary color
Monochromatic Colors of #096C60
Black with #096C60
Text Example
Text Example
White with #096C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C60; }
p { color: rgb(9,108,96); }
H1.HeaderClassName
{
color: #096C60;
}
.AnyTagClassName
{
color: #096C60;
}
</style>
background-color css
<style>
a { background-color: #096C60; }
a { background-color: rgb(9,108,96); }
div.DivClassName
{
background-color: #096C60;
}
.BgClassName
{
background-color: #096C60;
}
</style>
border-color css
<style>
span { border-color: #096C60; }
span { border-color: rgb(9,108,96); }
td.TdClassName
{
border-color: #096C60;
}
.TagClassName
{
border-color: #096C60;
}
</style>