COLOR #6DB050

HEX: #6DB050
RGB: (109,176,80)

Color info

#6DB050 contains mainly green color. Web safe color of #6DB050 is #669966 (or #696).

RGB color model

#6DB050 color RGB value is (109,176,80).

  • red value is 109;
  • green value is 176;
  • blue value is 80.
RGB:
(109,176,80)
(43%,69%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 176 of 255 = 69%
B 80 of 255 = 31%

109
176
80

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

Portions of RGB colors in percentages

R + G + B =
109 + 176 + 80 = 365 (100%)
R 109 of 365 ~ 29.86%
G 176 of 365 ~ 48.22%
B 80 of 365 ~ 21.92%

%29.86
%48.22
%21.92

CMYK color model

#6DB050 color CMYK value is (38,0,55,31).

  • cyan value is 38.07%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 30.98%
CMYK:
(38,0,55,31)
C38M0Y55K31 
(38%,0%,55%,31%)
(0.38/0.00/0.55/0.31)	

CMYK percentages

%38.07
%0
%54.55
%30.98

Codes

Color #6DB050 in popluar color models

6DB050
RGB10917680
HSL102°37.80%50.20%
HSB/HSV102°54.55%69.02%
CMYK38.07%0.00%54.55%
30.98%

Color #6DB050 in popluar number systems.

HEX6DB050
Decimal10917680
Binary1101101101100001010000
Octal155260120

Shades and tints

Shades of #6DB050

#6DB050
(109,176,80)
#64A049
(100,160,73)
#5B9042
(91,144,66)
#52803B
(82,128,59)
#497034
(73,112,52)
#40602D
(64,96,45)
#375026
(55,80,38)
#2E401F
(46,64,31)
#253018
(37,48,24)
#1C2011
(28,32,17)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #6DB050

#6DB050
(109,176,80)
#7AB75F
(122,183,95)
#87BE6E
(135,190,110)
#94C57D
(148,197,125)
#A1CC8C
(161,204,140)
#AED39B
(174,211,155)
#BBDAAA
(187,218,170)
#C8E1B9
(200,225,185)
#D5E8C8
(213,232,200)
#E2EFD7
(226,239,215)
#EFF6E6
(239,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB050 color. Also use rgb(109,176,80) instead hex code.

Text Font Color

.myTextColor { color: #6DB050; }

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

This text font color is #6DB050.


Background Color

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

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

This div background color is #6DB050.


Border color

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

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

This div border color is #6DB050.


Opacity

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

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

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

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

This text has shadow with #6DB050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB050 on black background.


Color preview on white background

This text has color #6DB050 on white background.



Black color preview on #6DB050 background

This text has black color on #6DB050 background.


White color preview on #6DB050 background

This text has white color on #6DB050 background.