#077D57

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

Shades of Tropical Rain Forest #077D57

Tints of Tropical Rain Forest #077D57

Color information

#077D57 (or 0x077D57) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 7D and 57. RGB value is (7,125,87). Sum of RGB (Red+Green+Blue) = 7+125+87=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #077D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077D57 is #F882A8. Grayscale: #555555. Windows color (decimal): -16286377 or 5733639. OLE color: 5733639.

HSL color Cylindrical-coordinate representation of color #077D57: hue angle of 160.68º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077D57 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB712587-
CMYK0.9400.300.51
HSL160.68º89.39%25.88%-
HSV(B)160.68º94.4%49.02%-
XYZ9.1415.411.51-
YUV85.39128.9172.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.20%
GREEN value IS 125 (49.22% from 255) = 57.08%
BLUE value IS 87 (34.38% from 255) = 39.73%
R=3.20%
G=57.08%
B=39.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7125870.9400.300.51160.6889.3925.88
Hex77D575E01E33a1591a
Octal71751271360366324113132
Binary11111111011010111101111001111011001110100001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077D57; }

 p { color: rgb(7,125,87); }

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

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

 a { background-color: rgb(7,125,87); }

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

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

 span { border-color: rgb(7,125,87); }

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