COLOR #6DB172

HEX: #6DB172 RGB: (109,177,114)

Color info

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

RGB color model

#6DB172 color RGB value is (109,177,114).

RGB: (109,177,114) (43%, 69%, 45%)

RGB channels and saturation

R 109 of 255 = 43%
G 177 of 255 = 69%
B 114 of 255 = 45%

109
177
114

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

Portions of RGB colors in percentages

R + G + B = 109 + 177 + 114 = 400 (100%)
R 109 of 400 ~ 27.25%
G 177 of 400 ~ 44.25%
B 114 of 400 ~ 28.5'%

%27.25
%44.25
%28.5

CMYK color model

#6DB172 color CMYK value is (38,0,36,31).

  • cyan value is 38.42%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 30.59%

CMYK: (38,0,36,31)
C38M0Y36K31 (38%, 0%, 36%, 31%)
(0.38 / 0.00 / 0.36 / 0.31)

CMYK percentages

%38.42
%0
%35.59
%30.59

Codes

Color #6DB172 in popluar color models

6D B1 72
RGB 109 177 114
HSL 124° 30.36% 56.08%
HSB/HSV 124° 38.42% 69.41%
CMYK 38.42% 0.00% 35.59%
30.59%

Color #6DB172 in popluar number systems.

HEX 6D B1 72
Decimal 109 177 114
Binary 1101101 10110001 1110010
Octal 155 261 162

Shades and tints

Shades of #6DB172

#6DB172
(109,177,114)
#64A168
(100,161,104)
#5B915E
(91,145,94)
#528154
(82,129,84)
#49714A
(73,113,74)
#406140
(64,97,64)
#375136
(55,81,54)
#2E412C
(46,65,44)
#253122
(37,49,34)
#1C2118
(28,33,24)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #6DB172

#6DB172
(109,177,114)
#7AB87E
(122,184,126)
#87BF8A
(135,191,138)
#94C696
(148,198,150)
#A1CDA2
(161,205,162)
#AED4AE
(174,212,174)
#BBDBBA
(187,219,186)
#C8E2C6
(200,226,198)
#D5E9D2
(213,233,210)
#E2F0DE
(226,240,222)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB172; }

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

This text font color is #6DB172.

Background Color

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

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

This div background color is #6DB172.

Border color

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

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

This div border color is #6DB172.

Opacity

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

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

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

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

This text has shadow with #6DB172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB172.

Preview

Color preview on black background

This text has color #6DB172 on black background.


Color preview on white background

This text has color #6DB172 on white background.


Black color preview on #6DB172 background

This text has black color on #6DB172 background.


White color preview on #6DB172 background

This text has white color on #6DB172 background.


Related colors

Complementary color

Complementary color for #hex is #924E8D.


I love getcolorcode.com

Triadic colors

1 #726DB1 and #B1726D with #6DB172 are triadic colors.

2 #72B16D and #B16D72 with #6DB172 are triadic colors.