COLOR #6DAD74

HEX: #6DAD74 RGB: (109,173,116)

Color info

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

RGB color model

#6DAD74 color RGB value is (109,173,116).

RGB: (109,173,116) (43%, 68%, 45%)

RGB channels and saturation

R 109 of 255 = 43%
G 173 of 255 = 68%
B 116 of 255 = 45%

109
173
116

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

Portions of RGB colors in percentages

R + G + B = 109 + 173 + 116 = 398 (100%)
R 109 of 398 ~ 27.39%
G 173 of 398 ~ 43.47%
B 116 of 398 ~ 29.15'%

%27.39
%43.47
%29.15

CMYK color model

#6DAD74 color CMYK value is (37,0,33,32).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 32.16%

CMYK: (37,0,33,32)
C37M0Y33K32 (37%, 0%, 33%, 32%)
(0.37 / 0.00 / 0.33 / 0.32)

CMYK percentages

%36.99
%0
%32.95
%32.16

Codes

Color #6DAD74 in popluar color models

6D AD 74
RGB 109 173 116
HSL 127° 28.07% 55.29%
HSB/HSV 127° 36.99% 67.84%
CMYK 36.99% 0.00% 32.95%
32.16%

Color #6DAD74 in popluar number systems.

HEX 6D AD 74
Decimal 109 173 116
Binary 1101101 10101101 1110100
Octal 155 255 164

Shades and tints

Shades of #6DAD74

#6DAD74
(109,173,116)
#649E6A
(100,158,106)
#5B8F60
(91,143,96)
#528056
(82,128,86)
#49714C
(73,113,76)
#406242
(64,98,66)
#375338
(55,83,56)
#2E442E
(46,68,46)
#253524
(37,53,36)
#1C261A
(28,38,26)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #6DAD74

#6DAD74
(109,173,116)
#7AB480
(122,180,128)
#87BB8C
(135,187,140)
#94C298
(148,194,152)
#A1C9A4
(161,201,164)
#AED0B0
(174,208,176)
#BBD7BC
(187,215,188)
#C8DEC8
(200,222,200)
#D5E5D4
(213,229,212)
#E2ECE0
(226,236,224)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAD74 color. Also use rgb(109,173,116) instead hex code.

Text Font Color

.myTextColor { color: #6DAD74; }

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

This text font color is #6DAD74.

Background Color

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

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

This div background color is #6DAD74.

Border color

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

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

This div border color is #6DAD74.

Opacity

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

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

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

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

This text has shadow with #6DAD74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DAD74.

Preview

Color preview on black background

This text has color #6DAD74 on black background.


Color preview on white background

This text has color #6DAD74 on white background.


Black color preview on #6DAD74 background

This text has black color on #6DAD74 background.


White color preview on #6DAD74 background

This text has white color on #6DAD74 background.


Related colors

Complementary color

Complementary color for #hex is #92528B.


I love getcolorcode.com

Triadic colors

1 #746DAD and #AD746D with #6DAD74 are triadic colors.

2 #74AD6D and #AD6D74 with #6DAD74 are triadic colors.