#076F58

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

Shades of Tropical Rain Forest #076F58

Tints of Tropical Rain Forest #076F58

Color information

#076F58 (or 0x076F58) is unknown color: approx Tropical Rain Forest. HEX triplet: 07, 6F and 58. RGB value is (7,111,88). Sum of RGB (Red+Green+Blue) = 7+111+88=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #076F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F58 is #F890A7. Grayscale: #4D4D4D. Windows color (decimal): -16289960 or 5795591. OLE color: 5795591.

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

Color convert

RGB711188-
CMYK0.9400.210.56
HSL166.73º88.14%23.14%-
HSV(B)166.73º93.69%43.53%-
XYZ7.5312.1211.17-
YUV77.28134.0477.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 111 (43.75% from 255) = 53.88%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=3.40%
G=53.88%
B=42.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111880.9400.210.56166.7388.1423.14
Hex76F585E01538a75817
Octal71571301360257024713027
Binary11111011111011000101111001010111100010100111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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