COLOR #067E60

HEX: #067E60
RGB: (6,126,96)

Color info

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

RGB color model

#067E60 color RGB value is (6,126,96).

  • red value is 6;
  • green value is 126;
  • blue value is 96.
RGB:
(6,126,96)
(2%,49%,38%)

RGB channels and saturation

R 6 of 255 = 2%
G 126 of 255 = 49%
B 96 of 255 = 38%

6
126
96

R + G + B ~ 30%. #067E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 126 + 96 = 228 (100%)
R 6 of 228 ~ 2.63%
G 126 of 228 ~ 55.26%
B 96 of 228 ~ 42.11%

%55.26
%42.11

CMYK color model

#067E60 color CMYK value is (95,0,24,51).

  • cyan value is 95.24%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 50.59%
CMYK:
(95,0,24,51)
C95M0Y24K51 
(95%,0%,24%,51%)
(0.95/0.00/0.24/0.51)	

CMYK percentages

%95.24
%0
%23.81
%50.59

Codes

Color #067E60 in popluar color models

067E60
RGB612696
HSL165°90.91%25.88%
HSB/HSV165°95.24%49.41%
CMYK95.24%0.00%23.81%
50.59%

Color #067E60 in popluar number systems.

HEX067E60
Decimal612696
Binary11011111101100000
Octal6176140

Shades and tints

Shades of #067E60

#067E60
(6,126,96)
#067358
(6,115,88)
#066850
(6,104,80)
#065D48
(6,93,72)
#065240
(6,82,64)
#064738
(6,71,56)
#063C30
(6,60,48)
#063128
(6,49,40)
#062620
(6,38,32)
#061B18
(6,27,24)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #067E60

#067E60
(6,126,96)
#1C896E
(28,137,110)
#32947C
(50,148,124)
#489F8A
(72,159,138)
#5EAA98
(94,170,152)
#74B5A6
(116,181,166)
#8AC0B4
(138,192,180)
#A0CBC2
(160,203,194)
#B6D6D0
(182,214,208)
#CCE1DE
(204,225,222)
#E2ECEC
(226,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #067E60 color. Also use rgb(6,126,96) instead hex code.

Text Font Color

.myTextColor { color: #067E60; }

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

This text font color is #067E60.


Background Color

.myBgColor { background-color: #067E60; }

<div style="background-color:#067E60">Inner text</div>

This div background color is #067E60.


Border color

.myBorderColor { border: 1px solid #067E60; }

<div style="border:3px solid #067E60">Div</div>

This div border color is #067E60.


Opacity

.myOpacity80 { color: #067E60; opacity: 0.8; }

<p style="color:#067E60;opacity:0.8;">80%</p>

Text with #067E60 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 #067E60;}

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

This text has shadow with #067E60 color.

.textShadow {text-shadow: 3px 3px 1px #067E60, 3px 3px 1px red;}

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

This text has shadow with #067E60 primary color and red secondary color.


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

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

This text has shadow with #067E60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067E60 on black background.


Color preview on white background

This text has color #067E60 on white background.



Black color preview on #067E60 background

This text has black color on #067E60 background.


White color preview on #067E60 background

This text has white color on #067E60 background.