COLOR #6DB575

HEX: #6DB575
RGB: (109,181,117)

Color info

#6DB575 contains mainly green color. Web safe color of #6DB575 is #66CC66 (or #6C6).

RGB color model

#6DB575 color RGB value is (109,181,117).

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

RGB channels and saturation

R 109 of 255 = 43%
G 181 of 255 = 71%
B 117 of 255 = 46%

109
181
117

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

Portions of RGB colors in percentages

R + G + B =
109 + 181 + 117 = 407 (100%)
R 109 of 407 ~ 26.78%
G 181 of 407 ~ 44.47%
B 117 of 407 ~ 28.75%

%26.78
%44.47
%28.75

CMYK color model

#6DB575 color CMYK value is (40,0,35,29).

  • cyan value is 39.78%
  • magenta value is 0.00%
  • yellow value is 35.36%
  • key color value is 29.02%
CMYK:
(40,0,35,29)
C40M0Y35K29 
(40%,0%,35%,29%)
(0.40/0.00/0.35/0.29)	

CMYK percentages

%39.78
%0
%35.36
%29.02

Codes

Color #6DB575 in popluar color models

6DB575
RGB109181117
HSL127°32.73%56.86%
HSB/HSV127°39.78%70.98%
CMYK39.78%0.00%35.36%
29.02%

Color #6DB575 in popluar number systems.

HEX6DB575
Decimal109181117
Binary1101101101101011110101
Octal155265165

Shades and tints

Shades of #6DB575

#6DB575
(109,181,117)
#64A56B
(100,165,107)
#5B9561
(91,149,97)
#528557
(82,133,87)
#49754D
(73,117,77)
#406543
(64,101,67)
#375539
(55,85,57)
#2E452F
(46,69,47)
#253525
(37,53,37)
#1C251B
(28,37,27)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #6DB575

#6DB575
(109,181,117)
#7ABB81
(122,187,129)
#87C18D
(135,193,141)
#94C799
(148,199,153)
#A1CDA5
(161,205,165)
#AED3B1
(174,211,177)
#BBD9BD
(187,217,189)
#C8DFC9
(200,223,201)
#D5E5D5
(213,229,213)
#E2EBE1
(226,235,225)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB575; }

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

This text font color is #6DB575.


Background Color

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

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

This div background color is #6DB575.


Border color

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

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

This div border color is #6DB575.


Opacity

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

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

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

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

This text has shadow with #6DB575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB575 on black background.


Color preview on white background

This text has color #6DB575 on white background.



Black color preview on #6DB575 background

This text has black color on #6DB575 background.


White color preview on #6DB575 background

This text has white color on #6DB575 background.