COLOR #6DA51C

HEX: #6DA51C RGB: (109,165,28)

Color info

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

RGB color model

#6DA51C color RGB value is (109,165,28).

RGB: (109,165,28) (43%, 65%, 11%)

RGB channels and saturation

R 109 of 255 = 43%
G 165 of 255 = 65%
B 28 of 255 = 11%

109
165
28

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

Portions of RGB colors in percentages

R + G + B = 109 + 165 + 28 = 302 (100%)
R 109 of 302 ~ 36.09%
G 165 of 302 ~ 54.64%
B 28 of 302 ~ 9.27'%

%36.09
%54.64

CMYK color model

#6DA51C color CMYK value is (34,0,83,35).

  • cyan value is 33.94%
  • magenta value is 0.00%
  • yellow value is 83.03%
  • key color value is 35.29%

CMYK: (34,0,83,35)
C34M0Y83K35 (34%, 0%, 83%, 35%)
(0.34 / 0.00 / 0.83 / 0.35)

CMYK percentages

%33.94
%0
%83.03
%35.29

Codes

Color #6DA51C in popluar color models

6D A5 1C
RGB 109 165 28
HSL 85° 70.98% 37.84%
HSB/HSV 85° 83.03% 64.71%
CMYK 33.94% 0.00% 83.03%
35.29%

Color #6DA51C in popluar number systems.

HEX 6D A5 1C
Decimal 109 165 28
Binary 1101101 10100101 11100
Octal 155 245 34

Shades and tints

Shades of #6DA51C

#6DA51C
(109,165,28)
#64961A
(100,150,26)
#5B8718
(91,135,24)
#527816
(82,120,22)
#496914
(73,105,20)
#405A12
(64,90,18)
#374B10
(55,75,16)
#2E3C0E
(46,60,14)
#252D0C
(37,45,12)
#1C1E0A
(28,30,10)
#130F08
(19,15,8)
#000000
(0,0,0)

Tints of #6DA51C

#6DA51C
(109,165,28)
#7AAD30
(122,173,48)
#87B544
(135,181,68)
#94BD58
(148,189,88)
#A1C56C
(161,197,108)
#AECD80
(174,205,128)
#BBD594
(187,213,148)
#C8DDA8
(200,221,168)
#D5E5BC
(213,229,188)
#E2EDD0
(226,237,208)
#EFF5E4
(239,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA51C color. Also use rgb(109,165,28) instead hex code.

Text Font Color

.myTextColor { color: #6DA51C; }

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

This text font color is #6DA51C.

Background Color

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

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

This div background color is #6DA51C.

Border color

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

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

This div border color is #6DA51C.

Opacity

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

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

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

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

This text has shadow with #6DA51C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA51C.

Preview

Color preview on black background

This text has color #6DA51C on black background.


Color preview on white background

This text has color #6DA51C on white background.


Black color preview on #6DA51C background

This text has black color on #6DA51C background.


White color preview on #6DA51C background

This text has white color on #6DA51C background.


Related colors

Complementary color

Complementary color for #hex is #925AE3.


I love getcolorcode.com

Triadic colors

1 #1C6DA5 and #A51C6D with #6DA51C are triadic colors.

2 #1CA56D and #A56D1C with #6DA51C are triadic colors.