#077565

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

Shades of Tropical Rain Forest #077565

Tints of Tropical Rain Forest #077565

Color information

#077565 (or 0x077565) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 75 and 65. RGB value is (7,117,101). Sum of RGB (Red+Green+Blue) = 7+117+101=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #077565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077565 is #F88A9A. Grayscale: #525252. Windows color (decimal): -16288411 or 6649095. OLE color: 6649095.

HSL color Cylindrical-coordinate representation of color #077565: hue angle of 171.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077565 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB7117101-
CMYK0.9400.140.54
HSL171.27º88.71%24.31%-
HSV(B)171.27º94.02%45.88%-
XYZ8.813.7114.49-
YUV82.29138.5674.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.11%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=3.11%
G=52%
B=44.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71171010.9400.140.54171.2788.7124.31
Hex775655E0E36ab5918
Octal71651451360166625313130
Binary1111110101110010110111100111011011010101011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077565; }

 p { color: rgb(7,117,101); }

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

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

 a { background-color: rgb(7,117,101); }

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

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

 span { border-color: rgb(7,117,101); }

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