#076E60

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

Shades of Tropical Rain Forest #076E60

Tints of Tropical Rain Forest #076E60

Color information

#076E60 (or 0x076E60) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 6E and 60. RGB value is (7,110,96). Sum of RGB (Red+Green+Blue) = 7+110+96=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 110 (43.36% from 255 or 51.64% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 110 - color contains mainly: green. Hex color #076E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E60 is #F8919F. Grayscale: #4D4D4D. Windows color (decimal): -16290208 or 6319623. OLE color: 6319623.

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

Color convert

RGB711096-
CMYK0.9400.130.57
HSL171.84º88.03%22.94%-
HSV(B)171.84º93.64%43.14%-
XYZ7.7712.0412.98-
YUV77.61138.3877.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 110 (43.36% from 255) = 51.64%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=3.29%
G=51.64%
B=45.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7110960.9400.130.57171.8488.0322.94
Hex76E605E0D39ac5817
Octal71561401360157125413027
Binary1111101110110000010111100110111100110101100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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