COLOR #6DAA7F

HEX: #6DAA7F
RGB: (109,170,127)

Color info

#6DAA7F contains mainly green and blue colors. Web safe color of #6DAA7F is #669966 (or #696).

RGB color model

#6DAA7F color RGB value is (109,170,127).

  • red value is 109;
  • green value is 170;
  • blue value is 127.
RGB:
(109,170,127)
(43%,67%,50%)

RGB channels and saturation

R 109 of 255 = 43%
G 170 of 255 = 67%
B 127 of 255 = 50%

109
170
127

R + G + B ~ 53%. #6DAA7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 170 + 127 = 406 (100%)
R 109 of 406 ~ 26.85%
G 170 of 406 ~ 41.87%
B 127 of 406 ~ 31.28%

%26.85
%41.87
%31.28

CMYK color model

#6DAA7F color CMYK value is (36,0,25,33).

  • cyan value is 35.88%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 33.33%
CMYK:
(36,0,25,33)
C36M0Y25K33 
(36%,0%,25%,33%)
(0.36/0.00/0.25/0.33)	

CMYK percentages

%35.88
%0
%25.29
%33.33

Codes

Color #6DAA7F in popluar color models

6DAA7F
RGB109170127
HSL138°26.41%54.71%
HSB/HSV138°35.88%66.67%
CMYK35.88%0.00%25.29%
33.33%

Color #6DAA7F in popluar number systems.

HEX6DAA7F
Decimal109170127
Binary1101101101010101111111
Octal155252177

Shades and tints

Shades of #6DAA7F

#6DAA7F
(109,170,127)
#649B74
(100,155,116)
#5B8C69
(91,140,105)
#527D5E
(82,125,94)
#496E53
(73,110,83)
#405F48
(64,95,72)
#37503D
(55,80,61)
#2E4132
(46,65,50)
#253227
(37,50,39)
#1C231C
(28,35,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #6DAA7F

#6DAA7F
(109,170,127)
#7AB18A
(122,177,138)
#87B895
(135,184,149)
#94BFA0
(148,191,160)
#A1C6AB
(161,198,171)
#AECDB6
(174,205,182)
#BBD4C1
(187,212,193)
#C8DBCC
(200,219,204)
#D5E2D7
(213,226,215)
#E2E9E2
(226,233,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAA7F color. Also use rgb(109,170,127) instead hex code.

Text Font Color

.myTextColor { color: #6DAA7F; }

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

This text font color is #6DAA7F.


Background Color

.myBgColor { background-color: #6DAA7F; }

<div style="background-color:#6DAA7F">Inner text</div>

This div background color is #6DAA7F.


Border color

.myBorderColor { border: 1px solid #6DAA7F; }

<div style="border:3px solid #6DAA7F">Div</div>

This div border color is #6DAA7F.


Opacity

.myOpacity80 { color: #6DAA7F; opacity: 0.8; }

<p style="color:#6DAA7F;opacity:0.8;">80%</p>

Text with #6DAA7F 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 #6DAA7F;}

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

This text has shadow with #6DAA7F color.

.textShadow {text-shadow: 3px 3px 1px #6DAA7F, 3px 3px 1px red;}

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

This text has shadow with #6DAA7F primary color and red secondary color.


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

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

This text has shadow with #6DAA7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAA7F on black background.


Color preview on white background

This text has color #6DAA7F on white background.



Black color preview on #6DAA7F background

This text has black color on #6DAA7F background.


White color preview on #6DAA7F background

This text has white color on #6DAA7F background.