COLOR #6DA65A

HEX: #6DA65A
RGB: (109,166,90)

Color info

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

RGB color model

#6DA65A color RGB value is (109,166,90).

  • red value is 109;
  • green value is 166;
  • blue value is 90.
RGB:
(109,166,90)
(43%,65%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 166 of 255 = 65%
B 90 of 255 = 35%

109
166
90

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

Portions of RGB colors in percentages

R + G + B =
109 + 166 + 90 = 365 (100%)
R 109 of 365 ~ 29.86%
G 166 of 365 ~ 45.48%
B 90 of 365 ~ 24.66%

%29.86
%45.48
%24.66

CMYK color model

#6DA65A color CMYK value is (34,0,46,35).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 34.90%
CMYK:
(34,0,46,35)
C34M0Y46K35 
(34%,0%,46%,35%)
(0.34/0.00/0.46/0.35)	

CMYK percentages

%34.34
%0
%45.78
%34.9

Codes

Color #6DA65A in popluar color models

6DA65A
RGB10916690
HSL105°29.92%50.20%
HSB/HSV105°45.78%65.10%
CMYK34.34%0.00%45.78%
34.90%

Color #6DA65A in popluar number systems.

HEX6DA65A
Decimal10916690
Binary1101101101001101011010
Octal155246132

Shades and tints

Shades of #6DA65A

#6DA65A
(109,166,90)
#649752
(100,151,82)
#5B884A
(91,136,74)
#527942
(82,121,66)
#496A3A
(73,106,58)
#405B32
(64,91,50)
#374C2A
(55,76,42)
#2E3D22
(46,61,34)
#252E1A
(37,46,26)
#1C1F12
(28,31,18)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #6DA65A

#6DA65A
(109,166,90)
#7AAE69
(122,174,105)
#87B678
(135,182,120)
#94BE87
(148,190,135)
#A1C696
(161,198,150)
#AECEA5
(174,206,165)
#BBD6B4
(187,214,180)
#C8DEC3
(200,222,195)
#D5E6D2
(213,230,210)
#E2EEE1
(226,238,225)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA65A color. Also use rgb(109,166,90) instead hex code.

Text Font Color

.myTextColor { color: #6DA65A; }

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

This text font color is #6DA65A.


Background Color

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

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

This div background color is #6DA65A.


Border color

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

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

This div border color is #6DA65A.


Opacity

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

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

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

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

This text has shadow with #6DA65A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA65A on black background.


Color preview on white background

This text has color #6DA65A on white background.



Black color preview on #6DA65A background

This text has black color on #6DA65A background.


White color preview on #6DA65A background

This text has white color on #6DA65A background.