#097664

Color #097664 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #097664

Tints of Tropical Rain Forest #097664

Color information

#097664 (or 0x097664) is unknown color: approx 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

RGB9118100-
CMYK0.9200.150.54
HSL170.09º85.83%24.9%-
HSV(B)170.09º92.37%46.27%-
XYZ8.8913.9414.28-
YUV83.36137.3974.96-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91181000.9200.150.54170.0985.8324.9
Hex976645C0F36aa5619
Octal111661441340176625212631
Binary10011110110110010010111000111111011010101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>