#097660

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

Shades of Tropical Rain Forest #097660

Tints of Tropical Rain Forest #097660

Color information

#097660 (or 0x097660) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 76 and 60. RGB value is (9,118,96). Sum of RGB (Red+Green+Blue) = 9+118+96=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #097660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097660 is #F6899F. Grayscale: #525252. Windows color (decimal): -16157088 or 6321673. OLE color: 6321673.

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

Color convert

RGB911896-
CMYK0.9200.190.54
HSL167.89º85.83%24.9%-
HSV(B)167.89º92.37%46.27%-
XYZ8.713.8613.28-
YUV82.9135.3975.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 118 (46.48% from 255) = 52.91%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=4.04%
G=52.91%
B=43.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9118960.9200.190.54167.8985.8324.9
Hex976605C01336a85619
Octal111661401340236625012631
Binary100111101101100000101110001001111011010101000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097660; }

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

 H1.HeaderClassName
 {
   color: #097660;
 }
 .AnyTagClassName
 {
   color: #097660;
 }
</style>
background-color css

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

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

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

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

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

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