COLOR #6DA87F

HEX: #6DA87F
RGB: (109,168,127)

Color info

#6DA87F contains red, green and blue colors in about the same proportion. Web safe color of #6DA87F is #669966 (or #696).

RGB color model

#6DA87F color RGB value is (109,168,127).

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

RGB channels and saturation

R 109 of 255 = 43%
G 168 of 255 = 66%
B 127 of 255 = 50%

109
168
127

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

Portions of RGB colors in percentages

R + G + B =
109 + 168 + 127 = 404 (100%)
R 109 of 404 ~ 26.98%
G 168 of 404 ~ 41.58%
B 127 of 404 ~ 31.44%

%26.98
%41.58
%31.44

CMYK color model

#6DA87F color CMYK value is (35,0,24,34).

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(35,0,24,34)
C35M0Y24K34 
(35%,0%,24%,34%)
(0.35/0.00/0.24/0.34)	

CMYK percentages

%35.12
%0
%24.4
%34.12

Codes

Color #6DA87F in popluar color models

6DA87F
RGB109168127
HSL138°25.32%54.31%
HSB/HSV138°35.12%65.88%
CMYK35.12%0.00%24.40%
34.12%

Color #6DA87F in popluar number systems.

HEX6DA87F
Decimal109168127
Binary1101101101010001111111
Octal155250177

Shades and tints

Shades of #6DA87F

#6DA87F
(109,168,127)
#649974
(100,153,116)
#5B8A69
(91,138,105)
#527B5E
(82,123,94)
#496C53
(73,108,83)
#405D48
(64,93,72)
#374E3D
(55,78,61)
#2E3F32
(46,63,50)
#253027
(37,48,39)
#1C211C
(28,33,28)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #6DA87F

#6DA87F
(109,168,127)
#7AAF8A
(122,175,138)
#87B695
(135,182,149)
#94BDA0
(148,189,160)
#A1C4AB
(161,196,171)
#AECBB6
(174,203,182)
#BBD2C1
(187,210,193)
#C8D9CC
(200,217,204)
#D5E0D7
(213,224,215)
#E2E7E2
(226,231,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA87F; }

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

This text font color is #6DA87F.


Background Color

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

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

This div background color is #6DA87F.


Border color

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

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

This div border color is #6DA87F.


Opacity

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

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

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

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

This text has shadow with #6DA87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA87F on black background.


Color preview on white background

This text has color #6DA87F on white background.



Black color preview on #6DA87F background

This text has black color on #6DA87F background.


White color preview on #6DA87F background

This text has white color on #6DA87F background.