COLOR #6DA825

HEX: #6DA825
RGB: (109,168,37)

Color info

#6DA825 contains mainly red and green colors. Web safe color of #6DA825 is #669933 (or #693).

RGB color model

#6DA825 color RGB value is (109,168,37).

  • red value is 109;
  • green value is 168;
  • blue value is 37.
RGB:
(109,168,37)
(43%,66%,15%)

RGB channels and saturation

R 109 of 255 = 43%
G 168 of 255 = 66%
B 37 of 255 = 15%

109
168
37

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

Portions of RGB colors in percentages

R + G + B =
109 + 168 + 37 = 314 (100%)
R 109 of 314 ~ 34.71%
G 168 of 314 ~ 53.5%
B 37 of 314 ~ 11.78%

%34.71
%53.5
%11.78

CMYK color model

#6DA825 color CMYK value is (35,0,78,34).

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 77.98%
  • key color value is 34.12%
CMYK:
(35,0,78,34)
C35M0Y78K34 
(35%,0%,78%,34%)
(0.35/0.00/0.78/0.34)	

CMYK percentages

%35.12
%0
%77.98
%34.12

Codes

Color #6DA825 in popluar color models

6DA825
RGB10916837
HSL87°63.90%40.20%
HSB/HSV87°77.98%65.88%
CMYK35.12%0.00%77.98%
34.12%

Color #6DA825 in popluar number systems.

HEX6DA825
Decimal10916837
Binary110110110101000100101
Octal15525045

Shades and tints

Shades of #6DA825

#6DA825
(109,168,37)
#649922
(100,153,34)
#5B8A1F
(91,138,31)
#527B1C
(82,123,28)
#496C19
(73,108,25)
#405D16
(64,93,22)
#374E13
(55,78,19)
#2E3F10
(46,63,16)
#25300D
(37,48,13)
#1C210A
(28,33,10)
#131207
(19,18,7)
#000000
(0,0,0)

Tints of #6DA825

#6DA825
(109,168,37)
#7AAF38
(122,175,56)
#87B64B
(135,182,75)
#94BD5E
(148,189,94)
#A1C471
(161,196,113)
#AECB84
(174,203,132)
#BBD297
(187,210,151)
#C8D9AA
(200,217,170)
#D5E0BD
(213,224,189)
#E2E7D0
(226,231,208)
#EFEEE3
(239,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA825 color. Also use rgb(109,168,37) instead hex code.

Text Font Color

.myTextColor { color: #6DA825; }

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

This text font color is #6DA825.


Background Color

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

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

This div background color is #6DA825.


Border color

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

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

This div border color is #6DA825.


Opacity

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

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

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

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

This text has shadow with #6DA825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA825 on black background.


Color preview on white background

This text has color #6DA825 on white background.



Black color preview on #6DA825 background

This text has black color on #6DA825 background.


White color preview on #6DA825 background

This text has white color on #6DA825 background.