COLOR #6DAA48

HEX: #6DAA48 RGB: (109,170,72)

Color info

#6DAA48 contains mainly green color. Web safe color of #6DAA48 is #669933 (or #693).

RGB color model

#6DAA48 color RGB value is (109,170,72).

RGB: (109,170,72) (43%, 67%, 28%)

RGB channels and saturation

R 109 of 255 = 43%
G 170 of 255 = 67%
B 72 of 255 = 28%

109
170
72

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

Portions of RGB colors in percentages

R + G + B = 109 + 170 + 72 = 351 (100%)
R 109 of 351 ~ 31.05%
G 170 of 351 ~ 48.43%
B 72 of 351 ~ 20.51'%

%31.05
%48.43
%20.51

CMYK color model

#6DAA48 color CMYK value is (36,0,58,33).

  • cyan value is 35.88%
  • magenta value is 0.00%
  • yellow value is 57.65%
  • key color value is 33.33%

CMYK: (36,0,58,33)
C36M0Y58K33 (36%, 0%, 58%, 33%)
(0.36 / 0.00 / 0.58 / 0.33)

CMYK percentages

%35.88
%0
%57.65
%33.33

Codes

Color #6DAA48 in popluar color models

6D AA 48
RGB 109 170 72
HSL 97° 40.50% 47.45%
HSB/HSV 97° 57.65% 66.67%
CMYK 35.88% 0.00% 57.65%
33.33%

Color #6DAA48 in popluar number systems.

HEX 6D AA 48
Decimal 109 170 72
Binary 1101101 10101010 1001000
Octal 155 252 110

Shades and tints

Shades of #6DAA48

#6DAA48
(109,170,72)
#649B42
(100,155,66)
#5B8C3C
(91,140,60)
#527D36
(82,125,54)
#496E30
(73,110,48)
#405F2A
(64,95,42)
#375024
(55,80,36)
#2E411E
(46,65,30)
#253218
(37,50,24)
#1C2312
(28,35,18)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #6DAA48

#6DAA48
(109,170,72)
#7AB158
(122,177,88)
#87B868
(135,184,104)
#94BF78
(148,191,120)
#A1C688
(161,198,136)
#AECD98
(174,205,152)
#BBD4A8
(187,212,168)
#C8DBB8
(200,219,184)
#D5E2C8
(213,226,200)
#E2E9D8
(226,233,216)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAA48; }

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

This text font color is #6DAA48.

Background Color

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

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

This div background color is #6DAA48.

Border color

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

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

This div border color is #6DAA48.

Opacity

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

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

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

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

This text has shadow with #6DAA48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DAA48.

Preview

Color preview on black background

This text has color #6DAA48 on black background.


Color preview on white background

This text has color #6DAA48 on white background.


Black color preview on #6DAA48 background

This text has black color on #6DAA48 background.


White color preview on #6DAA48 background

This text has white color on #6DAA48 background.


Related colors

Complementary color

Complementary color for #hex is #9255B7.


I love getcolorcode.com

Triadic colors

1 #486DAA and #AA486D with #6DAA48 are triadic colors.

2 #48AA6D and #AA6D48 with #6DAA48 are triadic colors.