#097060

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

Shades of Tropical Rain Forest #097060

Tints of Tropical Rain Forest #097060

Color information

#097060 (or 0x097060) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 70 and 60. RGB value is (9,112,96). Sum of RGB (Red+Green+Blue) = 9+112+96=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #097060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097060 is #F68F9F. Grayscale: #4F4F4F. Windows color (decimal): -16158624 or 6320137. OLE color: 6320137.

HSL color Cylindrical-coordinate representation of color #097060: hue angle of 170.68º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097060 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB911296-
CMYK0.9200.140.56
HSL170.68º85.12%23.73%-
HSV(B)170.68º91.96%43.92%-
XYZ8.0212.4913.05-
YUV79.38137.3877.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.15%
GREEN value IS 112 (44.14% from 255) = 51.61%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=4.15%
G=51.61%
B=44.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112960.9200.140.56170.6885.1223.73
Hex970605C0E38ab5518
Octal111601401340167025312530
Binary10011110000110000010111000111011100010101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097060; }

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

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

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

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

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

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

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

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