COLOR #6DA449

HEX: #6DA449
RGB: (109,164,73)

Color info

#6DA449 contains mainly red and green colors. Web safe color of #6DA449 is #669933 (or #693).

RGB color model

#6DA449 color RGB value is (109,164,73).

  • red value is 109;
  • green value is 164;
  • blue value is 73.
RGB:
(109,164,73)
(43%,64%,29%)

RGB channels and saturation

R 109 of 255 = 43%
G 164 of 255 = 64%
B 73 of 255 = 29%

109
164
73

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

Portions of RGB colors in percentages

R + G + B =
109 + 164 + 73 = 346 (100%)
R 109 of 346 ~ 31.5%
G 164 of 346 ~ 47.4%
B 73 of 346 ~ 21.1%

%31.5
%47.4
%21.1

CMYK color model

#6DA449 color CMYK value is (34,0,55,36).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 55.49%
  • key color value is 35.69%
CMYK:
(34,0,55,36)
C34M0Y55K36 
(34%,0%,55%,36%)
(0.34/0.00/0.55/0.36)	

CMYK percentages

%33.54
%0
%55.49
%35.69

Codes

Color #6DA449 in popluar color models

6DA449
RGB10916473
HSL96°38.40%46.47%
HSB/HSV96°55.49%64.31%
CMYK33.54%0.00%55.49%
35.69%

Color #6DA449 in popluar number systems.

HEX6DA449
Decimal10916473
Binary1101101101001001001001
Octal155244111

Shades and tints

Shades of #6DA449

#6DA449
(109,164,73)
#649643
(100,150,67)
#5B883D
(91,136,61)
#527A37
(82,122,55)
#496C31
(73,108,49)
#405E2B
(64,94,43)
#375025
(55,80,37)
#2E421F
(46,66,31)
#253419
(37,52,25)
#1C2613
(28,38,19)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #6DA449

#6DA449
(109,164,73)
#7AAC59
(122,172,89)
#87B469
(135,180,105)
#94BC79
(148,188,121)
#A1C489
(161,196,137)
#AECC99
(174,204,153)
#BBD4A9
(187,212,169)
#C8DCB9
(200,220,185)
#D5E4C9
(213,228,201)
#E2ECD9
(226,236,217)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA449 color. Also use rgb(109,164,73) instead hex code.

Text Font Color

.myTextColor { color: #6DA449; }

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

This text font color is #6DA449.


Background Color

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

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

This div background color is #6DA449.


Border color

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

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

This div border color is #6DA449.


Opacity

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

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

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

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

This text has shadow with #6DA449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA449 on black background.


Color preview on white background

This text has color #6DA449 on white background.



Black color preview on #6DA449 background

This text has black color on #6DA449 background.


White color preview on #6DA449 background

This text has white color on #6DA449 background.