COLOR #6D9D57

HEX: #6D9D57
RGB: (109,157,87)

Renk bilgisi

#6D9D57 contains mainly red and green colors. #6D9D57 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6D9D57 color RGB value is (109,157,87).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 157 of 255 = 62%
B 87 of 255 = 34%

109
157
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 157 + 87 = 353 (100%)
R 109 of 353 ~ 30.88%
G 157 of 353 ~ 44.48%
B 87 of 353 ~ 24.65%

%30.88
%44.48
%24.65

CMYK RENK MODELİ

#6D9D57 rengi CMYK tonu (31,0,45,38).

  • camgöbeği tonu 30.57%
  • eflatun tonu 0.00%
  • sarı tonu 44.59%
  • ana renk tonu 38.43%
CMYK:
(31,0,45,38)
C31M0Y45K38 
(31%,0%,45%,38%)
(0.31/0.00/0.45/0.38)	

CMYK yüzdeleri

%30.57
%0
%44.59
%38.43

Codes

Color #6D9D57 in popluar color models

6D9D57
RGB10915787
HSL101°28.69%47.84%
HSB/HSV101°44.59%61.57%
CMYK30.57%0.00%44.59%
38.43%

Color #6D9D57 in popluar number systems.

HEX6D9D57
Decimal10915787
Binary1101101100111011010111
Octal155235127

Shades and tints

Shades of #6D9D57

#6D9D57
(109,157,87)
#648F50
(100,143,80)
#5B8149
(91,129,73)
#527342
(82,115,66)
#49653B
(73,101,59)
#405734
(64,87,52)
#37492D
(55,73,45)
#2E3B26
(46,59,38)
#252D1F
(37,45,31)
#1C1F18
(28,31,24)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #6D9D57

#6D9D57
(109,157,87)
#7AA566
(122,165,102)
#87AD75
(135,173,117)
#94B584
(148,181,132)
#A1BD93
(161,189,147)
#AEC5A2
(174,197,162)
#BBCDB1
(187,205,177)
#C8D5C0
(200,213,192)
#D5DDCF
(213,221,207)
#E2E5DE
(226,229,222)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9D57; }

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

This text font color is #6D9D57.


Background Color

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

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

This div background color is #6D9D57.


Border color

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

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

This div border color is #6D9D57.


Opacity

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

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

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

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

This text has shadow with #6D9D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9D57 on black background.


Color preview on white background

This text has color #6D9D57 on white background.



Black color preview on #6D9D57 background

This text has black color on #6D9D57 background.


White color preview on #6D9D57 background

This text has white color on #6D9D57 background.