Html Css Color HEX #097165 Tropical Rain Forest

📋 copy color: '#097165'

red 9 ◦ green 113 ◦ blue 101

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

Shades of Tropical Rain Forest #097165

Tints of Tropical Rain Forest #097165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.67%

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

R = 4.04%
G = 50.67%
B = 45.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#097165 (or 0x097165) is known color: Tropical Rain Forest. HEX triplet: 09, 71 and 65. RGB value is (9,113,101). Sum of RGB (Red+Green+Blue) = 9+113+101=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #097165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097165 is #F68E9A. Grayscale: #505050. Windows color (decimal): -16158363 or 6648073. OLE color: 6648073.

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

Color convert

RGB 9 113 101 -
CMYK 0.92 0 0.11 0.56
HSL 173.08º 0.85% 0.24% -
HSV(B) 173.08º 0.92% 0.44% -
XYZ 8.37 12.81 14.34 -
YUV 80.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 9 113 101 0.92 0 0.11 0.56 173.08 0.85 0.24
Hex 9 71 65 5C 0 B 38 AD 55 18
Octal 11 161 145 134 0 13 70 255 125 30
Binary 1001 1110001 1100101 1011100 0 1011 111000 10101101 1010101 11000

Color Harmonies of #097165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097165

Black with #097165

Text Example


Text Example

White with #097165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097165; }

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

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

background-color css

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

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

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

border-color css

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

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

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