#097464

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

Shades of Tropical Rain Forest #097464

Tints of Tropical Rain Forest #097464

Color information

#097464 (or 0x097464) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 74 and 64. RGB value is (9,116,100). Sum of RGB (Red+Green+Blue) = 9+116+100=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #097464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097464 is #F68B9B. Grayscale: #525252. Windows color (decimal): -16157596 or 6583305. OLE color: 6583305.

HSL color Cylindrical-coordinate representation of color #097464: hue angle of 171.03º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097464 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB9116100-
CMYK0.9200.140.55
HSL171.03º85.6%24.51%-
HSV(B)171.03º92.24%45.49%-
XYZ8.6613.4714.2-
YUV82.18138.0575.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 116 (45.70% from 255) = 51.56%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=4%
G=51.56%
B=44.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91161000.9200.140.55171.0385.624.51
Hex974645C0E37ab5619
Octal111641441340166725312631
Binary10011110100110010010111000111011011110101011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097464; }

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

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

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

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

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

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

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

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