COLOR #6DA170

HEX: #6DA170 RGB: (109,161,112)

Color info

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

RGB color model

#6DA170 color RGB value is (109,161,112).

RGB: (109,161,112) (43%, 63%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 161 of 255 = 63%
B 112 of 255 = 44%

109
161
112

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

Portions of RGB colors in percentages

R + G + B = 109 + 161 + 112 = 382 (100%)
R 109 of 382 ~ 28.53%
G 161 of 382 ~ 42.15%
B 112 of 382 ~ 29.32'%

%28.53
%42.15
%29.32

CMYK color model

#6DA170 color CMYK value is (32,0,30,37).

  • cyan value is 32.30%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 36.86%
CMYK: (32,0,30,37) C32M0Y30K37 (32%,0%,30%,37%) (0.32/0.00/0.30/0.37) 

CMYK percentages

%32.3
%0
%30.43
%36.86

Codes

Color #6DA170 in popluar color models

6D A1 70
RGB 109 161 112
HSL 123° 21.67% 52.94%
HSB/HSV 123° 32.30% 63.14%
CMYK 32.30% 0.00% 30.43%
36.86%

Color #6DA170 in popluar number systems.

HEX 6D A1 70
Decimal 109 161 112
Binary 1101101 10100001 1110000
Octal 155 241 160

Shades and tints

Shades of #6DA170

#6DA170
(109,161,112)
#649366
(100,147,102)
#5B855C
(91,133,92)
#527752
(82,119,82)
#496948
(73,105,72)
#405B3E
(64,91,62)
#374D34
(55,77,52)
#2E3F2A
(46,63,42)
#253120
(37,49,32)
#1C2316
(28,35,22)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #6DA170

#6DA170
(109,161,112)
#7AA97D
(122,169,125)
#87B18A
(135,177,138)
#94B997
(148,185,151)
#A1C1A4
(161,193,164)
#AEC9B1
(174,201,177)
#BBD1BE
(187,209,190)
#C8D9CB
(200,217,203)
#D5E1D8
(213,225,216)
#E2E9E5
(226,233,229)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA170 color. Also use rgb(109,161,112) instead hex code.

Text Font Color

.myTextColor { color: #6DA170; }

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

This text font color is #6DA170.

Background Color

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

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

This div background color is #6DA170.

Border color

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

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

This div border color is #6DA170.

Opacity

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

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

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

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

This text has shadow with #6DA170 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA170.

Preview

Color preview on black background

This text has color #6DA170 on black background.


Color preview on white background

This text has color #6DA170 on white background.


Black color preview on #6DA170 background

This text has black color on #6DA170 background.


White color preview on #6DA170 background

This text has white color on #6DA170 background.


Related colors

Complementary color

Complementary color for #hex is #925E8F.


I love getcolorcode.com

Triadic colors

1 #706DA1 and #A1706D with #6DA170 are triadic colors.

2 #70A16D and #A16D70 with #6DA170 are triadic colors.