COLOR #6D9A73

HEX: #6D9A73
RGB: (109,154,115)

Renk bilgisi

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

RGB renk modeli

#6D9A73 color RGB value is (109,154,115).

  • kırmız ton 109;
  • yeşil ton 154;
  • mavi ton 115.
RGB:
(109,154,115)
(43%,60%,45%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 154 of 255 = 60%
B 115 of 255 = 45%

109
154
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 154 + 115 = 378 (100%)
R 109 of 378 ~ 28.84%
G 154 of 378 ~ 40.74%
B 115 of 378 ~ 30.42%

%28.84
%40.74
%30.42

CMYK RENK MODELİ

#6D9A73 rengi CMYK tonu (29,0,25,40).

  • camgöbeği tonu 29.22%
  • eflatun tonu 0.00%
  • sarı tonu 25.32%
  • ana renk tonu 39.61%
CMYK:
(29,0,25,40)
C29M0Y25K40 
(29%,0%,25%,40%)
(0.29/0.00/0.25/0.40)	

CMYK yüzdeleri

%29.22
%0
%25.32
%39.61

Codes

Color #6D9A73 in popluar color models

6D9A73
RGB109154115
HSL128°18.22%51.57%
HSB/HSV128°29.22%60.39%
CMYK29.22%0.00%25.32%
39.61%

Color #6D9A73 in popluar number systems.

HEX6D9A73
Decimal109154115
Binary1101101100110101110011
Octal155232163

Shades and tints

Shades of #6D9A73

#6D9A73
(109,154,115)
#648C69
(100,140,105)
#5B7E5F
(91,126,95)
#527055
(82,112,85)
#49624B
(73,98,75)
#405441
(64,84,65)
#374637
(55,70,55)
#2E382D
(46,56,45)
#252A23
(37,42,35)
#1C1C19
(28,28,25)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D9A73

#6D9A73
(109,154,115)
#7AA37F
(122,163,127)
#87AC8B
(135,172,139)
#94B597
(148,181,151)
#A1BEA3
(161,190,163)
#AEC7AF
(174,199,175)
#BBD0BB
(187,208,187)
#C8D9C7
(200,217,199)
#D5E2D3
(213,226,211)
#E2EBDF
(226,235,223)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9A73 color. Also use rgb(109,154,115) instead hex code.

Text Font Color

.myTextColor { color: #6D9A73; }

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

This text font color is #6D9A73.


Background Color

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

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

This div background color is #6D9A73.


Border color

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

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

This div border color is #6D9A73.


Opacity

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

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

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

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

This text has shadow with #6D9A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9A73 on black background.


Color preview on white background

This text has color #6D9A73 on white background.



Black color preview on #6D9A73 background

This text has black color on #6D9A73 background.


White color preview on #6D9A73 background

This text has white color on #6D9A73 background.