COLOR #6DAD69

HEX: #6DAD69
RGB: (109,173,105)

Renk bilgisi

#6DAD69 contains mainly green color. #6DAD69 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6DAD69 color RGB value is (109,173,105).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 173 of 255 = 68%
B 105 of 255 = 41%

109
173
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 173 + 105 = 387 (100%)
R 109 of 387 ~ 28.17%
G 173 of 387 ~ 44.7%
B 105 of 387 ~ 27.13%

%28.17
%44.7
%27.13

CMYK RENK MODELİ

#6DAD69 rengi CMYK tonu (37,0,39,32).

  • camgöbeği tonu 36.99%
  • eflatun tonu 0.00%
  • sarı tonu 39.31%
  • ana renk tonu 32.16%
CMYK:
(37,0,39,32)
C37M0Y39K32 
(37%,0%,39%,32%)
(0.37/0.00/0.39/0.32)	

CMYK yüzdeleri

%36.99
%0
%39.31
%32.16

Codes

Color #6DAD69 in popluar color models

6DAD69
RGB109173105
HSL116°29.31%54.51%
HSB/HSV116°39.31%67.84%
CMYK36.99%0.00%39.31%
32.16%

Color #6DAD69 in popluar number systems.

HEX6DAD69
Decimal109173105
Binary1101101101011011101001
Octal155255151

Shades and tints

Shades of #6DAD69

#6DAD69
(109,173,105)
#649E60
(100,158,96)
#5B8F57
(91,143,87)
#52804E
(82,128,78)
#497145
(73,113,69)
#40623C
(64,98,60)
#375333
(55,83,51)
#2E442A
(46,68,42)
#253521
(37,53,33)
#1C2618
(28,38,24)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #6DAD69

#6DAD69
(109,173,105)
#7AB476
(122,180,118)
#87BB83
(135,187,131)
#94C290
(148,194,144)
#A1C99D
(161,201,157)
#AED0AA
(174,208,170)
#BBD7B7
(187,215,183)
#C8DEC4
(200,222,196)
#D5E5D1
(213,229,209)
#E2ECDE
(226,236,222)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAD69; }

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

This text font color is #6DAD69.


Background Color

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

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

This div background color is #6DAD69.


Border color

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

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

This div border color is #6DAD69.


Opacity

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

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

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

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

This text has shadow with #6DAD69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAD69 on black background.


Color preview on white background

This text has color #6DAD69 on white background.



Black color preview on #6DAD69 background

This text has black color on #6DAD69 background.


White color preview on #6DAD69 background

This text has white color on #6DAD69 background.