Html Css Color HEX #097564 Tropical Rain Forest
📋 copy color: '#097564'red 9 ◦ green 117 ◦ blue 100
Shades of Tropical Rain Forest #097564
Tints of Tropical Rain Forest #097564
RGB
CMYK
RGB Variations
Color information
#097564 (or 0x097564) is known color: Tropical Rain Forest. HEX triplet: 09, 75 and 64. RGB value is (9,117,100). Sum of RGB (Red+Green+Blue) = 9+117+100=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #097564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097564 is #F68A9B. Grayscale: #525252. Windows color (decimal): -16157340 or 6583561. OLE color: 6583561.
HSL color Cylindrical-coordinate representation of color #097564: hue angle of 170.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097564 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 100 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.54 |
| HSL | 170.56º | 0.86% | 0.25% | - |
| HSV(B) | 170.56º | 0.92% | 0.46% | - |
| XYZ | 8.77 | 13.7 | 14.24 | - |
| YUV | 82.77 | 137.72 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 100 | 0.92 | 0 | 0.15 | 0.54 | 170.56 | 0.86 | 0.25 |
| Hex | 9 | 75 | 64 | 5C | 0 | F | 36 | AB | 56 | 19 |
| Octal | 11 | 165 | 144 | 134 | 0 | 17 | 66 | 253 | 126 | 31 |
| Binary | 1001 | 1110101 | 1100100 | 1011100 | 0 | 1111 | 110110 | 10101011 | 1010110 | 11001 |
Color Harmonies of #097564
Complementary color
Monochromatic Colors of #097564
Black with #097564
Text Example
Text Example
White with #097564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097564; }
p { color: rgb(9,117,100); }
H1.HeaderClassName
{
color: #097564;
}
.AnyTagClassName
{
color: #097564;
}
</style>
background-color css
<style>
a { background-color: #097564; }
a { background-color: rgb(9,117,100); }
div.DivClassName
{
background-color: #097564;
}
.BgClassName
{
background-color: #097564;
}
</style>
border-color css
<style>
span { border-color: #097564; }
span { border-color: rgb(9,117,100); }
td.TdClassName
{
border-color: #097564;
}
.TagClassName
{
border-color: #097564;
}
</style>