COLOR #6DAA67

HEX: #6DAA67
RGB: (109,170,103)

Color info

#6DAA67 contains mainly green color. Web safe color of #6DAA67 is #669966 (or #696).

RGB color model

#6DAA67 color RGB value is (109,170,103).

  • red value is 109;
  • green value is 170;
  • blue value is 103.
RGB:
(109,170,103)
(43%,67%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 170 of 255 = 67%
B 103 of 255 = 40%

109
170
103

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

Portions of RGB colors in percentages

R + G + B =
109 + 170 + 103 = 382 (100%)
R 109 of 382 ~ 28.53%
G 170 of 382 ~ 44.5%
B 103 of 382 ~ 26.96%

%28.53
%44.5
%26.96

CMYK color model

#6DAA67 color CMYK value is (36,0,39,33).

  • cyan value is 35.88%
  • magenta value is 0.00%
  • yellow value is 39.41%
  • key color value is 33.33%
CMYK:
(36,0,39,33)
C36M0Y39K33 
(36%,0%,39%,33%)
(0.36/0.00/0.39/0.33)	

CMYK percentages

%35.88
%0
%39.41
%33.33

Codes

Color #6DAA67 in popluar color models

6DAA67
RGB109170103
HSL115°28.27%53.53%
HSB/HSV115°39.41%66.67%
CMYK35.88%0.00%39.41%
33.33%

Color #6DAA67 in popluar number systems.

HEX6DAA67
Decimal109170103
Binary1101101101010101100111
Octal155252147

Shades and tints

Shades of #6DAA67

#6DAA67
(109,170,103)
#649B5E
(100,155,94)
#5B8C55
(91,140,85)
#527D4C
(82,125,76)
#496E43
(73,110,67)
#405F3A
(64,95,58)
#375031
(55,80,49)
#2E4128
(46,65,40)
#25321F
(37,50,31)
#1C2316
(28,35,22)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #6DAA67

#6DAA67
(109,170,103)
#7AB174
(122,177,116)
#87B881
(135,184,129)
#94BF8E
(148,191,142)
#A1C69B
(161,198,155)
#AECDA8
(174,205,168)
#BBD4B5
(187,212,181)
#C8DBC2
(200,219,194)
#D5E2CF
(213,226,207)
#E2E9DC
(226,233,220)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAA67 color. Also use rgb(109,170,103) instead hex code.

Text Font Color

.myTextColor { color: #6DAA67; }

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

This text font color is #6DAA67.


Background Color

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

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

This div background color is #6DAA67.


Border color

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

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

This div border color is #6DAA67.


Opacity

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

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

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

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

This text has shadow with #6DAA67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAA67 on black background.


Color preview on white background

This text has color #6DAA67 on white background.



Black color preview on #6DAA67 background

This text has black color on #6DAA67 background.


White color preview on #6DAA67 background

This text has white color on #6DAA67 background.