COLOR #6DAE76

HEX: #6DAE76 RGB: (109,174,118)

Color info

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

RGB color model

#6DAE76 color RGB value is (109,174,118).

RGB: (109,174,118) (43%, 68%, 46%)

RGB channels and saturation

R 109 of 255 = 43%
G 174 of 255 = 68%
B 118 of 255 = 46%

109
174
118

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

Portions of RGB colors in percentages

R + G + B = 109 + 174 + 118 = 401 (100%)
R 109 of 401 ~ 27.18%
G 174 of 401 ~ 43.39%
B 118 of 401 ~ 29.43'%

%27.18
%43.39
%29.43

CMYK color model

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

  • cyan value is 37.36%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 31.76%

CMYK: (37,0,32,32)
C37M0Y32K32 (37%, 0%, 32%, 32%)
(0.37 / 0.00 / 0.32 / 0.32)

CMYK percentages

%37.36
%0
%32.18
%31.76

Codes

Color #6DAE76 in popluar color models

6D AE 76
RGB 109 174 118
HSL 128° 28.63% 55.49%
HSB/HSV 128° 37.36% 68.24%
CMYK 37.36% 0.00% 32.18%
31.76%

Color #6DAE76 in popluar number systems.

HEX 6D AE 76
Decimal 109 174 118
Binary 1101101 10101110 1110110
Octal 155 256 166

Shades and tints

Shades of #6DAE76

#6DAE76
(109,174,118)
#649F6C
(100,159,108)
#5B9062
(91,144,98)
#528158
(82,129,88)
#49724E
(73,114,78)
#406344
(64,99,68)
#37543A
(55,84,58)
#2E4530
(46,69,48)
#253626
(37,54,38)
#1C271C
(28,39,28)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #6DAE76

#6DAE76
(109,174,118)
#7AB582
(122,181,130)
#87BC8E
(135,188,142)
#94C39A
(148,195,154)
#A1CAA6
(161,202,166)
#AED1B2
(174,209,178)
#BBD8BE
(187,216,190)
#C8DFCA
(200,223,202)
#D5E6D6
(213,230,214)
#E2EDE2
(226,237,226)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAE76 color. Also use rgb(109,174,118) instead hex code.

Text Font Color

.myTextColor { color: #6DAE76; }

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

This text font color is #6DAE76.

Background Color

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

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

This div background color is #6DAE76.

Border color

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

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

This div border color is #6DAE76.

Opacity

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

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

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

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

This text has shadow with #6DAE76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DAE76.

Preview

Color preview on black background

This text has color #6DAE76 on black background.


Color preview on white background

This text has color #6DAE76 on white background.


Black color preview on #6DAE76 background

This text has black color on #6DAE76 background.


White color preview on #6DAE76 background

This text has white color on #6DAE76 background.


Related colors

Complementary color

Complementary color for #hex is #925189.


I love getcolorcode.com

Triadic colors

1 #766DAE and #AE766D with #6DAE76 are triadic colors.

2 #76AE6D and #AE6D76 with #6DAE76 are triadic colors.