Html Css Color HEX #097064 Tropical Rain Forest
📋 copy color: '#097064'red 9 ◦ green 112 ◦ blue 100
Shades of Tropical Rain Forest #097064
Tints of Tropical Rain Forest #097064
RGB
CMYK
RGB Variations
Color information
#097064 (or 0x097064) is known color: Tropical Rain Forest. HEX triplet: 09, 70 and 64. RGB value is (9,112,100). Sum of RGB (Red+Green+Blue) = 9+112+100=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #097064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097064 is #F68F9B. Grayscale: #4F4F4F. Windows color (decimal): -16158620 or 6582281. OLE color: 6582281.
HSL color Cylindrical-coordinate representation of color #097064: hue angle of 173.01º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097064 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 100 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.56 |
| HSL | 173.01º | 0.85% | 0.24% | - |
| HSV(B) | 173.01º | 0.92% | 0.44% | - |
| XYZ | 8.21 | 12.57 | 14.05 | - |
| YUV | 79.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 100 | 0.92 | 0 | 0.11 | 0.56 | 173.01 | 0.85 | 0.24 |
| Hex | 9 | 70 | 64 | 5C | 0 | B | 38 | AD | 55 | 18 |
| Octal | 11 | 160 | 144 | 134 | 0 | 13 | 70 | 255 | 125 | 30 |
| Binary | 1001 | 1110000 | 1100100 | 1011100 | 0 | 1011 | 111000 | 10101101 | 1010101 | 11000 |
Color Harmonies of #097064
Complementary color
Monochromatic Colors of #097064
Black with #097064
Text Example
Text Example
White with #097064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097064; }
p { color: rgb(9,112,100); }
H1.HeaderClassName
{
color: #097064;
}
.AnyTagClassName
{
color: #097064;
}
</style>
background-color css
<style>
a { background-color: #097064; }
a { background-color: rgb(9,112,100); }
div.DivClassName
{
background-color: #097064;
}
.BgClassName
{
background-color: #097064;
}
</style>
border-color css
<style>
span { border-color: #097064; }
span { border-color: rgb(9,112,100); }
td.TdClassName
{
border-color: #097064;
}
.TagClassName
{
border-color: #097064;
}
</style>