COLOR #6DB079

HEX: #6DB079
RGB: (109,176,121)

Color info

#6DB079 contains mainly green and blue colors. Web safe color of #6DB079 is #669966 (or #696).

RGB color model

#6DB079 color RGB value is (109,176,121).

  • red value is 109;
  • green value is 176;
  • blue value is 121.
RGB:
(109,176,121)
(43%,69%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 176 of 255 = 69%
B 121 of 255 = 47%

109
176
121

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

Portions of RGB colors in percentages

R + G + B =
109 + 176 + 121 = 406 (100%)
R 109 of 406 ~ 26.85%
G 176 of 406 ~ 43.35%
B 121 of 406 ~ 29.8%

%26.85
%43.35
%29.8

CMYK color model

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

  • cyan value is 38.07%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 30.98%
CMYK:
(38,0,31,31)
C38M0Y31K31 
(38%,0%,31%,31%)
(0.38/0.00/0.31/0.31)	

CMYK percentages

%38.07
%0
%31.25
%30.98

Codes

Color #6DB079 in popluar color models

6DB079
RGB109176121
HSL131°29.78%55.88%
HSB/HSV131°38.07%69.02%
CMYK38.07%0.00%31.25%
30.98%

Color #6DB079 in popluar number systems.

HEX6DB079
Decimal109176121
Binary1101101101100001111001
Octal155260171

Shades and tints

Shades of #6DB079

#6DB079
(109,176,121)
#64A06E
(100,160,110)
#5B9063
(91,144,99)
#528058
(82,128,88)
#49704D
(73,112,77)
#406042
(64,96,66)
#375037
(55,80,55)
#2E402C
(46,64,44)
#253021
(37,48,33)
#1C2016
(28,32,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6DB079

#6DB079
(109,176,121)
#7AB785
(122,183,133)
#87BE91
(135,190,145)
#94C59D
(148,197,157)
#A1CCA9
(161,204,169)
#AED3B5
(174,211,181)
#BBDAC1
(187,218,193)
#C8E1CD
(200,225,205)
#D5E8D9
(213,232,217)
#E2EFE5
(226,239,229)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB079; }

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

This text font color is #6DB079.


Background Color

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

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

This div background color is #6DB079.


Border color

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

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

This div border color is #6DB079.


Opacity

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

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

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

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

This text has shadow with #6DB079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB079 on black background.


Color preview on white background

This text has color #6DB079 on white background.



Black color preview on #6DB079 background

This text has black color on #6DB079 background.


White color preview on #6DB079 background

This text has white color on #6DB079 background.