#097161

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

Shades of Tropical Rain Forest #097161

Tints of Tropical Rain Forest #097161

Color information

#097161 (or 0x097161) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 71 and 61. RGB value is (9,113,97). Sum of RGB (Red+Green+Blue) = 9+113+97=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #097161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097161 is #F68E9E. Grayscale: #505050. Windows color (decimal): -16158367 or 6385929. OLE color: 6385929.

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

Color convert

RGB911397-
CMYK0.9200.140.56
HSL170.77º85.25%23.92%-
HSV(B)170.77º92.04%44.31%-
XYZ8.1812.7313.34-
YUV80.08137.5477.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=4.11%
G=51.60%
B=44.29%

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
Decimal9113970.9200.140.56170.7785.2523.92
Hex971615C0E38ab5518
Octal111611411340167025312530
Binary10011110001110000110111000111011100010101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097161; }

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

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

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

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

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

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

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

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