COLOR #6DA761

HEX: #6DA761
RGB: (109,167,97)

Color info

#6DA761 contains mainly red and green colors. Web safe color of #6DA761 is #669966 (or #696).

RGB color model

#6DA761 color RGB value is (109,167,97).

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

RGB channels and saturation

R 109 of 255 = 43%
G 167 of 255 = 65%
B 97 of 255 = 38%

109
167
97

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

Portions of RGB colors in percentages

R + G + B =
109 + 167 + 97 = 373 (100%)
R 109 of 373 ~ 29.22%
G 167 of 373 ~ 44.77%
B 97 of 373 ~ 26.01%

%29.22
%44.77
%26.01

CMYK color model

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

  • cyan value is 34.73%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 34.51%
CMYK:
(35,0,42,35)
C35M0Y42K35 
(35%,0%,42%,35%)
(0.35/0.00/0.42/0.35)	

CMYK percentages

%34.73
%0
%41.92
%34.51

Codes

Color #6DA761 in popluar color models

6DA761
RGB10916797
HSL110°28.46%51.76%
HSB/HSV110°41.92%65.49%
CMYK34.73%0.00%41.92%
34.51%

Color #6DA761 in popluar number systems.

HEX6DA761
Decimal10916797
Binary1101101101001111100001
Octal155247141

Shades and tints

Shades of #6DA761

#6DA761
(109,167,97)
#649859
(100,152,89)
#5B8951
(91,137,81)
#527A49
(82,122,73)
#496B41
(73,107,65)
#405C39
(64,92,57)
#374D31
(55,77,49)
#2E3E29
(46,62,41)
#252F21
(37,47,33)
#1C2019
(28,32,25)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #6DA761

#6DA761
(109,167,97)
#7AAF6F
(122,175,111)
#87B77D
(135,183,125)
#94BF8B
(148,191,139)
#A1C799
(161,199,153)
#AECFA7
(174,207,167)
#BBD7B5
(187,215,181)
#C8DFC3
(200,223,195)
#D5E7D1
(213,231,209)
#E2EFDF
(226,239,223)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA761; }

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

This text font color is #6DA761.


Background Color

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

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

This div background color is #6DA761.


Border color

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

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

This div border color is #6DA761.


Opacity

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

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

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

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

This text has shadow with #6DA761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA761 on black background.


Color preview on white background

This text has color #6DA761 on white background.



Black color preview on #6DA761 background

This text has black color on #6DA761 background.


White color preview on #6DA761 background

This text has white color on #6DA761 background.