Shades of Tropical Rain Forest #096B5B
Tints of Tropical Rain Forest #096B5B
RGB
CMYK
RGB Variations
Color information
#096B5B (or 0x096B5B) is known color: Tropical Rain Forest. HEX triplet: 09, 6B and 5B. RGB value is (9,107,91). Sum of RGB (Red+Green+Blue) = 9+107+91=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #096B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B5B is #F694A4. Grayscale: #4B4B4B. Windows color (decimal): -16159909 or 5991177. OLE color: 5991177.
HSL color Cylindrical-coordinate representation of color #096B5B: hue angle of 170.2º degrees, saturation: 0.84, 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 #096B5B is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 107 | 91 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.58 |
| HSL | 170.2º | 0.84% | 0.23% | - |
| HSV(B) | 170.2º | 0.92% | 0.42% | - |
| XYZ | 7.26 | 11.33 | 11.7 | - |
| YUV | 75.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 91 | 0.92 | 0 | 0.15 | 0.58 | 170.2 | 0.84 | 0.23 |
| Hex | 9 | 6B | 5B | 5C | 0 | F | 3A | AA | 54 | 17 |
| Octal | 11 | 153 | 133 | 134 | 0 | 17 | 72 | 252 | 124 | 27 |
| Binary | 1001 | 1101011 | 1011011 | 1011100 | 0 | 1111 | 111010 | 10101010 | 1010100 | 10111 |
Color Harmonies of #096B5B
Complementary color
Monochromatic Colors of #096B5B
Black with #096B5B
Text Example
Text Example
White with #096B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B5B; }
p { color: rgb(9,107,91); }
H1.HeaderClassName
{
color: #096B5B;
}
.AnyTagClassName
{
color: #096B5B;
}
</style>
background-color css
<style>
a { background-color: #096B5B; }
a { background-color: rgb(9,107,91); }
div.DivClassName
{
background-color: #096B5B;
}
.BgClassName
{
background-color: #096B5B;
}
</style>
border-color css
<style>
span { border-color: #096B5B; }
span { border-color: rgb(9,107,91); }
td.TdClassName
{
border-color: #096B5B;
}
.TagClassName
{
border-color: #096B5B;
}
</style>