COLOR #6DA22D

HEX: #6DA22D
RGB: (109,162,45)

Color info

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

RGB color model

#6DA22D color RGB value is (109,162,45).

  • red value is 109;
  • green value is 162;
  • blue value is 45.
RGB:
(109,162,45)
(43%,64%,18%)

RGB channels and saturation

R 109 of 255 = 43%
G 162 of 255 = 64%
B 45 of 255 = 18%

109
162
45

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

Portions of RGB colors in percentages

R + G + B =
109 + 162 + 45 = 316 (100%)
R 109 of 316 ~ 34.49%
G 162 of 316 ~ 51.27%
B 45 of 316 ~ 14.24%

%34.49
%51.27
%14.24

CMYK color model

#6DA22D color CMYK value is (33,0,72,36).

  • cyan value is 32.72%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 36.47%
CMYK:
(33,0,72,36)
C33M0Y72K36 
(33%,0%,72%,36%)
(0.33/0.00/0.72/0.36)	

CMYK percentages

%32.72
%0
%72.22
%36.47

Codes

Color #6DA22D in popluar color models

6DA22D
RGB10916245
HSL87°56.52%40.59%
HSB/HSV87°72.22%63.53%
CMYK32.72%0.00%72.22%
36.47%

Color #6DA22D in popluar number systems.

HEX6DA22D
Decimal10916245
Binary110110110100010101101
Octal15524255

Shades and tints

Shades of #6DA22D

#6DA22D
(109,162,45)
#649429
(100,148,41)
#5B8625
(91,134,37)
#527821
(82,120,33)
#496A1D
(73,106,29)
#405C19
(64,92,25)
#374E15
(55,78,21)
#2E4011
(46,64,17)
#25320D
(37,50,13)
#1C2409
(28,36,9)
#131605
(19,22,5)
#000000
(0,0,0)

Tints of #6DA22D

#6DA22D
(109,162,45)
#7AAA40
(122,170,64)
#87B253
(135,178,83)
#94BA66
(148,186,102)
#A1C279
(161,194,121)
#AECA8C
(174,202,140)
#BBD29F
(187,210,159)
#C8DAB2
(200,218,178)
#D5E2C5
(213,226,197)
#E2EAD8
(226,234,216)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA22D color. Also use rgb(109,162,45) instead hex code.

Text Font Color

.myTextColor { color: #6DA22D; }

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

This text font color is #6DA22D.


Background Color

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

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

This div background color is #6DA22D.


Border color

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

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

This div border color is #6DA22D.


Opacity

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

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

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

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

This text has shadow with #6DA22D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA22D on black background.


Color preview on white background

This text has color #6DA22D on white background.



Black color preview on #6DA22D background

This text has black color on #6DA22D background.


White color preview on #6DA22D background

This text has white color on #6DA22D background.