COLOR #6DB65E

HEX: #6DB65E
RGB: (109,182,94)

Color info

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

RGB color model

#6DB65E color RGB value is (109,182,94).

  • red value is 109;
  • green value is 182;
  • blue value is 94.
RGB:
(109,182,94)
(43%,71%,37%)

RGB channels and saturation

R 109 of 255 = 43%
G 182 of 255 = 71%
B 94 of 255 = 37%

109
182
94

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

Portions of RGB colors in percentages

R + G + B =
109 + 182 + 94 = 385 (100%)
R 109 of 385 ~ 28.31%
G 182 of 385 ~ 47.27%
B 94 of 385 ~ 24.42%

%28.31
%47.27
%24.42

CMYK color model

#6DB65E color CMYK value is (40,0,48,29).

  • cyan value is 40.11%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 28.63%
CMYK:
(40,0,48,29)
C40M0Y48K29 
(40%,0%,48%,29%)
(0.40/0.00/0.48/0.29)	

CMYK percentages

%40.11
%0
%48.35
%28.63

Codes

Color #6DB65E in popluar color models

6DB65E
RGB10918294
HSL110°37.61%54.12%
HSB/HSV110°48.35%71.37%
CMYK40.11%0.00%48.35%
28.63%

Color #6DB65E in popluar number systems.

HEX6DB65E
Decimal10918294
Binary1101101101101101011110
Octal155266136

Shades and tints

Shades of #6DB65E

#6DB65E
(109,182,94)
#64A656
(100,166,86)
#5B964E
(91,150,78)
#528646
(82,134,70)
#49763E
(73,118,62)
#406636
(64,102,54)
#37562E
(55,86,46)
#2E4626
(46,70,38)
#25361E
(37,54,30)
#1C2616
(28,38,22)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #6DB65E

#6DB65E
(109,182,94)
#7ABC6C
(122,188,108)
#87C27A
(135,194,122)
#94C888
(148,200,136)
#A1CE96
(161,206,150)
#AED4A4
(174,212,164)
#BBDAB2
(187,218,178)
#C8E0C0
(200,224,192)
#D5E6CE
(213,230,206)
#E2ECDC
(226,236,220)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB65E color. Also use rgb(109,182,94) instead hex code.

Text Font Color

.myTextColor { color: #6DB65E; }

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

This text font color is #6DB65E.


Background Color

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

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

This div background color is #6DB65E.


Border color

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

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

This div border color is #6DB65E.


Opacity

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

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

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

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

This text has shadow with #6DB65E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB65E on black background.


Color preview on white background

This text has color #6DB65E on white background.



Black color preview on #6DB65E background

This text has black color on #6DB65E background.


White color preview on #6DB65E background

This text has white color on #6DB65E background.