COLOR #076C60

HEX: #076C60
RGB: (7,108,96)

Color info

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

RGB color model

#076C60 color RGB value is (7,108,96).

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

RGB channels and saturation

R 7 of 255 = 3%
G 108 of 255 = 42%
B 96 of 255 = 38%

7
108
96

R + G + B ~ 28%. #076C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 108 + 96 = 211 (100%)
R 7 of 211 ~ 3.32%
G 108 of 211 ~ 51.18%
B 96 of 211 ~ 45.5%

%51.18
%45.5

CMYK color model

#076C60 color CMYK value is (94,0,11,58).

  • cyan value is 93.52%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 57.65%
CMYK:
(94,0,11,58)
C94M0Y11K58 
(94%,0%,11%,58%)
(0.94/0.00/0.11/0.58)	

CMYK percentages

%93.52
%0
%11.11
%57.65

Codes

Color #076C60 in popluar color models

076C60
RGB710896
HSL173°87.83%22.55%
HSB/HSV173°93.52%42.35%
CMYK93.52%0.00%11.11%
57.65%

Color #076C60 in popluar number systems.

HEX076C60
Decimal710896
Binary11111011001100000
Octal7154140

Shades and tints

Shades of #076C60

#076C60
(7,108,96)
#076358
(7,99,88)
#075A50
(7,90,80)
#075148
(7,81,72)
#074840
(7,72,64)
#073F38
(7,63,56)
#073630
(7,54,48)
#072D28
(7,45,40)
#072420
(7,36,32)
#071B18
(7,27,24)
#071210
(7,18,16)
#000000
(0,0,0)

Tints of #076C60

#076C60
(7,108,96)
#1D796E
(29,121,110)
#33867C
(51,134,124)
#49938A
(73,147,138)
#5FA098
(95,160,152)
#75ADA6
(117,173,166)
#8BBAB4
(139,186,180)
#A1C7C2
(161,199,194)
#B7D4D0
(183,212,208)
#CDE1DE
(205,225,222)
#E3EEEC
(227,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #076C60; }

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

This text font color is #076C60.


Background Color

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

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

This div background color is #076C60.


Border color

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

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

This div border color is #076C60.


Opacity

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

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

Text with #076C60 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 #076C60;}

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

This text has shadow with #076C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076C60 on black background.


Color preview on white background

This text has color #076C60 on white background.



Black color preview on #076C60 background

This text has black color on #076C60 background.


White color preview on #076C60 background

This text has white color on #076C60 background.