#09775D

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

Shades of Tropical Rain Forest #09775D

Tints of Tropical Rain Forest #09775D

Color information

#09775D (or 0x09775D) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 77 and 5D. RGB value is (9,119,93). Sum of RGB (Red+Green+Blue) = 9+119+93=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #09775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09775D is #F688A2. Grayscale: #535353. Windows color (decimal): -16156835 or 6125321. OLE color: 6125321.

HSL color Cylindrical-coordinate representation of color #09775D: hue angle of 165.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09775D is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB911993-
CMYK0.9200.220.53
HSL165.82º85.94%25.1%-
HSV(B)165.82º92.44%46.67%-
XYZ8.6914.0412.61-
YUV83.15133.5675.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=4.07%
G=53.85%
B=42.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9119930.9200.220.53165.8285.9425.1
Hex9775D5C01635a65619
Octal111671351340266524612631
Binary100111101111011101101110001011011010110100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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