COLOR #6DB46C

HEX: #6DB46C RGB: (109,180,108)

Color info

#6DB46C contains mainly green color. Web safe color of #6DB46C is #66CC66 (or #6C6).

RGB color model

#6DB46C color RGB value is (109,180,108).

RGB: (109,180,108) (43%, 71%, 42%)

RGB channels and saturation

R 109 of 255 = 43%
G 180 of 255 = 71%
B 108 of 255 = 42%

109
180
108

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

Portions of RGB colors in percentages

R + G + B = 109 + 180 + 108 = 397 (100%)
R 109 of 397 ~ 27.46%
G 180 of 397 ~ 45.34%
B 108 of 397 ~ 27.2'%

%27.46
%45.34
%27.2

CMYK color model

#6DB46C color CMYK value is (39,0,40,29).

  • cyan value is 39.44%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 29.41%

CMYK: (39,0,40,29)
C39M0Y40K29 (39%, 0%, 40%, 29%)
(0.39 / 0.00 / 0.40 / 0.29)

CMYK percentages

%39.44
%0
%40
%29.41

Codes

Color #6DB46C in popluar color models

6D B4 6C
RGB 109 180 108
HSL 119° 32.43% 56.47%
HSB/HSV 119° 40.00% 70.59%
CMYK 39.44% 0.00% 40.00%
29.41%

Color #6DB46C in popluar number systems.

HEX 6D B4 6C
Decimal 109 180 108
Binary 1101101 10110100 1101100
Octal 155 264 154

Shades and tints

Shades of #6DB46C

#6DB46C
(109,180,108)
#64A463
(100,164,99)
#5B945A
(91,148,90)
#528451
(82,132,81)
#497448
(73,116,72)
#40643F
(64,100,63)
#375436
(55,84,54)
#2E442D
(46,68,45)
#253424
(37,52,36)
#1C241B
(28,36,27)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #6DB46C

#6DB46C
(109,180,108)
#7ABA79
(122,186,121)
#87C086
(135,192,134)
#94C693
(148,198,147)
#A1CCA0
(161,204,160)
#AED2AD
(174,210,173)
#BBD8BA
(187,216,186)
#C8DEC7
(200,222,199)
#D5E4D4
(213,228,212)
#E2EAE1
(226,234,225)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB46C color. Also use rgb(109,180,108) instead hex code.

Text Font Color

.myTextColor { color: #6DB46C; }

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

This text font color is #6DB46C.

Background Color

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

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

This div background color is #6DB46C.

Border color

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

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

This div border color is #6DB46C.

Opacity

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

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

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

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

This text has shadow with #6DB46C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB46C.

Preview

Color preview on black background

This text has color #6DB46C on black background.


Color preview on white background

This text has color #6DB46C on white background.


Black color preview on #6DB46C background

This text has black color on #6DB46C background.


White color preview on #6DB46C background

This text has white color on #6DB46C background.


Related colors

Complementary color

Complementary color for #hex is #924B93.


I love getcolorcode.com

Triadic colors

1 #6C6DB4 and #B46C6D with #6DB46C are triadic colors.

2 #6CB46D and #B46D6C with #6DB46C are triadic colors.