COLOR #6DB345

HEX: #6DB345 RGB: (109,179,69)

Color info

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

RGB color model

#6DB345 color RGB value is (109,179,69).

RGB: (109,179,69) (43%, 70%, 27%)

RGB channels and saturation

R 109 of 255 = 43%
G 179 of 255 = 70%
B 69 of 255 = 27%

109
179
69

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

Portions of RGB colors in percentages

R + G + B = 109 + 179 + 69 = 357 (100%)
R 109 of 357 ~ 30.53%
G 179 of 357 ~ 50.14%
B 69 of 357 ~ 19.33'%

%30.53
%50.14
%19.33

CMYK color model

#6DB345 color CMYK value is (39,0,61,30).

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 61.45%
  • key color value is 29.80%

CMYK: (39,0,61,30)
C39M0Y61K30 (39%, 0%, 61%, 30%)
(0.39 / 0.00 / 0.61 / 0.30)

CMYK percentages

%39.11
%0
%61.45
%29.8

Codes

Color #6DB345 in popluar color models

6D B3 45
RGB 109 179 69
HSL 98° 44.35% 48.63%
HSB/HSV 98° 61.45% 70.20%
CMYK 39.11% 0.00% 61.45%
29.80%

Color #6DB345 in popluar number systems.

HEX 6D B3 45
Decimal 109 179 69
Binary 1101101 10110011 1000101
Octal 155 263 105

Shades and tints

Shades of #6DB345

#6DB345
(109,179,69)
#64A33F
(100,163,63)
#5B9339
(91,147,57)
#528333
(82,131,51)
#49732D
(73,115,45)
#406327
(64,99,39)
#375321
(55,83,33)
#2E431B
(46,67,27)
#253315
(37,51,21)
#1C230F
(28,35,15)
#131309
(19,19,9)
#000000
(0,0,0)

Tints of #6DB345

#6DB345
(109,179,69)
#7AB955
(122,185,85)
#87BF65
(135,191,101)
#94C575
(148,197,117)
#A1CB85
(161,203,133)
#AED195
(174,209,149)
#BBD7A5
(187,215,165)
#C8DDB5
(200,221,181)
#D5E3C5
(213,227,197)
#E2E9D5
(226,233,213)
#EFEFE5
(239,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB345 color. Also use rgb(109,179,69) instead hex code.

Text Font Color

.myTextColor { color: #6DB345; }

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

This text font color is #6DB345.

Background Color

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

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

This div background color is #6DB345.

Border color

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

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

This div border color is #6DB345.

Opacity

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

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

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

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

This text has shadow with #6DB345 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB345.

Preview

Color preview on black background

This text has color #6DB345 on black background.


Color preview on white background

This text has color #6DB345 on white background.


Black color preview on #6DB345 background

This text has black color on #6DB345 background.


White color preview on #6DB345 background

This text has white color on #6DB345 background.


Related colors

Complementary color

Complementary color for #hex is #924CBA.


I love getcolorcode.com

Triadic colors

1 #456DB3 and #B3456D with #6DB345 are triadic colors.

2 #45B36D and #B36D45 with #6DB345 are triadic colors.