#076F59

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

Shades of Tropical Rain Forest #076F59

Tints of Tropical Rain Forest #076F59

Color information

#076F59 (or 0x076F59) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 6F and 59. RGB value is (7,111,89). Sum of RGB (Red+Green+Blue) = 7+111+89=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #076F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F59 is #F890A6. Grayscale: #4D4D4D. Windows color (decimal): -16289959 or 5861127. OLE color: 5861127.

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

Color convert

RGB711189-
CMYK0.9400.200.56
HSL167.31º88.14%23.14%-
HSV(B)167.31º93.69%43.53%-
XYZ7.5812.1411.39-
YUV77.4134.5477.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 111 (43.75% from 255) = 53.62%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=3.38%
G=53.62%
B=43.00%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111890.9400.200.56167.3188.1423.14
Hex76F595E01438a75817
Octal71571311360247024713027
Binary11111011111011001101111001010011100010100111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,111,89); }

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

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

 a { background-color: rgb(7,111,89); }

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

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

 span { border-color: rgb(7,111,89); }

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