COLOR #6DA35D

HEX: #6DA35D
RGB: (109,163,93)

Color info

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

RGB color model

#6DA35D color RGB value is (109,163,93).

  • red value is 109;
  • green value is 163;
  • blue value is 93.
RGB:
(109,163,93)
(43%,64%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 163 of 255 = 64%
B 93 of 255 = 36%

109
163
93

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

Portions of RGB colors in percentages

R + G + B =
109 + 163 + 93 = 365 (100%)
R 109 of 365 ~ 29.86%
G 163 of 365 ~ 44.66%
B 93 of 365 ~ 25.48%

%29.86
%44.66
%25.48

CMYK color model

#6DA35D color CMYK value is (33,0,43,36).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 42.94%
  • key color value is 36.08%
CMYK:
(33,0,43,36)
C33M0Y43K36 
(33%,0%,43%,36%)
(0.33/0.00/0.43/0.36)	

CMYK percentages

%33.13
%0
%42.94
%36.08

Codes

Color #6DA35D in popluar color models

6DA35D
RGB10916393
HSL106°27.56%50.20%
HSB/HSV106°42.94%63.92%
CMYK33.13%0.00%42.94%
36.08%

Color #6DA35D in popluar number systems.

HEX6DA35D
Decimal10916393
Binary1101101101000111011101
Octal155243135

Shades and tints

Shades of #6DA35D

#6DA35D
(109,163,93)
#649555
(100,149,85)
#5B874D
(91,135,77)
#527945
(82,121,69)
#496B3D
(73,107,61)
#405D35
(64,93,53)
#374F2D
(55,79,45)
#2E4125
(46,65,37)
#25331D
(37,51,29)
#1C2515
(28,37,21)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #6DA35D

#6DA35D
(109,163,93)
#7AAB6B
(122,171,107)
#87B379
(135,179,121)
#94BB87
(148,187,135)
#A1C395
(161,195,149)
#AECBA3
(174,203,163)
#BBD3B1
(187,211,177)
#C8DBBF
(200,219,191)
#D5E3CD
(213,227,205)
#E2EBDB
(226,235,219)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA35D color. Also use rgb(109,163,93) instead hex code.

Text Font Color

.myTextColor { color: #6DA35D; }

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

This text font color is #6DA35D.


Background Color

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

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

This div background color is #6DA35D.


Border color

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

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

This div border color is #6DA35D.


Opacity

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

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

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

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

This text has shadow with #6DA35D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA35D on black background.


Color preview on white background

This text has color #6DA35D on white background.



Black color preview on #6DA35D background

This text has black color on #6DA35D background.


White color preview on #6DA35D background

This text has white color on #6DA35D background.