#076F5B

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

Shades of Tropical Rain Forest #076F5B

Tints of Tropical Rain Forest #076F5B

Color information

#076F5B (or 0x076F5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 6F and 5B. RGB value is (7,111,91). Sum of RGB (Red+Green+Blue) = 7+111+91=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #076F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F5B is #F890A4. Grayscale: #4D4D4D. Windows color (decimal): -16289957 or 5992199. OLE color: 5992199.

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

Color convert

RGB711191-
CMYK0.9400.180.56
HSL168.46º88.14%23.14%-
HSV(B)168.46º93.69%43.53%-
XYZ7.6612.1711.84-
YUV77.62135.5477.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 111 (43.75% from 255) = 53.11%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=3.35%
G=53.11%
B=43.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111910.9400.180.56168.4688.1423.14
Hex76F5B5E01238a85817
Octal71571331360227025013027
Binary11111011111011011101111001001011100010101000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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