COLOR #6DB372

HEX: #6DB372 RGB: (109,179,114)

Color info

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

RGB color model

#6DB372 color RGB value is (109,179,114).

RGB: (109,179,114) (43%, 70%, 45%)

RGB channels and saturation

R 109 of 255 = 43%
G 179 of 255 = 70%
B 114 of 255 = 45%

109
179
114

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

Portions of RGB colors in percentages

R + G + B = 109 + 179 + 114 = 402 (100%)
R 109 of 402 ~ 27.11%
G 179 of 402 ~ 44.53%
B 114 of 402 ~ 28.36'%

%27.11
%44.53
%28.36

CMYK color model

#6DB372 color CMYK value is (39,0,36,30).

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 36.31%
  • key color value is 29.80%
CMYK: (39,0,36,30) C39M0Y36K30 (39%,0%,36%,30%) (0.39/0.00/0.36/0.30) 

CMYK percentages

%39.11
%0
%36.31
%29.8

Codes

Color #6DB372 in popluar color models

6D B3 72
RGB 109 179 114
HSL 124° 31.53% 56.47%
HSB/HSV 124° 39.11% 70.20%
CMYK 39.11% 0.00% 36.31%
29.80%

Color #6DB372 in popluar number systems.

HEX 6D B3 72
Decimal 109 179 114
Binary 1101101 10110011 1110010
Octal 155 263 162

Shades and tints

Shades of #6DB372

#6DB372
(109,179,114)
#64A368
(100,163,104)
#5B935E
(91,147,94)
#528354
(82,131,84)
#49734A
(73,115,74)
#406340
(64,99,64)
#375336
(55,83,54)
#2E432C
(46,67,44)
#253322
(37,51,34)
#1C2318
(28,35,24)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #6DB372

#6DB372
(109,179,114)
#7AB97E
(122,185,126)
#87BF8A
(135,191,138)
#94C596
(148,197,150)
#A1CBA2
(161,203,162)
#AED1AE
(174,209,174)
#BBD7BA
(187,215,186)
#C8DDC6
(200,221,198)
#D5E3D2
(213,227,210)
#E2E9DE
(226,233,222)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB372; }

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

This text font color is #6DB372.

Background Color

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

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

This div background color is #6DB372.

Border color

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

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

This div border color is #6DB372.

Opacity

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

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

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

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

This text has shadow with #6DB372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB372.

Preview

Color preview on black background

This text has color #6DB372 on black background.


Color preview on white background

This text has color #6DB372 on white background.


Black color preview on #6DB372 background

This text has black color on #6DB372 background.


White color preview on #6DB372 background

This text has white color on #6DB372 background.


Related colors

Complementary color

Complementary color for #hex is #924C8D.


I love getcolorcode.com

Triadic colors

1 #726DB3 and #B3726D with #6DB372 are triadic colors.

2 #72B36D and #B36D72 with #6DB372 are triadic colors.