#077D5E

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

Shades of Tropical Rain Forest #077D5E

Tints of Tropical Rain Forest #077D5E

Color information

#077D5E (or 0x077D5E) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 7D and 5E. RGB value is (7,125,94). Sum of RGB (Red+Green+Blue) = 7+125+94=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 125 (49.22% from 255 or 55.31% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 125 - color contains mainly: green. Hex color #077D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077D5E is #F882A1. Grayscale: #565656. Windows color (decimal): -16286370 or 6192391. OLE color: 6192391.

HSL color Cylindrical-coordinate representation of color #077D5E: hue angle of 164.24º 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 #077D5E is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB712594-
CMYK0.9400.250.51
HSL164.24º89.39%25.88%-
HSV(B)164.24º94.4%49.02%-
XYZ9.4415.5213.09-
YUV86.18132.4171.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.10%
GREEN value IS 125 (49.22% from 255) = 55.31%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=3.10%
G=55.31%
B=41.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7125940.9400.250.51164.2489.3925.88
Hex77D5E5E01933a4591a
Octal71751361360316324413132
Binary11111111011011110101111001100111001110100100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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