#09765D

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

Shades of Tropical Rain Forest #09765D

Tints of Tropical Rain Forest #09765D

Color information

#09765D (or 0x09765D) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 76 and 5D. RGB value is (9,118,93). Sum of RGB (Red+Green+Blue) = 9+118+93=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #09765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09765D is #F689A2. Grayscale: #525252. Windows color (decimal): -16157091 or 6125065. OLE color: 6125065.

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

Color convert

RGB911893-
CMYK0.9200.210.54
HSL166.24º85.83%24.9%-
HSV(B)166.24º92.37%46.27%-
XYZ8.5713.8112.57-
YUV82.56133.8975.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 118 (46.48% from 255) = 53.64%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=4.09%
G=53.64%
B=42.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9118930.9200.210.54166.2485.8324.9
Hex9765D5C01536a65619
Octal111661351340256624612631
Binary100111101101011101101110001010111011010100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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