COLOR #6DA680

HEX: #6DA680 RGB: (109,166,128)

Color info

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

RGB color model

#6DA680 color RGB value is (109,166,128).

RGB: (109,166,128) (43%, 65%, 50%)

RGB channels and saturation

R 109 of 255 = 43%
G 166 of 255 = 65%
B 128 of 255 = 50%

109
166
128

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

Portions of RGB colors in percentages

R + G + B = 109 + 166 + 128 = 403 (100%)
R 109 of 403 ~ 27.05%
G 166 of 403 ~ 41.19%
B 128 of 403 ~ 31.76'%

%27.05
%41.19
%31.76

CMYK color model

#6DA680 color CMYK value is (34,0,23,35).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 34.90%

CMYK: (34,0,23,35)
C34M0Y23K35 (34%, 0%, 23%, 35%)
(0.34 / 0.00 / 0.23 / 0.35)

CMYK percentages

%34.34
%0
%22.89
%34.9

Codes

Color #6DA680 in popluar color models

6D A6 80
RGB 109 166 128
HSL 140° 24.26% 53.92%
HSB/HSV 140° 34.34% 65.10%
CMYK 34.34% 0.00% 22.89%
34.90%

Color #6DA680 in popluar number systems.

HEX 6D A6 80
Decimal 109 166 128
Binary 1101101 10100110 10000000
Octal 155 246 200

Shades and tints

Shades of #6DA680

#6DA680
(109,166,128)
#649775
(100,151,117)
#5B886A
(91,136,106)
#52795F
(82,121,95)
#496A54
(73,106,84)
#405B49
(64,91,73)
#374C3E
(55,76,62)
#2E3D33
(46,61,51)
#252E28
(37,46,40)
#1C1F1D
(28,31,29)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #6DA680

#6DA680
(109,166,128)
#7AAE8B
(122,174,139)
#87B696
(135,182,150)
#94BEA1
(148,190,161)
#A1C6AC
(161,198,172)
#AECEB7
(174,206,183)
#BBD6C2
(187,214,194)
#C8DECD
(200,222,205)
#D5E6D8
(213,230,216)
#E2EEE3
(226,238,227)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA680 color. Also use rgb(109,166,128) instead hex code.

Text Font Color

.myTextColor { color: #6DA680; }

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

This text font color is #6DA680.

Background Color

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

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

This div background color is #6DA680.

Border color

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

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

This div border color is #6DA680.

Opacity

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

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

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

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

This text has shadow with #6DA680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA680.

Preview

Color preview on black background

This text has color #6DA680 on black background.


Color preview on white background

This text has color #6DA680 on white background.


Black color preview on #6DA680 background

This text has black color on #6DA680 background.


White color preview on #6DA680 background

This text has white color on #6DA680 background.


Related colors

Complementary color

Complementary color for #hex is #92597F.


I love getcolorcode.com

Triadic colors

1 #806DA6 and #A6806D with #6DA680 are triadic colors.

2 #80A66D and #A66D80 with #6DA680 are triadic colors.