COLOR #6DB965

HEX: #6DB965 RGB: (109,185,101)

Color info

#6DB965 contains mainly green color. Web safe color of #6DB965 is #66CC66 (or #6C6).

RGB color model

#6DB965 color RGB value is (109,185,101).

RGB: (109,185,101) (43%, 73%, 40%)

RGB channels and saturation

R 109 of 255 = 43%
G 185 of 255 = 73%
B 101 of 255 = 40%

109
185
101

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

Portions of RGB colors in percentages

R + G + B = 109 + 185 + 101 = 395 (100%)
R 109 of 395 ~ 27.59%
G 185 of 395 ~ 46.84%
B 101 of 395 ~ 25.57'%

%27.59
%46.84
%25.57

CMYK color model

#6DB965 color CMYK value is (41,0,45,27).

  • cyan value is 41.08%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 27.45%
CMYK: (41,0,45,27) C41M0Y45K27 (41%,0%,45%,27%) (0.41/0.00/0.45/0.27) 

CMYK percentages

%41.08
%0
%45.41
%27.45

Codes

Color #6DB965 in popluar color models

6D B9 65
RGB 109 185 101
HSL 114° 37.50% 56.08%
HSB/HSV 114° 45.41% 72.55%
CMYK 41.08% 0.00% 45.41%
27.45%

Color #6DB965 in popluar number systems.

HEX 6D B9 65
Decimal 109 185 101
Binary 1101101 10111001 1100101
Octal 155 271 145

Shades and tints

Shades of #6DB965

#6DB965
(109,185,101)
#64A95C
(100,169,92)
#5B9953
(91,153,83)
#52894A
(82,137,74)
#497941
(73,121,65)
#406938
(64,105,56)
#37592F
(55,89,47)
#2E4926
(46,73,38)
#25391D
(37,57,29)
#1C2914
(28,41,20)
#13190B
(19,25,11)
#000000
(0,0,0)

Tints of #6DB965

#6DB965
(109,185,101)
#7ABF73
(122,191,115)
#87C581
(135,197,129)
#94CB8F
(148,203,143)
#A1D19D
(161,209,157)
#AED7AB
(174,215,171)
#BBDDB9
(187,221,185)
#C8E3C7
(200,227,199)
#D5E9D5
(213,233,213)
#E2EFE3
(226,239,227)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB965 color. Also use rgb(109,185,101) instead hex code.

Text Font Color

.myTextColor { color: #6DB965; }

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

This text font color is #6DB965.

Background Color

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

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

This div background color is #6DB965.

Border color

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

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

This div border color is #6DB965.

Opacity

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

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

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

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

This text has shadow with #6DB965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB965.

Preview

Color preview on black background

This text has color #6DB965 on black background.


Color preview on white background

This text has color #6DB965 on white background.


Black color preview on #6DB965 background

This text has black color on #6DB965 background.


White color preview on #6DB965 background

This text has white color on #6DB965 background.


Related colors

Complementary color

Complementary color for #hex is #92469A.


I love getcolorcode.com

Triadic colors

1 #656DB9 and #B9656D with #6DB965 are triadic colors.

2 #65B96D and #B96D65 with #6DB965 are triadic colors.