COLOR #6DAD66

HEX: #6DAD66
RGB: (109,173,102)

Color info

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

RGB color model

#6DAD66 color RGB value is (109,173,102).

  • red value is 109;
  • green value is 173;
  • blue value is 102.
RGB:
(109,173,102)
(43%,68%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 173 of 255 = 68%
B 102 of 255 = 40%

109
173
102

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

Portions of RGB colors in percentages

R + G + B =
109 + 173 + 102 = 384 (100%)
R 109 of 384 ~ 28.39%
G 173 of 384 ~ 45.05%
B 102 of 384 ~ 26.56%

%28.39
%45.05
%26.56

CMYK color model

#6DAD66 color CMYK value is (37,0,41,32).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 41.04%
  • key color value is 32.16%
CMYK:
(37,0,41,32)
C37M0Y41K32 
(37%,0%,41%,32%)
(0.37/0.00/0.41/0.32)	

CMYK percentages

%36.99
%0
%41.04
%32.16

Codes

Color #6DAD66 in popluar color models

6DAD66
RGB109173102
HSL114°30.21%53.92%
HSB/HSV114°41.04%67.84%
CMYK36.99%0.00%41.04%
32.16%

Color #6DAD66 in popluar number systems.

HEX6DAD66
Decimal109173102
Binary1101101101011011100110
Octal155255146

Shades and tints

Shades of #6DAD66

#6DAD66
(109,173,102)
#649E5D
(100,158,93)
#5B8F54
(91,143,84)
#52804B
(82,128,75)
#497142
(73,113,66)
#406239
(64,98,57)
#375330
(55,83,48)
#2E4427
(46,68,39)
#25351E
(37,53,30)
#1C2615
(28,38,21)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #6DAD66

#6DAD66
(109,173,102)
#7AB473
(122,180,115)
#87BB80
(135,187,128)
#94C28D
(148,194,141)
#A1C99A
(161,201,154)
#AED0A7
(174,208,167)
#BBD7B4
(187,215,180)
#C8DEC1
(200,222,193)
#D5E5CE
(213,229,206)
#E2ECDB
(226,236,219)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAD66; }

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

This text font color is #6DAD66.


Background Color

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

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

This div background color is #6DAD66.


Border color

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

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

This div border color is #6DAD66.


Opacity

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

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

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

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

This text has shadow with #6DAD66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAD66 on black background.


Color preview on white background

This text has color #6DAD66 on white background.



Black color preview on #6DAD66 background

This text has black color on #6DAD66 background.


White color preview on #6DAD66 background

This text has white color on #6DAD66 background.