COLOR #6DA575

HEX: #6DA575
RGB: (109,165,117)

Color info

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

RGB color model

#6DA575 color RGB value is (109,165,117).

  • red value is 109;
  • green value is 165;
  • blue value is 117.
RGB:
(109,165,117)
(43%,65%,46%)

RGB channels and saturation

R 109 of 255 = 43%
G 165 of 255 = 65%
B 117 of 255 = 46%

109
165
117

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

Portions of RGB colors in percentages

R + G + B =
109 + 165 + 117 = 391 (100%)
R 109 of 391 ~ 27.88%
G 165 of 391 ~ 42.2%
B 117 of 391 ~ 29.92%

%27.88
%42.2
%29.92

CMYK color model

#6DA575 color CMYK value is (34,0,29,35).

  • cyan value is 33.94%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK:
(34,0,29,35)
C34M0Y29K35 
(34%,0%,29%,35%)
(0.34/0.00/0.29/0.35)	

CMYK percentages

%33.94
%0
%29.09
%35.29

Codes

Color #6DA575 in popluar color models

6DA575
RGB109165117
HSL129°23.73%53.73%
HSB/HSV129°33.94%64.71%
CMYK33.94%0.00%29.09%
35.29%

Color #6DA575 in popluar number systems.

HEX6DA575
Decimal109165117
Binary1101101101001011110101
Octal155245165

Shades and tints

Shades of #6DA575

#6DA575
(109,165,117)
#64966B
(100,150,107)
#5B8761
(91,135,97)
#527857
(82,120,87)
#49694D
(73,105,77)
#405A43
(64,90,67)
#374B39
(55,75,57)
#2E3C2F
(46,60,47)
#252D25
(37,45,37)
#1C1E1B
(28,30,27)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #6DA575

#6DA575
(109,165,117)
#7AAD81
(122,173,129)
#87B58D
(135,181,141)
#94BD99
(148,189,153)
#A1C5A5
(161,197,165)
#AECDB1
(174,205,177)
#BBD5BD
(187,213,189)
#C8DDC9
(200,221,201)
#D5E5D5
(213,229,213)
#E2EDE1
(226,237,225)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA575; }

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

This text font color is #6DA575.


Background Color

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

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

This div background color is #6DA575.


Border color

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

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

This div border color is #6DA575.


Opacity

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

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

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

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

This text has shadow with #6DA575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA575 on black background.


Color preview on white background

This text has color #6DA575 on white background.



Black color preview on #6DA575 background

This text has black color on #6DA575 background.


White color preview on #6DA575 background

This text has white color on #6DA575 background.