#076E5A

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

Shades of Tropical Rain Forest #076E5A

Tints of Tropical Rain Forest #076E5A

Color information

#076E5A (or 0x076E5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 6E and 5A. RGB value is (7,110,90). Sum of RGB (Red+Green+Blue) = 7+110+90=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #076E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E5A is #F891A5. Grayscale: #4C4C4C. Windows color (decimal): -16290214 or 5926407. OLE color: 5926407.

HSL color Cylindrical-coordinate representation of color #076E5A: hue angle of 168.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E5A is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB711090-
CMYK0.9400.180.57
HSL168.35º88.03%22.94%-
HSV(B)168.35º93.64%43.14%-
XYZ7.5111.9411.58-
YUV76.92135.3878.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 110 (43.36% from 255) = 53.14%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=3.38%
G=53.14%
B=43.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7110900.9400.180.57168.3588.0322.94
Hex76E5A5E01239a85817
Octal71561321360227125013027
Binary11111011101011010101111001001011100110101000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076E5A; }

 p { color: rgb(7,110,90); }

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

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

 a { background-color: rgb(7,110,90); }

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

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

 span { border-color: rgb(7,110,90); }

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