COLOR #6DB875

HEX: #6DB875
RGB: (109,184,117)

Color info

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

RGB color model

#6DB875 color RGB value is (109,184,117).

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

RGB channels and saturation

R 109 of 255 = 43%
G 184 of 255 = 72%
B 117 of 255 = 46%

109
184
117

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

Portions of RGB colors in percentages

R + G + B =
109 + 184 + 117 = 410 (100%)
R 109 of 410 ~ 26.59%
G 184 of 410 ~ 44.88%
B 117 of 410 ~ 28.54%

%26.59
%44.88
%28.54

CMYK color model

#6DB875 color CMYK value is (41,0,36,28).

  • cyan value is 40.76%
  • magenta value is 0.00%
  • yellow value is 36.41%
  • key color value is 27.84%
CMYK:
(41,0,36,28)
C41M0Y36K28 
(41%,0%,36%,28%)
(0.41/0.00/0.36/0.28)	

CMYK percentages

%40.76
%0
%36.41
%27.84

Codes

Color #6DB875 in popluar color models

6DB875
RGB109184117
HSL126°34.56%57.45%
HSB/HSV126°40.76%72.16%
CMYK40.76%0.00%36.41%
27.84%

Color #6DB875 in popluar number systems.

HEX6DB875
Decimal109184117
Binary1101101101110001110101
Octal155270165

Shades and tints

Shades of #6DB875

#6DB875
(109,184,117)
#64A86B
(100,168,107)
#5B9861
(91,152,97)
#528857
(82,136,87)
#49784D
(73,120,77)
#406843
(64,104,67)
#375839
(55,88,57)
#2E482F
(46,72,47)
#253825
(37,56,37)
#1C281B
(28,40,27)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #6DB875

#6DB875
(109,184,117)
#7ABE81
(122,190,129)
#87C48D
(135,196,141)
#94CA99
(148,202,153)
#A1D0A5
(161,208,165)
#AED6B1
(174,214,177)
#BBDCBD
(187,220,189)
#C8E2C9
(200,226,201)
#D5E8D5
(213,232,213)
#E2EEE1
(226,238,225)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB875; }

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

This text font color is #6DB875.


Background Color

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

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

This div background color is #6DB875.


Border color

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

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

This div border color is #6DB875.


Opacity

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

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

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

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

This text has shadow with #6DB875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB875 on black background.


Color preview on white background

This text has color #6DB875 on white background.



Black color preview on #6DB875 background

This text has black color on #6DB875 background.


White color preview on #6DB875 background

This text has white color on #6DB875 background.