Html Css Color HEX #097C65 Tropical Rain Forest
📋 copy color: '#097C65'red 9 ◦ green 124 ◦ blue 101
Shades of Tropical Rain Forest #097C65
Tints of Tropical Rain Forest #097C65
RGB
CMYK
RGB Variations
Color information
#097C65 (or 0x097C65) is known color: Tropical Rain Forest. HEX triplet: 09, 7C and 65. RGB value is (9,124,101). Sum of RGB (Red+Green+Blue) = 9+124+101=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 124 (48.83% from 255 or 52.99% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 124 - color contains mainly: green. Hex color #097C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097C65 is #F6839A. Grayscale: #565656. Windows color (decimal): -16155547 or 6650889. OLE color: 6650889.
HSL color Cylindrical-coordinate representation of color #097C65: hue angle of 168º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097C65 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 124 | 101 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.51 |
| HSL | 168º | 0.86% | 0.26% | - |
| HSV(B) | 168º | 0.93% | 0.49% | - |
| XYZ | 9.67 | 15.41 | 14.78 | - |
| YUV | 86.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 101 | 0.93 | 0 | 0.19 | 0.51 | 168 | 0.86 | 0.26 |
| Hex | 9 | 7C | 65 | 5D | 0 | 13 | 33 | A8 | 56 | 1A |
| Octal | 11 | 174 | 145 | 135 | 0 | 23 | 63 | 250 | 126 | 32 |
| Binary | 1001 | 1111100 | 1100101 | 1011101 | 0 | 10011 | 110011 | 10101000 | 1010110 | 11010 |
Color Harmonies of #097C65
Complementary color
Monochromatic Colors of #097C65
Black with #097C65
Text Example
Text Example
White with #097C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C65; }
p { color: rgb(9,124,101); }
H1.HeaderClassName
{
color: #097C65;
}
.AnyTagClassName
{
color: #097C65;
}
</style>
background-color css
<style>
a { background-color: #097C65; }
a { background-color: rgb(9,124,101); }
div.DivClassName
{
background-color: #097C65;
}
.BgClassName
{
background-color: #097C65;
}
</style>
border-color css
<style>
span { border-color: #097C65; }
span { border-color: rgb(9,124,101); }
td.TdClassName
{
border-color: #097C65;
}
.TagClassName
{
border-color: #097C65;
}
</style>