COLOR #6DA76C

HEX: #6DA76C
RGB: (109,167,108)

Color info

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

RGB color model

#6DA76C color RGB value is (109,167,108).

  • red value is 109;
  • green value is 167;
  • blue value is 108.
RGB:
(109,167,108)
(43%,65%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 167 of 255 = 65%
B 108 of 255 = 42%

109
167
108

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

Portions of RGB colors in percentages

R + G + B =
109 + 167 + 108 = 384 (100%)
R 109 of 384 ~ 28.39%
G 167 of 384 ~ 43.49%
B 108 of 384 ~ 28.13%

%28.39
%43.49
%28.13

CMYK color model

#6DA76C color CMYK value is (35,0,35,35).

  • cyan value is 34.73%
  • magenta value is 0.00%
  • yellow value is 35.33%
  • key color value is 34.51%
CMYK:
(35,0,35,35)
C35M0Y35K35 
(35%,0%,35%,35%)
(0.35/0.00/0.35/0.35)	

CMYK percentages

%34.73
%0
%35.33
%34.51

Codes

Color #6DA76C in popluar color models

6DA76C
RGB109167108
HSL119°25.11%53.92%
HSB/HSV119°35.33%65.49%
CMYK34.73%0.00%35.33%
34.51%

Color #6DA76C in popluar number systems.

HEX6DA76C
Decimal109167108
Binary1101101101001111101100
Octal155247154

Shades and tints

Shades of #6DA76C

#6DA76C
(109,167,108)
#649863
(100,152,99)
#5B895A
(91,137,90)
#527A51
(82,122,81)
#496B48
(73,107,72)
#405C3F
(64,92,63)
#374D36
(55,77,54)
#2E3E2D
(46,62,45)
#252F24
(37,47,36)
#1C201B
(28,32,27)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #6DA76C

#6DA76C
(109,167,108)
#7AAF79
(122,175,121)
#87B786
(135,183,134)
#94BF93
(148,191,147)
#A1C7A0
(161,199,160)
#AECFAD
(174,207,173)
#BBD7BA
(187,215,186)
#C8DFC7
(200,223,199)
#D5E7D4
(213,231,212)
#E2EFE1
(226,239,225)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA76C color. Also use rgb(109,167,108) instead hex code.

Text Font Color

.myTextColor { color: #6DA76C; }

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

This text font color is #6DA76C.


Background Color

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

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

This div background color is #6DA76C.


Border color

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

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

This div border color is #6DA76C.


Opacity

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

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

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

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

This text has shadow with #6DA76C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA76C on black background.


Color preview on white background

This text has color #6DA76C on white background.



Black color preview on #6DA76C background

This text has black color on #6DA76C background.


White color preview on #6DA76C background

This text has white color on #6DA76C background.