COLOR #6DB75E

HEX: #6DB75E
RGB: (109,183,94)

Color info

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

RGB color model

#6DB75E color RGB value is (109,183,94).

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

RGB channels and saturation

R 109 of 255 = 43%
G 183 of 255 = 72%
B 94 of 255 = 37%

109
183
94

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

Portions of RGB colors in percentages

R + G + B =
109 + 183 + 94 = 386 (100%)
R 109 of 386 ~ 28.24%
G 183 of 386 ~ 47.41%
B 94 of 386 ~ 24.35%

%28.24
%47.41
%24.35

CMYK color model

#6DB75E color CMYK value is (40,0,49,28).

  • cyan value is 40.44%
  • magenta value is 0.00%
  • yellow value is 48.63%
  • key color value is 28.24%
CMYK:
(40,0,49,28)
C40M0Y49K28 
(40%,0%,49%,28%)
(0.40/0.00/0.49/0.28)	

CMYK percentages

%40.44
%0
%48.63
%28.24

Codes

Color #6DB75E in popluar color models

6DB75E
RGB10918394
HSL110°38.20%54.31%
HSB/HSV110°48.63%71.76%
CMYK40.44%0.00%48.63%
28.24%

Color #6DB75E in popluar number systems.

HEX6DB75E
Decimal10918394
Binary1101101101101111011110
Octal155267136

Shades and tints

Shades of #6DB75E

#6DB75E
(109,183,94)
#64A756
(100,167,86)
#5B974E
(91,151,78)
#528746
(82,135,70)
#49773E
(73,119,62)
#406736
(64,103,54)
#37572E
(55,87,46)
#2E4726
(46,71,38)
#25371E
(37,55,30)
#1C2716
(28,39,22)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #6DB75E

#6DB75E
(109,183,94)
#7ABD6C
(122,189,108)
#87C37A
(135,195,122)
#94C988
(148,201,136)
#A1CF96
(161,207,150)
#AED5A4
(174,213,164)
#BBDBB2
(187,219,178)
#C8E1C0
(200,225,192)
#D5E7CE
(213,231,206)
#E2EDDC
(226,237,220)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB75E; }

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

This text font color is #6DB75E.


Background Color

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

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

This div background color is #6DB75E.


Border color

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

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

This div border color is #6DB75E.


Opacity

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

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

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

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

This text has shadow with #6DB75E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB75E on black background.


Color preview on white background

This text has color #6DB75E on white background.



Black color preview on #6DB75E background

This text has black color on #6DB75E background.


White color preview on #6DB75E background

This text has white color on #6DB75E background.