#077559

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

Shades of Tropical Rain Forest #077559

Tints of Tropical Rain Forest #077559

Color information

#077559 (or 0x077559) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 75 and 59. RGB value is (7,117,89). Sum of RGB (Red+Green+Blue) = 7+117+89=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #077559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077559 is #F88AA6. Grayscale: #505050. Windows color (decimal): -16288423 or 5862663. OLE color: 5862663.

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

Color convert

RGB711789-
CMYK0.9400.240.54
HSL164.73º88.71%24.31%-
HSV(B)164.73º94.02%45.88%-
XYZ8.2513.4911.62-
YUV80.92132.5675.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=3.29%
G=54.93%
B=41.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117890.9400.240.54164.7388.7124.31
Hex775595E01836a55918
Octal71651311360306624513130
Binary11111101011011001101111001100011011010100101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077559; }

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

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

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

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

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

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

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

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