Html Css Color HEX #097365 Tropical Rain Forest

📋 copy color: '#097365'

red 9 ◦ green 115 ◦ blue 101

#097365
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #097365

Tints of Tropical Rain Forest #097365

RGB

 RED value IS 9 (3.91% from 255) = 4%

 GREEN value IS 115 (45.31% from 255) = 51.11%

 BLUE value IS 101 (39.84% from 255) = 44.89%

R = 4%
G = 51.11%
B = 44.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#097365 (or 0x097365) is known color: Tropical Rain Forest. HEX triplet: 09, 73 and 65. RGB value is (9,115,101). Sum of RGB (Red+Green+Blue) = 9+115+101=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #097365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097365 is #F68C9A. Grayscale: #515151. Windows color (decimal): -16157851 or 6648585. OLE color: 6648585.

HSL color Cylindrical-coordinate representation of color #097365: hue angle of 172.08º 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 #097365 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 115 101 -
CMYK 0.92 0 0.12 0.55
HSL 172.08º 0.85% 0.24% -
HSV(B) 172.08º 0.92% 0.45% -
XYZ 8.59 13.26 14.42 -
YUV 81.71 138.88 76.14 -
System Red Green Blue C M Y K H S L
Decimal 9 115 101 0.92 0 0.12 0.55 172.08 0.85 0.24
Hex 9 73 65 5C 0 C 37 AC 55 18
Octal 11 163 145 134 0 14 67 254 125 30
Binary 1001 1110011 1100101 1011100 0 1100 110111 10101100 1010101 11000

Color Harmonies of #097365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097365

Black with #097365

Text Example


Text Example

White with #097365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097365; }

 p { color: rgb(9,115,101); }

 H1.HeaderClassName
 {
   color: #097365;
 }
 .AnyTagClassName
 {
   color: #097365;
 }
</style>

background-color css

<style>
 a { background-color: #097365; }

 a { background-color: rgb(9,115,101); }

 div.DivClassName
 {
   background-color: #097365;
 }
 .BgClassName
 {
   background-color: #097365;
 }
</style>

border-color css

<style>
 span { border-color: #097365; }

 span { border-color: rgb(9,115,101); }

 td.TdClassName
 {
   border-color: #097365;
 }
 .TagClassName
 {
   border-color: #097365;
 }
</style>