COLOR #6DA060

HEX: #6DA060
RGB: (109,160,96)

Color info

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

RGB color model

#6DA060 color RGB value is (109,160,96).

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

RGB channels and saturation

R 109 of 255 = 43%
G 160 of 255 = 63%
B 96 of 255 = 38%

109
160
96

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

Portions of RGB colors in percentages

R + G + B =
109 + 160 + 96 = 365 (100%)
R 109 of 365 ~ 29.86%
G 160 of 365 ~ 43.84%
B 96 of 365 ~ 26.3%

%29.86
%43.84
%26.3

CMYK color model

#6DA060 color CMYK value is (32,0,40,37).

  • cyan value is 31.88%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 37.25%
CMYK:
(32,0,40,37)
C32M0Y40K37 
(32%,0%,40%,37%)
(0.32/0.00/0.40/0.37)	

CMYK percentages

%31.88
%0
%40
%37.25

Codes

Color #6DA060 in popluar color models

6DA060
RGB10916096
HSL108°25.20%50.20%
HSB/HSV108°40.00%62.75%
CMYK31.88%0.00%40.00%
37.25%

Color #6DA060 in popluar number systems.

HEX6DA060
Decimal10916096
Binary1101101101000001100000
Octal155240140

Shades and tints

Shades of #6DA060

#6DA060
(109,160,96)
#649258
(100,146,88)
#5B8450
(91,132,80)
#527648
(82,118,72)
#496840
(73,104,64)
#405A38
(64,90,56)
#374C30
(55,76,48)
#2E3E28
(46,62,40)
#253020
(37,48,32)
#1C2218
(28,34,24)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #6DA060

#6DA060
(109,160,96)
#7AA86E
(122,168,110)
#87B07C
(135,176,124)
#94B88A
(148,184,138)
#A1C098
(161,192,152)
#AEC8A6
(174,200,166)
#BBD0B4
(187,208,180)
#C8D8C2
(200,216,194)
#D5E0D0
(213,224,208)
#E2E8DE
(226,232,222)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA060; }

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

This text font color is #6DA060.


Background Color

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

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

This div background color is #6DA060.


Border color

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

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

This div border color is #6DA060.


Opacity

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

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

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

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

This text has shadow with #6DA060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA060 on black background.


Color preview on white background

This text has color #6DA060 on white background.



Black color preview on #6DA060 background

This text has black color on #6DA060 background.


White color preview on #6DA060 background

This text has white color on #6DA060 background.