COLOR #6DAC2D

HEX: #6DAC2D
RGB: (109,172,45)

Color info

#6DAC2D contains mainly green color. Web safe color of #6DAC2D is #669933 (or #693).

RGB color model

#6DAC2D color RGB value is (109,172,45).

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

RGB channels and saturation

R 109 of 255 = 43%
G 172 of 255 = 67%
B 45 of 255 = 18%

109
172
45

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

Portions of RGB colors in percentages

R + G + B =
109 + 172 + 45 = 326 (100%)
R 109 of 326 ~ 33.44%
G 172 of 326 ~ 52.76%
B 45 of 326 ~ 13.8%

%33.44
%52.76
%13.8

CMYK color model

#6DAC2D color CMYK value is (37,0,74,33).

  • cyan value is 36.63%
  • magenta value is 0.00%
  • yellow value is 73.84%
  • key color value is 32.55%
CMYK:
(37,0,74,33)
C37M0Y74K33 
(37%,0%,74%,33%)
(0.37/0.00/0.74/0.33)	

CMYK percentages

%36.63
%0
%73.84
%32.55

Codes

Color #6DAC2D in popluar color models

6DAC2D
RGB10917245
HSL90°58.53%42.55%
HSB/HSV90°73.84%67.45%
CMYK36.63%0.00%73.84%
32.55%

Color #6DAC2D in popluar number systems.

HEX6DAC2D
Decimal10917245
Binary110110110101100101101
Octal15525455

Shades and tints

Shades of #6DAC2D

#6DAC2D
(109,172,45)
#649D29
(100,157,41)
#5B8E25
(91,142,37)
#527F21
(82,127,33)
#49701D
(73,112,29)
#406119
(64,97,25)
#375215
(55,82,21)
#2E4311
(46,67,17)
#25340D
(37,52,13)
#1C2509
(28,37,9)
#131605
(19,22,5)
#000000
(0,0,0)

Tints of #6DAC2D

#6DAC2D
(109,172,45)
#7AB340
(122,179,64)
#87BA53
(135,186,83)
#94C166
(148,193,102)
#A1C879
(161,200,121)
#AECF8C
(174,207,140)
#BBD69F
(187,214,159)
#C8DDB2
(200,221,178)
#D5E4C5
(213,228,197)
#E2EBD8
(226,235,216)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAC2D; }

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

This text font color is #6DAC2D.


Background Color

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

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

This div background color is #6DAC2D.


Border color

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

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

This div border color is #6DAC2D.


Opacity

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

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

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

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

This text has shadow with #6DAC2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAC2D on black background.


Color preview on white background

This text has color #6DAC2D on white background.



Black color preview on #6DAC2D background

This text has black color on #6DAC2D background.


White color preview on #6DAC2D background

This text has white color on #6DAC2D background.