Shades of Tropical Rain Forest #097262
Tints of Tropical Rain Forest #097262
RGB
CMYK
RGB Variations
Color information
#097262 (or 0x097262) is known color: Tropical Rain Forest. HEX triplet: 09, 72 and 62. RGB value is (9,114,98). Sum of RGB (Red+Green+Blue) = 9+114+98=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #097262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097262 is #F68D9D. Grayscale: #505050. Windows color (decimal): -16158110 or 6451721. OLE color: 6451721.
HSL color Cylindrical-coordinate representation of color #097262: hue angle of 170.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 #097262 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 114 | 98 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.55 |
| HSL | 170.86º | 0.85% | 0.24% | - |
| HSV(B) | 170.86º | 0.92% | 0.45% | - |
| XYZ | 8.33 | 12.97 | 13.62 | - |
| YUV | 80.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 98 | 0.92 | 0 | 0.14 | 0.55 | 170.86 | 0.85 | 0.24 |
| Hex | 9 | 72 | 62 | 5C | 0 | E | 37 | AB | 55 | 18 |
| Octal | 11 | 162 | 142 | 134 | 0 | 16 | 67 | 253 | 125 | 30 |
| Binary | 1001 | 1110010 | 1100010 | 1011100 | 0 | 1110 | 110111 | 10101011 | 1010101 | 11000 |
Color Harmonies of #097262
Complementary color
Monochromatic Colors of #097262
Black with #097262
Text Example
Text Example
White with #097262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097262; }
p { color: rgb(9,114,98); }
H1.HeaderClassName
{
color: #097262;
}
.AnyTagClassName
{
color: #097262;
}
</style>
background-color css
<style>
a { background-color: #097262; }
a { background-color: rgb(9,114,98); }
div.DivClassName
{
background-color: #097262;
}
.BgClassName
{
background-color: #097262;
}
</style>
border-color css
<style>
span { border-color: #097262; }
span { border-color: rgb(9,114,98); }
td.TdClassName
{
border-color: #097262;
}
.TagClassName
{
border-color: #097262;
}
</style>