#097460

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

Shades of Tropical Rain Forest #097460

Tints of Tropical Rain Forest #097460

Color information

#097460 (or 0x097460) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 74 and 60. RGB value is (9,116,96). Sum of RGB (Red+Green+Blue) = 9+116+96=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #097460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097460 is #F68B9F. Grayscale: #515151. Windows color (decimal): -16157600 or 6321161. OLE color: 6321161.

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

Color convert

RGB911696-
CMYK0.9200.170.55
HSL168.79º85.6%24.51%-
HSV(B)168.79º92.24%45.49%-
XYZ8.4713.3913.21-
YUV81.73136.0576.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=4.07%
G=52.49%
B=43.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9116960.9200.170.55168.7985.624.51
Hex974605C01137a95619
Octal111641401340216725112631
Binary100111101001100000101110001000111011110101001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097460; }

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

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

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

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

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

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

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

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