COLOR #006E6D

HEX: #006E6D
RGB: (0,110,109)

Color info

#006E6D contains only green and blue colors. Web safe color of #006E6D is #006666 (or #066).

RGB color model

#006E6D color RGB value is (0,110,109).

  • red value is 0;
  • green value is 110;
  • blue value is 109.
RGB:
(0,110,109)
(0%,43%,43%)

RGB channels and saturation

R 0 of 255 = 0%
G 110 of 255 = 43%
B 109 of 255 = 43%

0
110
109

R + G + B ~ 29%. #006E6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 110 + 109 = 219 (100%)
R 0 of 219 ~ 0%
G 110 of 219 ~ 50.23%
B 109 of 219 ~ 49.77%

%50.23
%49.77

CMYK color model

#006E6D color CMYK value is (100,0,1,57).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 56.86%
CMYK:
(100,0,1,57)
C100M0Y1K57 
(100%,0%,1%,57%)
(1.00/0.00/0.01/0.57)	

CMYK percentages

%100
%0
%0.91
%56.86

Codes

Color #006E6D in popluar color models

006E6D
RGB0110109
HSL179°100.00%21.57%
HSB/HSV179°100.00%43.14%
CMYK100.00%0.00%0.91%
56.86%

Color #006E6D in popluar number systems.

HEX006E6D
Decimal0110109
Binary011011101101101
Octal0156155

Shades and tints

Shades of #006E6D

#006E6D
(0,110,109)
#006464
(0,100,100)
#005A5B
(0,90,91)
#005052
(0,80,82)
#004649
(0,70,73)
#003C40
(0,60,64)
#003237
(0,50,55)
#00282E
(0,40,46)
#001E25
(0,30,37)
#00141C
(0,20,28)
#000A13
(0,10,19)
#000000
(0,0,0)

Tints of #006E6D

#006E6D
(0,110,109)
#177B7A
(23,123,122)
#2E8887
(46,136,135)
#459594
(69,149,148)
#5CA2A1
(92,162,161)
#73AFAE
(115,175,174)
#8ABCBB
(138,188,187)
#A1C9C8
(161,201,200)
#B8D6D5
(184,214,213)
#CFE3E2
(207,227,226)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006E6D color. Also use rgb(0,110,109) instead hex code.

Text Font Color

.myTextColor { color: #006E6D; }

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

This text font color is #006E6D.


Background Color

.myBgColor { background-color: #006E6D; }

<div style="background-color:#006E6D">Inner text</div>

This div background color is #006E6D.


Border color

.myBorderColor { border: 1px solid #006E6D; }

<div style="border:3px solid #006E6D">Div</div>

This div border color is #006E6D.


Opacity

.myOpacity80 { color: #006E6D; opacity: 0.8; }

<p style="color:#006E6D;opacity:0.8;">80%</p>

Text with #006E6D 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 #006E6D;}

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

This text has shadow with #006E6D color.

.textShadow {text-shadow: 3px 3px 1px #006E6D, 3px 3px 1px red;}

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

This text has shadow with #006E6D primary color and red secondary color.


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

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

This text has shadow with #006E6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006E6D on black background.


Color preview on white background

This text has color #006E6D on white background.



Black color preview on #006E6D background

This text has black color on #006E6D background.


White color preview on #006E6D background

This text has white color on #006E6D background.