COLOR #6DB041

HEX: #6DB041 RGB: (109,176,65)

Color info

#6DB041 contains mainly green color. Web safe color of #6DB041 is #669933 (or #693).

RGB color model

#6DB041 color RGB value is (109,176,65).

RGB: (109,176,65) (43%, 69%, 25%)

RGB channels and saturation

R 109 of 255 = 43%
G 176 of 255 = 69%
B 65 of 255 = 25%

109
176
65

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

Portions of RGB colors in percentages

R + G + B = 109 + 176 + 65 = 350 (100%)
R 109 of 350 ~ 31.14%
G 176 of 350 ~ 50.29%
B 65 of 350 ~ 18.57'%

%31.14
%50.29
%18.57

CMYK color model

#6DB041 color CMYK value is (38,0,63,31).

  • cyan value is 38.07%
  • magenta value is 0.00%
  • yellow value is 63.07%
  • key color value is 30.98%

CMYK: (38,0,63,31)
C38M0Y63K31 (38%, 0%, 63%, 31%)
(0.38 / 0.00 / 0.63 / 0.31)

CMYK percentages

%38.07
%0
%63.07
%30.98

Codes

Color #6DB041 in popluar color models

6D B0 41
RGB 109 176 65
HSL 96° 46.06% 47.25%
HSB/HSV 96° 63.07% 69.02%
CMYK 38.07% 0.00% 63.07%
30.98%

Color #6DB041 in popluar number systems.

HEX 6D B0 41
Decimal 109 176 65
Binary 1101101 10110000 1000001
Octal 155 260 101

Shades and tints

Shades of #6DB041

#6DB041
(109,176,65)
#64A03C
(100,160,60)
#5B9037
(91,144,55)
#528032
(82,128,50)
#49702D
(73,112,45)
#406028
(64,96,40)
#375023
(55,80,35)
#2E401E
(46,64,30)
#253019
(37,48,25)
#1C2014
(28,32,20)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #6DB041

#6DB041
(109,176,65)
#7AB752
(122,183,82)
#87BE63
(135,190,99)
#94C574
(148,197,116)
#A1CC85
(161,204,133)
#AED396
(174,211,150)
#BBDAA7
(187,218,167)
#C8E1B8
(200,225,184)
#D5E8C9
(213,232,201)
#E2EFDA
(226,239,218)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB041 color. Also use rgb(109,176,65) instead hex code.

Text Font Color

.myTextColor { color: #6DB041; }

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

This text font color is #6DB041.

Background Color

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

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

This div background color is #6DB041.

Border color

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

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

This div border color is #6DB041.

Opacity

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

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

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

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

This text has shadow with #6DB041 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DB041.

Preview

Color preview on black background

This text has color #6DB041 on black background.


Color preview on white background

This text has color #6DB041 on white background.


Black color preview on #6DB041 background

This text has black color on #6DB041 background.


White color preview on #6DB041 background

This text has white color on #6DB041 background.


Related colors

Complementary color

Complementary color for #hex is #924FBE.


I love getcolorcode.com

Triadic colors

1 #416DB0 and #B0416D with #6DB041 are triadic colors.

2 #41B06D and #B06D41 with #6DB041 are triadic colors.