COLOR #6DA934

HEX: #6DA934
RGB: (109,169,52)

Color info

#6DA934 contains mainly green color. Web safe color of #6DA934 is #669933 (or #693).

RGB color model

#6DA934 color RGB value is (109,169,52).

  • red value is 109;
  • green value is 169;
  • blue value is 52.
RGB:
(109,169,52)
(43%,66%,20%)

RGB channels and saturation

R 109 of 255 = 43%
G 169 of 255 = 66%
B 52 of 255 = 20%

109
169
52

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

Portions of RGB colors in percentages

R + G + B =
109 + 169 + 52 = 330 (100%)
R 109 of 330 ~ 33.03%
G 169 of 330 ~ 51.21%
B 52 of 330 ~ 15.76%

%33.03
%51.21
%15.76

CMYK color model

#6DA934 color CMYK value is (36,0,69,34).

  • cyan value is 35.50%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 33.73%
CMYK:
(36,0,69,34)
C36M0Y69K34 
(36%,0%,69%,34%)
(0.36/0.00/0.69/0.34)	

CMYK percentages

%35.5
%0
%69.23
%33.73

Codes

Color #6DA934 in popluar color models

6DA934
RGB10916952
HSL91°52.94%43.33%
HSB/HSV91°69.23%66.27%
CMYK35.50%0.00%69.23%
33.73%

Color #6DA934 in popluar number systems.

HEX6DA934
Decimal10916952
Binary110110110101001110100
Octal15525164

Shades and tints

Shades of #6DA934

#6DA934
(109,169,52)
#649A30
(100,154,48)
#5B8B2C
(91,139,44)
#527C28
(82,124,40)
#496D24
(73,109,36)
#405E20
(64,94,32)
#374F1C
(55,79,28)
#2E4018
(46,64,24)
#253114
(37,49,20)
#1C2210
(28,34,16)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #6DA934

#6DA934
(109,169,52)
#7AB046
(122,176,70)
#87B758
(135,183,88)
#94BE6A
(148,190,106)
#A1C57C
(161,197,124)
#AECC8E
(174,204,142)
#BBD3A0
(187,211,160)
#C8DAB2
(200,218,178)
#D5E1C4
(213,225,196)
#E2E8D6
(226,232,214)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA934 color. Also use rgb(109,169,52) instead hex code.

Text Font Color

.myTextColor { color: #6DA934; }

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

This text font color is #6DA934.


Background Color

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

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

This div background color is #6DA934.


Border color

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

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

This div border color is #6DA934.


Opacity

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

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

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

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

This text has shadow with #6DA934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA934 on black background.


Color preview on white background

This text has color #6DA934 on white background.



Black color preview on #6DA934 background

This text has black color on #6DA934 background.


White color preview on #6DA934 background

This text has white color on #6DA934 background.