COLOR #6DA45F

HEX: #6DA45F
RGB: (109,164,95)

Color info

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

RGB color model

#6DA45F color RGB value is (109,164,95).

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

RGB channels and saturation

R 109 of 255 = 43%
G 164 of 255 = 64%
B 95 of 255 = 37%

109
164
95

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

Portions of RGB colors in percentages

R + G + B =
109 + 164 + 95 = 368 (100%)
R 109 of 368 ~ 29.62%
G 164 of 368 ~ 44.57%
B 95 of 368 ~ 25.82%

%29.62
%44.57
%25.82

CMYK color model

#6DA45F color CMYK value is (34,0,42,36).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 42.07%
  • key color value is 35.69%
CMYK:
(34,0,42,36)
C34M0Y42K36 
(34%,0%,42%,36%)
(0.34/0.00/0.42/0.36)	

CMYK percentages

%33.54
%0
%42.07
%35.69

Codes

Color #6DA45F in popluar color models

6DA45F
RGB10916495
HSL108°27.49%50.78%
HSB/HSV108°42.07%64.31%
CMYK33.54%0.00%42.07%
35.69%

Color #6DA45F in popluar number systems.

HEX6DA45F
Decimal10916495
Binary1101101101001001011111
Octal155244137

Shades and tints

Shades of #6DA45F

#6DA45F
(109,164,95)
#649657
(100,150,87)
#5B884F
(91,136,79)
#527A47
(82,122,71)
#496C3F
(73,108,63)
#405E37
(64,94,55)
#37502F
(55,80,47)
#2E4227
(46,66,39)
#25341F
(37,52,31)
#1C2617
(28,38,23)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #6DA45F

#6DA45F
(109,164,95)
#7AAC6D
(122,172,109)
#87B47B
(135,180,123)
#94BC89
(148,188,137)
#A1C497
(161,196,151)
#AECCA5
(174,204,165)
#BBD4B3
(187,212,179)
#C8DCC1
(200,220,193)
#D5E4CF
(213,228,207)
#E2ECDD
(226,236,221)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA45F; }

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

This text font color is #6DA45F.


Background Color

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

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

This div background color is #6DA45F.


Border color

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

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

This div border color is #6DA45F.


Opacity

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

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

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

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

This text has shadow with #6DA45F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA45F on black background.


Color preview on white background

This text has color #6DA45F on white background.



Black color preview on #6DA45F background

This text has black color on #6DA45F background.


White color preview on #6DA45F background

This text has white color on #6DA45F background.