Html Css Color HEX #097265 Tropical Rain Forest
📋 copy color: '#097265'red 9 ◦ green 114 ◦ blue 101
Shades of Tropical Rain Forest #097265
Tints of Tropical Rain Forest #097265
RGB
CMYK
RGB Variations
Color information
#097265 (or 0x097265) is known color: Tropical Rain Forest. HEX triplet: 09, 72 and 65. RGB value is (9,114,101). Sum of RGB (Red+Green+Blue) = 9+114+101=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #097265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097265 is #F68D9A. Grayscale: #515151. Windows color (decimal): -16158107 or 6648329. OLE color: 6648329.
HSL color Cylindrical-coordinate representation of color #097265: hue angle of 172.57º 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 #097265 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 114 | 101 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.55 |
| HSL | 172.57º | 0.85% | 0.24% | - |
| HSV(B) | 172.57º | 0.92% | 0.45% | - |
| XYZ | 8.48 | 13.03 | 14.38 | - |
| YUV | 81.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 101 | 0.92 | 0 | 0.11 | 0.55 | 172.57 | 0.85 | 0.24 |
| Hex | 9 | 72 | 65 | 5C | 0 | B | 37 | AD | 55 | 18 |
| Octal | 11 | 162 | 145 | 134 | 0 | 13 | 67 | 255 | 125 | 30 |
| Binary | 1001 | 1110010 | 1100101 | 1011100 | 0 | 1011 | 110111 | 10101101 | 1010101 | 11000 |
Color Harmonies of #097265
Complementary color
Monochromatic Colors of #097265
Black with #097265
Text Example
Text Example
White with #097265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097265; }
p { color: rgb(9,114,101); }
H1.HeaderClassName
{
color: #097265;
}
.AnyTagClassName
{
color: #097265;
}
</style>
background-color css
<style>
a { background-color: #097265; }
a { background-color: rgb(9,114,101); }
div.DivClassName
{
background-color: #097265;
}
.BgClassName
{
background-color: #097265;
}
</style>
border-color css
<style>
span { border-color: #097265; }
span { border-color: rgb(9,114,101); }
td.TdClassName
{
border-color: #097265;
}
.TagClassName
{
border-color: #097265;
}
</style>