COLOR #6DA416

HEX: #6DA416 RGB: (109,164,22)

Color info

#6DA416 contains mainly red and green colors. Web safe color of #6DA416 is #669900 (or #690).

RGB color model

#6DA416 color RGB value is (109,164,22).

RGB: (109,164,22) (43%, 64%, 9%)

RGB channels and saturation

R 109 of 255 = 43%
G 164 of 255 = 64%
B 22 of 255 = 9%

109
164
22

R + G + B ~ 39%. #6DA416 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 164 + 22 = 295 (100%)
R 109 of 295 ~ 36.95%
G 164 of 295 ~ 55.59%
B 22 of 295 ~ 7.46'%

%36.95
%55.59

CMYK color model

#6DA416 color CMYK value is (34,0,87,36).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 86.59%
  • key color value is 35.69%

CMYK: (34,0,87,36)
C34M0Y87K36 (34%, 0%, 87%, 36%)
(0.34 / 0.00 / 0.87 / 0.36)

CMYK percentages

%33.54
%0
%86.59
%35.69

Codes

Color #6DA416 in popluar color models

6D A4 16
RGB 109 164 22
HSL 83° 76.34% 36.47%
HSB/HSV 83° 86.59% 64.31%
CMYK 33.54% 0.00% 86.59%
35.69%

Color #6DA416 in popluar number systems.

HEX 6D A4 16
Decimal 109 164 22
Binary 1101101 10100100 10110
Octal 155 244 26

Shades and tints

Shades of #6DA416

#6DA416
(109,164,22)
#649614
(100,150,20)
#5B8812
(91,136,18)
#527A10
(82,122,16)
#496C0E
(73,108,14)
#405E0C
(64,94,12)
#37500A
(55,80,10)
#2E4208
(46,66,8)
#253406
(37,52,6)
#1C2604
(28,38,4)
#131802
(19,24,2)
#000000
(0,0,0)

Tints of #6DA416

#6DA416
(109,164,22)
#7AAC2B
(122,172,43)
#87B440
(135,180,64)
#94BC55
(148,188,85)
#A1C46A
(161,196,106)
#AECC7F
(174,204,127)
#BBD494
(187,212,148)
#C8DCA9
(200,220,169)
#D5E4BE
(213,228,190)
#E2ECD3
(226,236,211)
#EFF4E8
(239,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA416; }

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

This text font color is #6DA416.

Background Color

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

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

This div background color is #6DA416.

Border color

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

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

This div border color is #6DA416.

Opacity

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

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

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

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

This text has shadow with #6DA416 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA416.

Preview

Color preview on black background

This text has color #6DA416 on black background.


Color preview on white background

This text has color #6DA416 on white background.


Black color preview on #6DA416 background

This text has black color on #6DA416 background.


White color preview on #6DA416 background

This text has white color on #6DA416 background.


Related colors

Complementary color

Complementary color for #hex is #925BE9.


I love getcolorcode.com

Triadic colors

1 #166DA4 and #A4166D with #6DA416 are triadic colors.

2 #16A46D and #A46D16 with #6DA416 are triadic colors.