#077164

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

Shades of Tropical Rain Forest #077164

Tints of Tropical Rain Forest #077164

Color information

#077164 (or 0x077164) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 71 and 64. RGB value is (7,113,100). Sum of RGB (Red+Green+Blue) = 7+113+100=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #077164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077164 is #F88E9B. Grayscale: #4F4F4F. Windows color (decimal): -16289436 or 6582535. OLE color: 6582535.

HSL color Cylindrical-coordinate representation of color #077164: hue angle of 172.64º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077164 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB7113100-
CMYK0.9400.120.56
HSL172.64º88.33%23.53%-
HSV(B)172.64º93.81%44.31%-
XYZ8.2912.7814.09-
YUV79.82139.3876.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.18%
GREEN value IS 113 (44.53% from 255) = 51.36%
BLUE value IS 100 (39.45% from 255) = 45.45%
R=3.18%
G=51.36%
B=45.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71131000.9400.120.56172.6488.3323.53
Hex771645E0C38ad5818
Octal71611441360147025513030
Binary1111110001110010010111100110011100010101101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077164; }

 p { color: rgb(7,113,100); }

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

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

 a { background-color: rgb(7,113,100); }

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

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

 span { border-color: rgb(7,113,100); }

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