COLOR #6DA85E

HEX: #6DA85E RGB: (109,168,94)

Color info

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

RGB color model

#6DA85E color RGB value is (109,168,94).

RGB: (109,168,94) (43%, 66%, 37%)

RGB channels and saturation

R 109 of 255 = 43%
G 168 of 255 = 66%
B 94 of 255 = 37%

109
168
94

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

Portions of RGB colors in percentages

R + G + B = 109 + 168 + 94 = 371 (100%)
R 109 of 371 ~ 29.38%
G 168 of 371 ~ 45.28%
B 94 of 371 ~ 25.34'%

%29.38
%45.28
%25.34

CMYK color model

#6DA85E color CMYK value is (35,0,44,34).

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 44.05%
  • key color value is 34.12%

CMYK: (35,0,44,34)
C35M0Y44K34 (35%, 0%, 44%, 34%)
(0.35 / 0.00 / 0.44 / 0.34)

CMYK percentages

%35.12
%0
%44.05
%34.12

Codes

Color #6DA85E in popluar color models

6D A8 5E
RGB 109 168 94
HSL 108° 29.84% 51.37%
HSB/HSV 108° 44.05% 65.88%
CMYK 35.12% 0.00% 44.05%
34.12%

Color #6DA85E in popluar number systems.

HEX 6D A8 5E
Decimal 109 168 94
Binary 1101101 10101000 1011110
Octal 155 250 136

Shades and tints

Shades of #6DA85E

#6DA85E
(109,168,94)
#649956
(100,153,86)
#5B8A4E
(91,138,78)
#527B46
(82,123,70)
#496C3E
(73,108,62)
#405D36
(64,93,54)
#374E2E
(55,78,46)
#2E3F26
(46,63,38)
#25301E
(37,48,30)
#1C2116
(28,33,22)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #6DA85E

#6DA85E
(109,168,94)
#7AAF6C
(122,175,108)
#87B67A
(135,182,122)
#94BD88
(148,189,136)
#A1C496
(161,196,150)
#AECBA4
(174,203,164)
#BBD2B2
(187,210,178)
#C8D9C0
(200,217,192)
#D5E0CE
(213,224,206)
#E2E7DC
(226,231,220)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA85E; }

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

This text font color is #6DA85E.

Background Color

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

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

This div background color is #6DA85E.

Border color

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

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

This div border color is #6DA85E.

Opacity

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

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

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

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

This text has shadow with #6DA85E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA85E.

Preview

Color preview on black background

This text has color #6DA85E on black background.


Color preview on white background

This text has color #6DA85E on white background.


Black color preview on #6DA85E background

This text has black color on #6DA85E background.


White color preview on #6DA85E background

This text has white color on #6DA85E background.


Related colors

Complementary color

Complementary color for #hex is #9257A1.


I love getcolorcode.com

Triadic colors

1 #5E6DA8 and #A85E6D with #6DA85E are triadic colors.

2 #5EA86D and #A86D5E with #6DA85E are triadic colors.