#09705D

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

Shades of Tropical Rain Forest #09705D

Tints of Tropical Rain Forest #09705D

Color information

#09705D (or 0x09705D) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 70 and 5D. RGB value is (9,112,93). Sum of RGB (Red+Green+Blue) = 9+112+93=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #09705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09705D is #F68FA2. Grayscale: #4F4F4F. Windows color (decimal): -16158627 or 6123529. OLE color: 6123529.

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

Color convert

RGB911293-
CMYK0.9200.170.56
HSL168.93º85.12%23.73%-
HSV(B)168.93º91.96%43.92%-
XYZ7.8812.4412.34-
YUV79.04135.8878.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 112 (44.14% from 255) = 52.34%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=4.21%
G=52.34%
B=43.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112930.9200.170.56168.9385.1223.73
Hex9705D5C01138a95518
Octal111601351340217025112530
Binary100111100001011101101110001000111100010101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09705D; }

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

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

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

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

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

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

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

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