Html Css Color HEX #097364 Tropical Rain Forest
📋 copy color: '#097364'red 9 ◦ green 115 ◦ blue 100
Shades of Tropical Rain Forest #097364
Tints of Tropical Rain Forest #097364
RGB
CMYK
RGB Variations
Color information
#097364 (or 0x097364) is known color: Tropical Rain Forest. HEX triplet: 09, 73 and 64. RGB value is (9,115,100). Sum of RGB (Red+Green+Blue) = 9+115+100=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #097364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097364 is #F68C9B. Grayscale: #515151. Windows color (decimal): -16157852 or 6583049. OLE color: 6583049.
HSL color Cylindrical-coordinate representation of color #097364: hue angle of 171.51º 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 #097364 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 100 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.55 |
| HSL | 171.51º | 0.85% | 0.24% | - |
| HSV(B) | 171.51º | 0.92% | 0.45% | - |
| XYZ | 8.54 | 13.24 | 14.16 | - |
| YUV | 81.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 100 | 0.92 | 0 | 0.13 | 0.55 | 171.51 | 0.85 | 0.24 |
| Hex | 9 | 73 | 64 | 5C | 0 | D | 37 | AC | 55 | 18 |
| Octal | 11 | 163 | 144 | 134 | 0 | 15 | 67 | 254 | 125 | 30 |
| Binary | 1001 | 1110011 | 1100100 | 1011100 | 0 | 1101 | 110111 | 10101100 | 1010101 | 11000 |
Color Harmonies of #097364
Complementary color
Monochromatic Colors of #097364
Black with #097364
Text Example
Text Example
White with #097364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097364; }
p { color: rgb(9,115,100); }
H1.HeaderClassName
{
color: #097364;
}
.AnyTagClassName
{
color: #097364;
}
</style>
background-color css
<style>
a { background-color: #097364; }
a { background-color: rgb(9,115,100); }
div.DivClassName
{
background-color: #097364;
}
.BgClassName
{
background-color: #097364;
}
</style>
border-color css
<style>
span { border-color: #097364; }
span { border-color: rgb(9,115,100); }
td.TdClassName
{
border-color: #097364;
}
.TagClassName
{
border-color: #097364;
}
</style>