#077064

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

Shades of Tropical Rain Forest #077064

Tints of Tropical Rain Forest #077064

Color information

#077064 (or 0x077064) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 70 and 64. RGB value is (7,112,100). Sum of RGB (Red+Green+Blue) = 7+112+100=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #077064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077064 is #F88F9B. Grayscale: #4F4F4F. Windows color (decimal): -16289692 or 6582279. OLE color: 6582279.

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

Color convert

RGB7112100-
CMYK0.9400.110.56
HSL173.14º88.24%23.33%-
HSV(B)173.14º93.75%43.92%-
XYZ8.1812.5514.05-
YUV79.24139.7176.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.20%
GREEN value IS 112 (44.14% from 255) = 51.14%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=3.20%
G=51.14%
B=45.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71121000.9400.110.56173.1488.2423.33
Hex770645E0B38ad5817
Octal71601441360137025513027
Binary1111110000110010010111100101111100010101101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077064; }

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

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

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

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

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

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

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

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