COLOR #6DB37D

HEX: #6DB37D
RGB: (109,179,125)

Color info

#6DB37D contains mainly green and blue colors. Web safe color of #6DB37D is #669966 (or #696).

RGB color model

#6DB37D color RGB value is (109,179,125).

  • red value is 109;
  • green value is 179;
  • blue value is 125.
RGB:
(109,179,125)
(43%,70%,49%)

RGB channels and saturation

R 109 of 255 = 43%
G 179 of 255 = 70%
B 125 of 255 = 49%

109
179
125

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

Portions of RGB colors in percentages

R + G + B =
109 + 179 + 125 = 413 (100%)
R 109 of 413 ~ 26.39%
G 179 of 413 ~ 43.34%
B 125 of 413 ~ 30.27%

%26.39
%43.34
%30.27

CMYK color model

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

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 30.17%
  • key color value is 29.80%
CMYK:
(39,0,30,30)
C39M0Y30K30 
(39%,0%,30%,30%)
(0.39/0.00/0.30/0.30)	

CMYK percentages

%39.11
%0
%30.17
%29.8

Codes

Color #6DB37D in popluar color models

6DB37D
RGB109179125
HSL134°31.53%56.47%
HSB/HSV134°39.11%70.20%
CMYK39.11%0.00%30.17%
29.80%

Color #6DB37D in popluar number systems.

HEX6DB37D
Decimal109179125
Binary1101101101100111111101
Octal155263175

Shades and tints

Shades of #6DB37D

#6DB37D
(109,179,125)
#64A372
(100,163,114)
#5B9367
(91,147,103)
#52835C
(82,131,92)
#497351
(73,115,81)
#406346
(64,99,70)
#37533B
(55,83,59)
#2E4330
(46,67,48)
#253325
(37,51,37)
#1C231A
(28,35,26)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #6DB37D

#6DB37D
(109,179,125)
#7AB988
(122,185,136)
#87BF93
(135,191,147)
#94C59E
(148,197,158)
#A1CBA9
(161,203,169)
#AED1B4
(174,209,180)
#BBD7BF
(187,215,191)
#C8DDCA
(200,221,202)
#D5E3D5
(213,227,213)
#E2E9E0
(226,233,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB37D; }

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

This text font color is #6DB37D.


Background Color

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

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

This div background color is #6DB37D.


Border color

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

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

This div border color is #6DB37D.


Opacity

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

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

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

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

This text has shadow with #6DB37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB37D on black background.


Color preview on white background

This text has color #6DB37D on white background.



Black color preview on #6DB37D background

This text has black color on #6DB37D background.


White color preview on #6DB37D background

This text has white color on #6DB37D background.