#097560

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

Shades of Tropical Rain Forest #097560

Tints of Tropical Rain Forest #097560

Color information

#097560 (or 0x097560) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 75 and 60. RGB value is (9,117,96). Sum of RGB (Red+Green+Blue) = 9+117+96=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #097560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097560 is #F68A9F. Grayscale: #525252. Windows color (decimal): -16157344 or 6321417. OLE color: 6321417.

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

Color convert

RGB911796-
CMYK0.9200.180.54
HSL168.33º85.71%24.71%-
HSV(B)168.33º92.31%45.88%-
XYZ8.5913.6313.24-
YUV82.31135.7275.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.05%
GREEN value IS 117 (46.09% from 255) = 52.70%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=4.05%
G=52.70%
B=43.24%

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
Decimal9117960.9200.180.54168.3385.7124.71
Hex975605C01236a85619
Octal111651401340226625012631
Binary100111101011100000101110001001011011010101000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097560; }

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

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

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

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

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

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

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

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