COLOR #6DA375

HEX: #6DA375 RGB: (109,163,117)

Color info

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

RGB color model

#6DA375 color RGB value is (109,163,117).

RGB: (109,163,117) (43%, 64%, 46%)

RGB channels and saturation

R 109 of 255 = 43%
G 163 of 255 = 64%
B 117 of 255 = 46%

109
163
117

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

Portions of RGB colors in percentages

R + G + B = 109 + 163 + 117 = 389 (100%)
R 109 of 389 ~ 28.02%
G 163 of 389 ~ 41.9%
B 117 of 389 ~ 30.08'%

%28.02
%41.9
%30.08

CMYK color model

#6DA375 color CMYK value is (33,0,28,36).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 36.08%

CMYK: (33,0,28,36)
C33M0Y28K36 (33%, 0%, 28%, 36%)
(0.33 / 0.00 / 0.28 / 0.36)

CMYK percentages

%33.13
%0
%28.22
%36.08

Codes

Color #6DA375 in popluar color models

6D A3 75
RGB 109 163 117
HSL 129° 22.69% 53.33%
HSB/HSV 129° 33.13% 63.92%
CMYK 33.13% 0.00% 28.22%
36.08%

Color #6DA375 in popluar number systems.

HEX 6D A3 75
Decimal 109 163 117
Binary 1101101 10100011 1110101
Octal 155 243 165

Shades and tints

Shades of #6DA375

#6DA375
(109,163,117)
#64956B
(100,149,107)
#5B8761
(91,135,97)
#527957
(82,121,87)
#496B4D
(73,107,77)
#405D43
(64,93,67)
#374F39
(55,79,57)
#2E412F
(46,65,47)
#253325
(37,51,37)
#1C251B
(28,37,27)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #6DA375

#6DA375
(109,163,117)
#7AAB81
(122,171,129)
#87B38D
(135,179,141)
#94BB99
(148,187,153)
#A1C3A5
(161,195,165)
#AECBB1
(174,203,177)
#BBD3BD
(187,211,189)
#C8DBC9
(200,219,201)
#D5E3D5
(213,227,213)
#E2EBE1
(226,235,225)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA375 color. Also use rgb(109,163,117) instead hex code.

Text Font Color

.myTextColor { color: #6DA375; }

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

This text font color is #6DA375.

Background Color

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

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

This div background color is #6DA375.

Border color

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

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

This div border color is #6DA375.

Opacity

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

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

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

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

This text has shadow with #6DA375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA375.

Preview

Color preview on black background

This text has color #6DA375 on black background.


Color preview on white background

This text has color #6DA375 on white background.


Black color preview on #6DA375 background

This text has black color on #6DA375 background.


White color preview on #6DA375 background

This text has white color on #6DA375 background.


Related colors

Complementary color

Complementary color for #hex is #925C8A.


I love getcolorcode.com

Triadic colors

1 #756DA3 and #A3756D with #6DA375 are triadic colors.

2 #75A36D and #A36D75 with #6DA375 are triadic colors.