COLOR #6DAD79

HEX: #6DAD79
RGB: (109,173,121)

Renk bilgisi

#6DAD79 contains mainly green and blue colors. #6DAD79 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6DAD79 color RGB value is (109,173,121).

  • kırmız ton 109;
  • yeşil ton 173;
  • mavi ton 121.
RGB:
(109,173,121)
(43%,68%,47%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 173 of 255 = 68%
B 121 of 255 = 47%

109
173
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 173 + 121 = 403 (100%)
R 109 of 403 ~ 27.05%
G 173 of 403 ~ 42.93%
B 121 of 403 ~ 30.02%

%27.05
%42.93
%30.02

CMYK RENK MODELİ

#6DAD79 rengi CMYK tonu (37,0,30,32).

  • camgöbeği tonu 36.99%
  • eflatun tonu 0.00%
  • sarı tonu 30.06%
  • ana renk tonu 32.16%
CMYK:
(37,0,30,32)
C37M0Y30K32 
(37%,0%,30%,32%)
(0.37/0.00/0.30/0.32)	

CMYK yüzdeleri

%36.99
%0
%30.06
%32.16

Codes

Color #6DAD79 in popluar color models

6DAD79
RGB109173121
HSL131°28.07%55.29%
HSB/HSV131°36.99%67.84%
CMYK36.99%0.00%30.06%
32.16%

Color #6DAD79 in popluar number systems.

HEX6DAD79
Decimal109173121
Binary1101101101011011111001
Octal155255171

Shades and tints

Shades of #6DAD79

#6DAD79
(109,173,121)
#649E6E
(100,158,110)
#5B8F63
(91,143,99)
#528058
(82,128,88)
#49714D
(73,113,77)
#406242
(64,98,66)
#375337
(55,83,55)
#2E442C
(46,68,44)
#253521
(37,53,33)
#1C2616
(28,38,22)
#13170B
(19,23,11)
#000000
(0,0,0)

Tints of #6DAD79

#6DAD79
(109,173,121)
#7AB485
(122,180,133)
#87BB91
(135,187,145)
#94C29D
(148,194,157)
#A1C9A9
(161,201,169)
#AED0B5
(174,208,181)
#BBD7C1
(187,215,193)
#C8DECD
(200,222,205)
#D5E5D9
(213,229,217)
#E2ECE5
(226,236,229)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAD79; }

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

This text font color is #6DAD79.


Background Color

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

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

This div background color is #6DAD79.


Border color

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

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

This div border color is #6DAD79.


Opacity

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

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

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

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

This text has shadow with #6DAD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAD79 on black background.


Color preview on white background

This text has color #6DAD79 on white background.



Black color preview on #6DAD79 background

This text has black color on #6DAD79 background.


White color preview on #6DAD79 background

This text has white color on #6DAD79 background.