COLOR #6D937B

HEX: #6D937B
RGB: (109,147,123)

Renk bilgisi

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

RGB renk modeli

#6D937B color RGB value is (109,147,123).

  • kırmız ton 109;
  • yeşil ton 147;
  • mavi ton 123.
RGB:
(109,147,123)
(43%,58%,48%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 147 of 255 = 58%
B 123 of 255 = 48%

109
147
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 147 + 123 = 379 (100%)
R 109 of 379 ~ 28.76%
G 147 of 379 ~ 38.79%
B 123 of 379 ~ 32.45%

%28.76
%38.79
%32.45

CMYK RENK MODELİ

#6D937B rengi CMYK tonu (26,0,16,42).

  • camgöbeği tonu 25.85%
  • eflatun tonu 0.00%
  • sarı tonu 16.33%
  • ana renk tonu 42.35%
CMYK:
(26,0,16,42)
C26M0Y16K42 
(26%,0%,16%,42%)
(0.26/0.00/0.16/0.42)	

CMYK yüzdeleri

%25.85
%0
%16.33
%42.35

Codes

Color #6D937B in popluar color models

6D937B
RGB109147123
HSL142°14.96%50.20%
HSB/HSV142°25.85%57.65%
CMYK25.85%0.00%16.33%
42.35%

Color #6D937B in popluar number systems.

HEX6D937B
Decimal109147123
Binary1101101100100111111011
Octal155223173

Shades and tints

Shades of #6D937B

#6D937B
(109,147,123)
#648670
(100,134,112)
#5B7965
(91,121,101)
#526C5A
(82,108,90)
#495F4F
(73,95,79)
#405244
(64,82,68)
#374539
(55,69,57)
#2E382E
(46,56,46)
#252B23
(37,43,35)
#1C1E18
(28,30,24)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #6D937B

#6D937B
(109,147,123)
#7A9C87
(122,156,135)
#87A593
(135,165,147)
#94AE9F
(148,174,159)
#A1B7AB
(161,183,171)
#AEC0B7
(174,192,183)
#BBC9C3
(187,201,195)
#C8D2CF
(200,210,207)
#D5DBDB
(213,219,219)
#E2E4E7
(226,228,231)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D937B color. Also use rgb(109,147,123) instead hex code.

Text Font Color

.myTextColor { color: #6D937B; }

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

This text font color is #6D937B.


Background Color

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

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

This div background color is #6D937B.


Border color

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

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

This div border color is #6D937B.


Opacity

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

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

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

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

This text has shadow with #6D937B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D937B on black background.


Color preview on white background

This text has color #6D937B on white background.



Black color preview on #6D937B background

This text has black color on #6D937B background.


White color preview on #6D937B background

This text has white color on #6D937B background.