#097061

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

Shades of Tropical Rain Forest #097061

Tints of Tropical Rain Forest #097061

Color information

#097061 (or 0x097061) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 70 and 61. RGB value is (9,112,97). Sum of RGB (Red+Green+Blue) = 9+112+97=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #097061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097061 is #F68F9E. Grayscale: #4F4F4F. Windows color (decimal): -16158623 or 6385673. OLE color: 6385673.

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

Color convert

RGB911297-
CMYK0.9200.130.56
HSL171.26º85.12%23.73%-
HSV(B)171.26º91.96%43.92%-
XYZ8.0612.5113.3-
YUV79.49137.8877.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.13%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=4.13%
G=51.38%
B=44.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112970.9200.130.56171.2685.1223.73
Hex970615C0D38ab5518
Octal111601411340157025312530
Binary10011110000110000110111000110111100010101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097061; }

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

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

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

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

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

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

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

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