COLOR #6D9D7D

HEX: #6D9D7D
RGB: (109,157,125)

Renk bilgisi

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

RGB renk modeli

#6D9D7D color RGB value is (109,157,125).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 157 of 255 = 62%
B 125 of 255 = 49%

109
157
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 157 + 125 = 391 (100%)
R 109 of 391 ~ 27.88%
G 157 of 391 ~ 40.15%
B 125 of 391 ~ 31.97%

%27.88
%40.15
%31.97

CMYK RENK MODELİ

#6D9D7D rengi CMYK tonu (31,0,20,38).

  • camgöbeği tonu 30.57%
  • eflatun tonu 0.00%
  • sarı tonu 20.38%
  • ana renk tonu 38.43%
CMYK:
(31,0,20,38)
C31M0Y20K38 
(31%,0%,20%,38%)
(0.31/0.00/0.20/0.38)	

CMYK yüzdeleri

%30.57
%0
%20.38
%38.43

Codes

Color #6D9D7D in popluar color models

6D9D7D
RGB109157125
HSL140°19.67%52.16%
HSB/HSV140°30.57%61.57%
CMYK30.57%0.00%20.38%
38.43%

Color #6D9D7D in popluar number systems.

HEX6D9D7D
Decimal109157125
Binary1101101100111011111101
Octal155235175

Shades and tints

Shades of #6D9D7D

#6D9D7D
(109,157,125)
#648F72
(100,143,114)
#5B8167
(91,129,103)
#52735C
(82,115,92)
#496551
(73,101,81)
#405746
(64,87,70)
#37493B
(55,73,59)
#2E3B30
(46,59,48)
#252D25
(37,45,37)
#1C1F1A
(28,31,26)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #6D9D7D

#6D9D7D
(109,157,125)
#7AA588
(122,165,136)
#87AD93
(135,173,147)
#94B59E
(148,181,158)
#A1BDA9
(161,189,169)
#AEC5B4
(174,197,180)
#BBCDBF
(187,205,191)
#C8D5CA
(200,213,202)
#D5DDD5
(213,221,213)
#E2E5E0
(226,229,224)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9D7D; }

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

This text font color is #6D9D7D.


Background Color

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

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

This div background color is #6D9D7D.


Border color

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

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

This div border color is #6D9D7D.


Opacity

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

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

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

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

This text has shadow with #6D9D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9D7D on black background.


Color preview on white background

This text has color #6D9D7D on white background.



Black color preview on #6D9D7D background

This text has black color on #6D9D7D background.


White color preview on #6D9D7D background

This text has white color on #6D9D7D background.