COLOR #6DA267

HEX: #6DA267 RGB: (109,162,103)

Color info

#6DA267 contains red, green and blue colors in about the same proportion. Web safe color of #6DA267 is #669966 (or #696).

RGB color model

#6DA267 color RGB value is (109,162,103).

RGB: (109,162,103) (43%, 64%, 40%)

RGB channels and saturation

R 109 of 255 = 43%
G 162 of 255 = 64%
B 103 of 255 = 40%

109
162
103

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

Portions of RGB colors in percentages

R + G + B = 109 + 162 + 103 = 374 (100%)
R 109 of 374 ~ 29.14%
G 162 of 374 ~ 43.32%
B 103 of 374 ~ 27.54'%

%29.14
%43.32
%27.54

CMYK color model

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

  • cyan value is 32.72%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 36.47%

CMYK: (33,0,36,36)
C33M0Y36K36 (33%, 0%, 36%, 36%)
(0.33 / 0.00 / 0.36 / 0.36)

CMYK percentages

%32.72
%0
%36.42
%36.47

Codes

Color #6DA267 in popluar color models

6D A2 67
RGB 109 162 103
HSL 114° 24.08% 51.96%
HSB/HSV 114° 36.42% 63.53%
CMYK 32.72% 0.00% 36.42%
36.47%

Color #6DA267 in popluar number systems.

HEX 6D A2 67
Decimal 109 162 103
Binary 1101101 10100010 1100111
Octal 155 242 147

Shades and tints

Shades of #6DA267

#6DA267
(109,162,103)
#64945E
(100,148,94)
#5B8655
(91,134,85)
#52784C
(82,120,76)
#496A43
(73,106,67)
#405C3A
(64,92,58)
#374E31
(55,78,49)
#2E4028
(46,64,40)
#25321F
(37,50,31)
#1C2416
(28,36,22)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #6DA267

#6DA267
(109,162,103)
#7AAA74
(122,170,116)
#87B281
(135,178,129)
#94BA8E
(148,186,142)
#A1C29B
(161,194,155)
#AECAA8
(174,202,168)
#BBD2B5
(187,210,181)
#C8DAC2
(200,218,194)
#D5E2CF
(213,226,207)
#E2EADC
(226,234,220)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA267 color. Also use rgb(109,162,103) instead hex code.

Text Font Color

.myTextColor { color: #6DA267; }

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

This text font color is #6DA267.

Background Color

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

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

This div background color is #6DA267.

Border color

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

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

This div border color is #6DA267.

Opacity

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

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

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

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

This text has shadow with #6DA267 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA267.

Preview

Color preview on black background

This text has color #6DA267 on black background.


Color preview on white background

This text has color #6DA267 on white background.


Black color preview on #6DA267 background

This text has black color on #6DA267 background.


White color preview on #6DA267 background

This text has white color on #6DA267 background.


Related colors

Complementary color

Complementary color for #hex is #925D98.


I love getcolorcode.com

Triadic colors

1 #676DA2 and #A2676D with #6DA267 are triadic colors.

2 #67A26D and #A26D67 with #6DA267 are triadic colors.