COLOR #6DB474

HEX: #6DB474
RGB: (109,180,116)

Color info

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

RGB color model

#6DB474 color RGB value is (109,180,116).

  • red value is 109;
  • green value is 180;
  • blue value is 116.
RGB:
(109,180,116)
(43%,71%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 180 of 255 = 71%
B 116 of 255 = 45%

109
180
116

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

Portions of RGB colors in percentages

R + G + B =
109 + 180 + 116 = 405 (100%)
R 109 of 405 ~ 26.91%
G 180 of 405 ~ 44.44%
B 116 of 405 ~ 28.64%

%26.91
%44.44
%28.64

CMYK color model

#6DB474 color CMYK value is (39,0,36,29).

  • cyan value is 39.44%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 29.41%
CMYK:
(39,0,36,29)
C39M0Y36K29 
(39%,0%,36%,29%)
(0.39/0.00/0.36/0.29)	

CMYK percentages

%39.44
%0
%35.56
%29.41

Codes

Color #6DB474 in popluar color models

6DB474
RGB109180116
HSL126°32.13%56.67%
HSB/HSV126°39.44%70.59%
CMYK39.44%0.00%35.56%
29.41%

Color #6DB474 in popluar number systems.

HEX6DB474
Decimal109180116
Binary1101101101101001110100
Octal155264164

Shades and tints

Shades of #6DB474

#6DB474
(109,180,116)
#64A46A
(100,164,106)
#5B9460
(91,148,96)
#528456
(82,132,86)
#49744C
(73,116,76)
#406442
(64,100,66)
#375438
(55,84,56)
#2E442E
(46,68,46)
#253424
(37,52,36)
#1C241A
(28,36,26)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #6DB474

#6DB474
(109,180,116)
#7ABA80
(122,186,128)
#87C08C
(135,192,140)
#94C698
(148,198,152)
#A1CCA4
(161,204,164)
#AED2B0
(174,210,176)
#BBD8BC
(187,216,188)
#C8DEC8
(200,222,200)
#D5E4D4
(213,228,212)
#E2EAE0
(226,234,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB474; }

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

This text font color is #6DB474.


Background Color

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

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

This div background color is #6DB474.


Border color

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

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

This div border color is #6DB474.


Opacity

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

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

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

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

This text has shadow with #6DB474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB474 on black background.


Color preview on white background

This text has color #6DB474 on white background.



Black color preview on #6DB474 background

This text has black color on #6DB474 background.


White color preview on #6DB474 background

This text has white color on #6DB474 background.