COLOR #6DA770

HEX: #6DA770
RGB: (109,167,112)

Color info

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

RGB color model

#6DA770 color RGB value is (109,167,112).

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

RGB channels and saturation

R 109 of 255 = 43%
G 167 of 255 = 65%
B 112 of 255 = 44%

109
167
112

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

Portions of RGB colors in percentages

R + G + B =
109 + 167 + 112 = 388 (100%)
R 109 of 388 ~ 28.09%
G 167 of 388 ~ 43.04%
B 112 of 388 ~ 28.87%

%28.09
%43.04
%28.87

CMYK color model

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

  • cyan value is 34.73%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 34.51%
CMYK:
(35,0,33,35)
C35M0Y33K35 
(35%,0%,33%,35%)
(0.35/0.00/0.33/0.35)	

CMYK percentages

%34.73
%0
%32.93
%34.51

Codes

Color #6DA770 in popluar color models

6DA770
RGB109167112
HSL123°24.79%54.12%
HSB/HSV123°34.73%65.49%
CMYK34.73%0.00%32.93%
34.51%

Color #6DA770 in popluar number systems.

HEX6DA770
Decimal109167112
Binary1101101101001111110000
Octal155247160

Shades and tints

Shades of #6DA770

#6DA770
(109,167,112)
#649866
(100,152,102)
#5B895C
(91,137,92)
#527A52
(82,122,82)
#496B48
(73,107,72)
#405C3E
(64,92,62)
#374D34
(55,77,52)
#2E3E2A
(46,62,42)
#252F20
(37,47,32)
#1C2016
(28,32,22)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #6DA770

#6DA770
(109,167,112)
#7AAF7D
(122,175,125)
#87B78A
(135,183,138)
#94BF97
(148,191,151)
#A1C7A4
(161,199,164)
#AECFB1
(174,207,177)
#BBD7BE
(187,215,190)
#C8DFCB
(200,223,203)
#D5E7D8
(213,231,216)
#E2EFE5
(226,239,229)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA770; }

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

This text font color is #6DA770.


Background Color

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

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

This div background color is #6DA770.


Border color

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

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

This div border color is #6DA770.


Opacity

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

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

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

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

This text has shadow with #6DA770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA770 on black background.


Color preview on white background

This text has color #6DA770 on white background.



Black color preview on #6DA770 background

This text has black color on #6DA770 background.


White color preview on #6DA770 background

This text has white color on #6DA770 background.