COLOR #6DB150

HEX: #6DB150
RGB: (109,177,80)

Color info

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

RGB color model

#6DB150 color RGB value is (109,177,80).

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

RGB channels and saturation

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

109
177
80

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

Portions of RGB colors in percentages

R + G + B =
109 + 177 + 80 = 366 (100%)
R 109 of 366 ~ 29.78%
G 177 of 366 ~ 48.36%
B 80 of 366 ~ 21.86%

%29.78
%48.36
%21.86

CMYK color model

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

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

CMYK percentages

%38.42
%0
%54.8
%30.59

Codes

Color #6DB150 in popluar color models

6DB150
RGB10917780
HSL102°38.34%50.39%
HSB/HSV102°54.80%69.41%
CMYK38.42%0.00%54.80%
30.59%

Color #6DB150 in popluar number systems.

HEX6DB150
Decimal10917780
Binary1101101101100011010000
Octal155261120

Shades and tints

Shades of #6DB150

#6DB150
(109,177,80)
#64A149
(100,161,73)
#5B9142
(91,145,66)
#52813B
(82,129,59)
#497134
(73,113,52)
#40612D
(64,97,45)
#375126
(55,81,38)
#2E411F
(46,65,31)
#253118
(37,49,24)
#1C2111
(28,33,17)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #6DB150

#6DB150
(109,177,80)
#7AB85F
(122,184,95)
#87BF6E
(135,191,110)
#94C67D
(148,198,125)
#A1CD8C
(161,205,140)
#AED49B
(174,212,155)
#BBDBAA
(187,219,170)
#C8E2B9
(200,226,185)
#D5E9C8
(213,233,200)
#E2F0D7
(226,240,215)
#EFF7E6
(239,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB150; }

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

This text font color is #6DB150.


Background Color

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

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

This div background color is #6DB150.


Border color

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

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

This div border color is #6DB150.


Opacity

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

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

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

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

This text has shadow with #6DB150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB150 on black background.


Color preview on white background

This text has color #6DB150 on white background.



Black color preview on #6DB150 background

This text has black color on #6DB150 background.


White color preview on #6DB150 background

This text has white color on #6DB150 background.