#09765A

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

Shades of Tropical Rain Forest #09765A

Tints of Tropical Rain Forest #09765A

Color information

#09765A (or 0x09765A) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 76 and 5A. RGB value is (9,118,90). Sum of RGB (Red+Green+Blue) = 9+118+90=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #09765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09765A is #F689A5. Grayscale: #525252. Windows color (decimal): -16157094 or 5928457. OLE color: 5928457.

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

Color convert

RGB911890-
CMYK0.9200.240.54
HSL164.59º85.83%24.9%-
HSV(B)164.59º92.37%46.27%-
XYZ8.4413.7511.88-
YUV82.22132.3975.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.15%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=4.15%
G=54.38%
B=41.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9118900.9200.240.54164.5985.8324.9
Hex9765A5C01836a55619
Octal111661321340306624512631
Binary100111101101011010101110001100011011010100101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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