COLOR #6DA59D

HEX: #6DA59D
RGB: (109,165,157)

Renk bilgisi

#6DA59D contains red, green and blue colors in about the same proportion. #6DA59D ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6DA59D color RGB value is (109,165,157).

  • kırmız ton 109;
  • yeşil ton 165;
  • mavi ton 157.
RGB:
(109,165,157)
(43%,65%,62%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 165 of 255 = 65%
B 157 of 255 = 62%

109
165
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 165 + 157 = 431 (100%)
R 109 of 431 ~ 25.29%
G 165 of 431 ~ 38.28%
B 157 of 431 ~ 36.43%

%25.29
%38.28
%36.43

CMYK RENK MODELİ

#6DA59D rengi CMYK tonu (34,0,5,35).

  • camgöbeği tonu 33.94%
  • eflatun tonu 0.00%
  • sarı tonu 4.85%
  • ana renk tonu 35.29%
CMYK:
(34,0,5,35)
C34M0Y5K35 
(34%,0%,5%,35%)
(0.34/0.00/0.05/0.35)	

CMYK yüzdeleri

%33.94
%0
%4.85
%35.29

Codes

Color #6DA59D in popluar color models

6DA59D
RGB109165157
HSL171°23.73%53.73%
HSB/HSV171°33.94%64.71%
CMYK33.94%0.00%4.85%
35.29%

Color #6DA59D in popluar number systems.

HEX6DA59D
Decimal109165157
Binary11011011010010110011101
Octal155245235

Shades and tints

Shades of #6DA59D

#6DA59D
(109,165,157)
#64968F
(100,150,143)
#5B8781
(91,135,129)
#527873
(82,120,115)
#496965
(73,105,101)
#405A57
(64,90,87)
#374B49
(55,75,73)
#2E3C3B
(46,60,59)
#252D2D
(37,45,45)
#1C1E1F
(28,30,31)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #6DA59D

#6DA59D
(109,165,157)
#7AADA5
(122,173,165)
#87B5AD
(135,181,173)
#94BDB5
(148,189,181)
#A1C5BD
(161,197,189)
#AECDC5
(174,205,197)
#BBD5CD
(187,213,205)
#C8DDD5
(200,221,213)
#D5E5DD
(213,229,221)
#E2EDE5
(226,237,229)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA59D color. Also use rgb(109,165,157) instead hex code.

Text Font Color

.myTextColor { color: #6DA59D; }

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

This text font color is #6DA59D.


Background Color

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

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

This div background color is #6DA59D.


Border color

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

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

This div border color is #6DA59D.


Opacity

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

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

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

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

This text has shadow with #6DA59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA59D on black background.


Color preview on white background

This text has color #6DA59D on white background.



Black color preview on #6DA59D background

This text has black color on #6DA59D background.


White color preview on #6DA59D background

This text has white color on #6DA59D background.