Html Css Color HEX #097664 Tropical Rain Forest

📋 copy color: '#097664'

red 9 ◦ green 118 ◦ blue 100

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

Shades of Tropical Rain Forest #097664

Tints of Tropical Rain Forest #097664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.98%

 BLUE value IS 100 (39.45% from 255) = 44.05%

R = 3.96%
G = 51.98%
B = 44.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#097664 (or 0x097664) is known color: Tropical Rain Forest. HEX triplet: 09, 76 and 64. RGB value is (9,118,100). Sum of RGB (Red+Green+Blue) = 9+118+100=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #097664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097664 is #F6899B. Grayscale: #535353. Windows color (decimal): -16157084 or 6583817. OLE color: 6583817.

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

Color convert

RGB 9 118 100 -
CMYK 0.92 0 0.15 0.54
HSL 170.09º 0.86% 0.25% -
HSV(B) 170.09º 0.92% 0.46% -
XYZ 8.89 13.94 14.28 -
YUV 83.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 9 118 100 0.92 0 0.15 0.54 170.09 0.86 0.25
Hex 9 76 64 5C 0 F 36 AA 56 19
Octal 11 166 144 134 0 17 66 252 126 31
Binary 1001 1110110 1100100 1011100 0 1111 110110 10101010 1010110 11001

Color Harmonies of #097664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097664

Black with #097664

Text Example


Text Example

White with #097664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097664; }

 p { color: rgb(9,118,100); }

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

background-color css

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

 a { background-color: rgb(9,118,100); }

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

border-color css

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

 span { border-color: rgb(9,118,100); }

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