#097661

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

Shades of Tropical Rain Forest #097661

Tints of Tropical Rain Forest #097661

Color information

#097661 (or 0x097661) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 76 and 61. RGB value is (9,118,97). Sum of RGB (Red+Green+Blue) = 9+118+97=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #097661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097661 is #F6899E. Grayscale: #525252. Windows color (decimal): -16157087 or 6387209. OLE color: 6387209.

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

Color convert

RGB911897-
CMYK0.9200.180.54
HSL168.44º85.83%24.9%-
HSV(B)168.44º92.37%46.27%-
XYZ8.7513.8813.53-
YUV83.01135.8975.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 118 (46.48% from 255) = 52.68%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=4.02%
G=52.68%
B=43.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9118970.9200.180.54168.4485.8324.9
Hex976615C01236a85619
Octal111661411340226625012631
Binary100111101101100001101110001001011011010101000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097661; }

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

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

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

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

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

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

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

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