COLOR #6DA350

HEX: #6DA350 RGB: (109,163,80)

Color info

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

RGB color model

#6DA350 color RGB value is (109,163,80).

RGB: (109,163,80) (43%, 64%, 31%)

RGB channels and saturation

R 109 of 255 = 43%
G 163 of 255 = 64%
B 80 of 255 = 31%

109
163
80

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

Portions of RGB colors in percentages

R + G + B = 109 + 163 + 80 = 352 (100%)
R 109 of 352 ~ 30.97%
G 163 of 352 ~ 46.31%
B 80 of 352 ~ 22.73'%

%30.97
%46.31
%22.73

CMYK color model

#6DA350 color CMYK value is (33,0,51,36).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 50.92%
  • key color value is 36.08%

CMYK: (33,0,51,36)
C33M0Y51K36 (33%, 0%, 51%, 36%)
(0.33 / 0.00 / 0.51 / 0.36)

CMYK percentages

%33.13
%0
%50.92
%36.08

Codes

Color #6DA350 in popluar color models

6D A3 50
RGB 109 163 80
HSL 99° 34.16% 47.65%
HSB/HSV 99° 50.92% 63.92%
CMYK 33.13% 0.00% 50.92%
36.08%

Color #6DA350 in popluar number systems.

HEX 6D A3 50
Decimal 109 163 80
Binary 1101101 10100011 1010000
Octal 155 243 120

Shades and tints

Shades of #6DA350

#6DA350
(109,163,80)
#649549
(100,149,73)
#5B8742
(91,135,66)
#52793B
(82,121,59)
#496B34
(73,107,52)
#405D2D
(64,93,45)
#374F26
(55,79,38)
#2E411F
(46,65,31)
#253318
(37,51,24)
#1C2511
(28,37,17)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #6DA350

#6DA350
(109,163,80)
#7AAB5F
(122,171,95)
#87B36E
(135,179,110)
#94BB7D
(148,187,125)
#A1C38C
(161,195,140)
#AECB9B
(174,203,155)
#BBD3AA
(187,211,170)
#C8DBB9
(200,219,185)
#D5E3C8
(213,227,200)
#E2EBD7
(226,235,215)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA350 color. Also use rgb(109,163,80) instead hex code.

Text Font Color

.myTextColor { color: #6DA350; }

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

This text font color is #6DA350.

Background Color

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

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

This div background color is #6DA350.

Border color

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

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

This div border color is #6DA350.

Opacity

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

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

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

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

This text has shadow with #6DA350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA350.

Preview

Color preview on black background

This text has color #6DA350 on black background.


Color preview on white background

This text has color #6DA350 on white background.


Black color preview on #6DA350 background

This text has black color on #6DA350 background.


White color preview on #6DA350 background

This text has white color on #6DA350 background.


Related colors

Complementary color

Complementary color for #hex is #925CAF.


I love getcolorcode.com

Triadic colors

1 #506DA3 and #A3506D with #6DA350 are triadic colors.

2 #50A36D and #A36D50 with #6DA350 are triadic colors.