COLOR #076B6C

HEX: #076B6C
RGB: (7,107,108)

Color info

#076B6C contains mainly green and blue colors. Web safe color of #076B6C is #006666 (or #066).

RGB color model

#076B6C color RGB value is (7,107,108).

  • red value is 7;
  • green value is 107;
  • blue value is 108.
RGB:
(7,107,108)
(3%,42%,42%)

RGB channels and saturation

R 7 of 255 = 3%
G 107 of 255 = 42%
B 108 of 255 = 42%

7
107
108

R + G + B ~ 29%. #076B6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 107 + 108 = 222 (100%)
R 7 of 222 ~ 3.15%
G 107 of 222 ~ 48.2%
B 108 of 222 ~ 48.65%

%48.2
%48.65

CMYK color model

#076B6C color CMYK value is (94,1,0,58).

  • cyan value is 93.52%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(94,1,0,58)
C94M1Y0K58 
(94%,1%,0%,58%)
(0.94/0.01/0.00/0.58)	

CMYK percentages

%93.52
%0.93
%0
%57.65

Codes

Color #076B6C in popluar color models

076B6C
RGB7107108
HSL181°87.83%22.55%
HSB/HSV181°93.52%42.35%
CMYK93.52%0.93%0.00%
57.65%

Color #076B6C in popluar number systems.

HEX076B6C
Decimal7107108
Binary11111010111101100
Octal7153154

Shades and tints

Shades of #076B6C

#076B6C
(7,107,108)
#076263
(7,98,99)
#07595A
(7,89,90)
#075051
(7,80,81)
#074748
(7,71,72)
#073E3F
(7,62,63)
#073536
(7,53,54)
#072C2D
(7,44,45)
#072324
(7,35,36)
#071A1B
(7,26,27)
#071112
(7,17,18)
#000000
(0,0,0)

Tints of #076B6C

#076B6C
(7,107,108)
#1D7879
(29,120,121)
#338586
(51,133,134)
#499293
(73,146,147)
#5F9FA0
(95,159,160)
#75ACAD
(117,172,173)
#8BB9BA
(139,185,186)
#A1C6C7
(161,198,199)
#B7D3D4
(183,211,212)
#CDE0E1
(205,224,225)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076B6C color. Also use rgb(7,107,108) instead hex code.

Text Font Color

.myTextColor { color: #076B6C; }

<p style="color:#076B6C">This sample text font color is #076B6C.</p>

This text font color is #076B6C.


Background Color

.myBgColor { background-color: #076B6C; }

<div style="background-color:#076B6C">Inner text</div>

This div background color is #076B6C.


Border color

.myBorderColor { border: 1px solid #076B6C; }

<div style="border:3px solid #076B6C">Div</div>

This div border color is #076B6C.


Opacity

.myOpacity80 { color: #076B6C; opacity: 0.8; }

<p style="color:#076B6C;opacity:0.8;">80%</p>

Text with #076B6C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #076B6C;}

<p style="text-shadow: 3px 3px 1px #076B6C">Text here.</p>

This text has shadow with #076B6C color.

.textShadow {text-shadow: 3px 3px 1px #076B6C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #076B6C, 5px 5px 20px red">Text here.</p>

This text has shadow with #076B6C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#076B6C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#076B6C, Direction=45, Strength=4)">Text</p>

This text has shadow with #076B6C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #076B6C;
  -webkit-box-shadow:	1px 1px 3px 2px #076B6C;
  box-shadow:		1px 1px 3px 2px #076B6C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #076B6C;
-webkit-box-shadow: 1px 1px 3px 2px #076B6C;
box-shadow:1px 1px 3px 2px #076B6C;">
Div content here</div>
This div box has shadow with color #076B6C.

Preview

Color preview on black background

This text has color #076B6C on black background.


Color preview on white background

This text has color #076B6C on white background.



Black color preview on #076B6C background

This text has black color on #076B6C background.


White color preview on #076B6C background

This text has white color on #076B6C background.