COLOR #6DA66B

HEX: #6DA66B
RGB: (109,166,107)

Color info

#6DA66B contains red, green and blue colors in about the same proportion. Web safe color of #6DA66B is #669966 (or #696).

RGB color model

#6DA66B color RGB value is (109,166,107).

  • red value is 109;
  • green value is 166;
  • blue value is 107.
RGB:
(109,166,107)
(43%,65%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 166 of 255 = 65%
B 107 of 255 = 42%

109
166
107

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

Portions of RGB colors in percentages

R + G + B =
109 + 166 + 107 = 382 (100%)
R 109 of 382 ~ 28.53%
G 166 of 382 ~ 43.46%
B 107 of 382 ~ 28.01%

%28.53
%43.46
%28.01

CMYK color model

#6DA66B color CMYK value is (34,0,36,35).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 35.54%
  • key color value is 34.90%
CMYK:
(34,0,36,35)
C34M0Y36K35 
(34%,0%,36%,35%)
(0.34/0.00/0.36/0.35)	

CMYK percentages

%34.34
%0
%35.54
%34.9

Codes

Color #6DA66B in popluar color models

6DA66B
RGB109166107
HSL118°24.89%53.53%
HSB/HSV118°35.54%65.10%
CMYK34.34%0.00%35.54%
34.90%

Color #6DA66B in popluar number systems.

HEX6DA66B
Decimal109166107
Binary1101101101001101101011
Octal155246153

Shades and tints

Shades of #6DA66B

#6DA66B
(109,166,107)
#649762
(100,151,98)
#5B8859
(91,136,89)
#527950
(82,121,80)
#496A47
(73,106,71)
#405B3E
(64,91,62)
#374C35
(55,76,53)
#2E3D2C
(46,61,44)
#252E23
(37,46,35)
#1C1F1A
(28,31,26)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #6DA66B

#6DA66B
(109,166,107)
#7AAE78
(122,174,120)
#87B685
(135,182,133)
#94BE92
(148,190,146)
#A1C69F
(161,198,159)
#AECEAC
(174,206,172)
#BBD6B9
(187,214,185)
#C8DEC6
(200,222,198)
#D5E6D3
(213,230,211)
#E2EEE0
(226,238,224)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA66B color. Also use rgb(109,166,107) instead hex code.

Text Font Color

.myTextColor { color: #6DA66B; }

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

This text font color is #6DA66B.


Background Color

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

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

This div background color is #6DA66B.


Border color

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

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

This div border color is #6DA66B.


Opacity

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

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

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

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

This text has shadow with #6DA66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA66B on black background.


Color preview on white background

This text has color #6DA66B on white background.



Black color preview on #6DA66B background

This text has black color on #6DA66B background.


White color preview on #6DA66B background

This text has white color on #6DA66B background.