COLOR #6DA054

HEX: #6DA054
RGB: (109,160,84)

Color info

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

RGB color model

#6DA054 color RGB value is (109,160,84).

  • red value is 109;
  • green value is 160;
  • blue value is 84.
RGB:
(109,160,84)
(43%,63%,33%)

RGB channels and saturation

R 109 of 255 = 43%
G 160 of 255 = 63%
B 84 of 255 = 33%

109
160
84

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

Portions of RGB colors in percentages

R + G + B =
109 + 160 + 84 = 353 (100%)
R 109 of 353 ~ 30.88%
G 160 of 353 ~ 45.33%
B 84 of 353 ~ 23.8%

%30.88
%45.33
%23.8

CMYK color model

#6DA054 color CMYK value is (32,0,48,37).

  • cyan value is 31.88%
  • magenta value is 0.00%
  • yellow value is 47.50%
  • key color value is 37.25%
CMYK:
(32,0,48,37)
C32M0Y48K37 
(32%,0%,48%,37%)
(0.32/0.00/0.48/0.37)	

CMYK percentages

%31.88
%0
%47.5
%37.25

Codes

Color #6DA054 in popluar color models

6DA054
RGB10916084
HSL100°31.15%47.84%
HSB/HSV100°47.50%62.75%
CMYK31.88%0.00%47.50%
37.25%

Color #6DA054 in popluar number systems.

HEX6DA054
Decimal10916084
Binary1101101101000001010100
Octal155240124

Shades and tints

Shades of #6DA054

#6DA054
(109,160,84)
#64924D
(100,146,77)
#5B8446
(91,132,70)
#52763F
(82,118,63)
#496838
(73,104,56)
#405A31
(64,90,49)
#374C2A
(55,76,42)
#2E3E23
(46,62,35)
#25301C
(37,48,28)
#1C2215
(28,34,21)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #6DA054

#6DA054
(109,160,84)
#7AA863
(122,168,99)
#87B072
(135,176,114)
#94B881
(148,184,129)
#A1C090
(161,192,144)
#AEC89F
(174,200,159)
#BBD0AE
(187,208,174)
#C8D8BD
(200,216,189)
#D5E0CC
(213,224,204)
#E2E8DB
(226,232,219)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA054 color. Also use rgb(109,160,84) instead hex code.

Text Font Color

.myTextColor { color: #6DA054; }

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

This text font color is #6DA054.


Background Color

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

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

This div background color is #6DA054.


Border color

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

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

This div border color is #6DA054.


Opacity

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

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

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

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

This text has shadow with #6DA054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA054 on black background.


Color preview on white background

This text has color #6DA054 on white background.



Black color preview on #6DA054 background

This text has black color on #6DA054 background.


White color preview on #6DA054 background

This text has white color on #6DA054 background.