Html Css Color HEX #097565 Tropical Rain Forest

📋 copy color: '#097565'

red 9 ◦ green 117 ◦ blue 101

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

Shades of Tropical Rain Forest #097565

Tints of Tropical Rain Forest #097565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.54%

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

R = 3.96%
G = 51.54%
B = 44.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#097565 (or 0x097565) is known color: Tropical Rain Forest. HEX triplet: 09, 75 and 65. RGB value is (9,117,101). Sum of RGB (Red+Green+Blue) = 9+117+101=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #097565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097565 is #F68A9A. Grayscale: #525252. Windows color (decimal): -16157339 or 6649097. OLE color: 6649097.

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

Color convert

RGB 9 117 101 -
CMYK 0.92 0 0.14 0.54
HSL 171.11º 0.86% 0.25% -
HSV(B) 171.11º 0.92% 0.46% -
XYZ 8.82 13.72 14.5 -
YUV 82.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 9 117 101 0.92 0 0.14 0.54 171.11 0.86 0.25
Hex 9 75 65 5C 0 E 36 AB 56 19
Octal 11 165 145 134 0 16 66 253 126 31
Binary 1001 1110101 1100101 1011100 0 1110 110110 10101011 1010110 11001

Color Harmonies of #097565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097565

Black with #097565

Text Example


Text Example

White with #097565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097565; }

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

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

background-color css

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

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

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

border-color css

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

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

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