COLOR #6DBD76

HEX: #6DBD76
RGB: (109,189,118)

Color info

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

RGB color model

#6DBD76 color RGB value is (109,189,118).

  • red value is 109;
  • green value is 189;
  • blue value is 118.
RGB:
(109,189,118)
(43%,74%,46%)

RGB channels and saturation

R 109 of 255 = 43%
G 189 of 255 = 74%
B 118 of 255 = 46%

109
189
118

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

Portions of RGB colors in percentages

R + G + B =
109 + 189 + 118 = 416 (100%)
R 109 of 416 ~ 26.2%
G 189 of 416 ~ 45.43%
B 118 of 416 ~ 28.37%

%26.2
%45.43
%28.37

CMYK color model

#6DBD76 color CMYK value is (42,0,38,26).

  • cyan value is 42.33%
  • magenta value is 0.00%
  • yellow value is 37.57%
  • key color value is 25.88%
CMYK:
(42,0,38,26)
C42M0Y38K26 
(42%,0%,38%,26%)
(0.42/0.00/0.38/0.26)	

CMYK percentages

%42.33
%0
%37.57
%25.88

Codes

Color #6DBD76 in popluar color models

6DBD76
RGB109189118
HSL127°37.74%58.43%
HSB/HSV127°42.33%74.12%
CMYK42.33%0.00%37.57%
25.88%

Color #6DBD76 in popluar number systems.

HEX6DBD76
Decimal109189118
Binary1101101101111011110110
Octal155275166

Shades and tints

Shades of #6DBD76

#6DBD76
(109,189,118)
#64AC6C
(100,172,108)
#5B9B62
(91,155,98)
#528A58
(82,138,88)
#49794E
(73,121,78)
#406844
(64,104,68)
#37573A
(55,87,58)
#2E4630
(46,70,48)
#253526
(37,53,38)
#1C241C
(28,36,28)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #6DBD76

#6DBD76
(109,189,118)
#7AC382
(122,195,130)
#87C98E
(135,201,142)
#94CF9A
(148,207,154)
#A1D5A6
(161,213,166)
#AEDBB2
(174,219,178)
#BBE1BE
(187,225,190)
#C8E7CA
(200,231,202)
#D5EDD6
(213,237,214)
#E2F3E2
(226,243,226)
#EFF9EE
(239,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DBD76 color. Also use rgb(109,189,118) instead hex code.

Text Font Color

.myTextColor { color: #6DBD76; }

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

This text font color is #6DBD76.


Background Color

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

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

This div background color is #6DBD76.


Border color

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

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

This div border color is #6DBD76.


Opacity

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

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

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

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

This text has shadow with #6DBD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DBD76 on black background.


Color preview on white background

This text has color #6DBD76 on white background.



Black color preview on #6DBD76 background

This text has black color on #6DBD76 background.


White color preview on #6DBD76 background

This text has white color on #6DBD76 background.