COLOR #6DAB6A

HEX: #6DAB6A
RGB: (109,171,106)

Color info

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

RGB color model

#6DAB6A color RGB value is (109,171,106).

  • red value is 109;
  • green value is 171;
  • blue value is 106.
RGB:
(109,171,106)
(43%,67%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 171 of 255 = 67%
B 106 of 255 = 42%

109
171
106

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

Portions of RGB colors in percentages

R + G + B =
109 + 171 + 106 = 386 (100%)
R 109 of 386 ~ 28.24%
G 171 of 386 ~ 44.3%
B 106 of 386 ~ 27.46%

%28.24
%44.3
%27.46

CMYK color model

#6DAB6A color CMYK value is (36,0,38,33).

  • cyan value is 36.26%
  • magenta value is 0.00%
  • yellow value is 38.01%
  • key color value is 32.94%
CMYK:
(36,0,38,33)
C36M0Y38K33 
(36%,0%,38%,33%)
(0.36/0.00/0.38/0.33)	

CMYK percentages

%36.26
%0
%38.01
%32.94

Codes

Color #6DAB6A in popluar color models

6DAB6A
RGB109171106
HSL117°27.90%54.31%
HSB/HSV117°38.01%67.06%
CMYK36.26%0.00%38.01%
32.94%

Color #6DAB6A in popluar number systems.

HEX6DAB6A
Decimal109171106
Binary1101101101010111101010
Octal155253152

Shades and tints

Shades of #6DAB6A

#6DAB6A
(109,171,106)
#649C61
(100,156,97)
#5B8D58
(91,141,88)
#527E4F
(82,126,79)
#496F46
(73,111,70)
#40603D
(64,96,61)
#375134
(55,81,52)
#2E422B
(46,66,43)
#253322
(37,51,34)
#1C2419
(28,36,25)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #6DAB6A

#6DAB6A
(109,171,106)
#7AB277
(122,178,119)
#87B984
(135,185,132)
#94C091
(148,192,145)
#A1C79E
(161,199,158)
#AECEAB
(174,206,171)
#BBD5B8
(187,213,184)
#C8DCC5
(200,220,197)
#D5E3D2
(213,227,210)
#E2EADF
(226,234,223)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAB6A color. Also use rgb(109,171,106) instead hex code.

Text Font Color

.myTextColor { color: #6DAB6A; }

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

This text font color is #6DAB6A.


Background Color

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

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

This div background color is #6DAB6A.


Border color

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

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

This div border color is #6DAB6A.


Opacity

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

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

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

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

This text has shadow with #6DAB6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAB6A on black background.


Color preview on white background

This text has color #6DAB6A on white background.



Black color preview on #6DAB6A background

This text has black color on #6DAB6A background.


White color preview on #6DAB6A background

This text has white color on #6DAB6A background.