#076E5C

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

Shades of Tropical Rain Forest #076E5C

Tints of Tropical Rain Forest #076E5C

Color information

#076E5C (or 0x076E5C) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 6E and 5C. RGB value is (7,110,92). Sum of RGB (Red+Green+Blue) = 7+110+92=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #076E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E5C is #F891A3. Grayscale: #4D4D4D. Windows color (decimal): -16290212 or 6057479. OLE color: 6057479.

HSL color Cylindrical-coordinate representation of color #076E5C: hue angle of 169.51º 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 #076E5C is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB711092-
CMYK0.9400.160.57
HSL169.51º88.03%22.94%-
HSV(B)169.51º93.64%43.14%-
XYZ7.611.9712.04-
YUV77.15136.3877.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 110 (43.36% from 255) = 52.63%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=3.35%
G=52.63%
B=44.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7110920.9400.160.57169.5188.0322.94
Hex76E5C5E01039aa5817
Octal71561341360207125213027
Binary11111011101011100101111001000011100110101010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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