Html Css Color HEX #097665 Tropical Rain Forest
📋 copy color: '#097665'red 9 ◦ green 118 ◦ blue 101
Shades of Tropical Rain Forest #097665
Tints of Tropical Rain Forest #097665
RGB
CMYK
RGB Variations
Color information
#097665 (or 0x097665) is known color: Tropical Rain Forest. HEX triplet: 09, 76 and 65. RGB value is (9,118,101). Sum of RGB (Red+Green+Blue) = 9+118+101=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #097665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097665 is #F6899A. Grayscale: #535353. Windows color (decimal): -16157083 or 6649353. OLE color: 6649353.
HSL color Cylindrical-coordinate representation of color #097665: hue angle of 170.64º 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 #097665 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 101 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.54 |
| HSL | 170.64º | 0.86% | 0.25% | - |
| HSV(B) | 170.64º | 0.92% | 0.46% | - |
| XYZ | 8.94 | 13.95 | 14.53 | - |
| YUV | 83.47 | 137.89 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 101 | 0.92 | 0 | 0.14 | 0.54 | 170.64 | 0.86 | 0.25 |
| Hex | 9 | 76 | 65 | 5C | 0 | E | 36 | AB | 56 | 19 |
| Octal | 11 | 166 | 145 | 134 | 0 | 16 | 66 | 253 | 126 | 31 |
| Binary | 1001 | 1110110 | 1100101 | 1011100 | 0 | 1110 | 110110 | 10101011 | 1010110 | 11001 |
Color Harmonies of #097665
Complementary color
Monochromatic Colors of #097665
Black with #097665
Text Example
Text Example
White with #097665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097665; }
p { color: rgb(9,118,101); }
H1.HeaderClassName
{
color: #097665;
}
.AnyTagClassName
{
color: #097665;
}
</style>
background-color css
<style>
a { background-color: #097665; }
a { background-color: rgb(9,118,101); }
div.DivClassName
{
background-color: #097665;
}
.BgClassName
{
background-color: #097665;
}
</style>
border-color css
<style>
span { border-color: #097665; }
span { border-color: rgb(9,118,101); }
td.TdClassName
{
border-color: #097665;
}
.TagClassName
{
border-color: #097665;
}
</style>