COLOR #6D986D

HEX: #6D986D
RGB: (109,152,109)

Renk bilgisi

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

RGB renk modeli

#6D986D color RGB value is (109,152,109).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 152 of 255 = 60%
B 109 of 255 = 43%

109
152
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 152 + 109 = 370 (100%)
R 109 of 370 ~ 29.46%
G 152 of 370 ~ 41.08%
B 109 of 370 ~ 29.46%

%29.46
%41.08
%29.46

CMYK RENK MODELİ

#6D986D rengi CMYK tonu (28,0,28,40).

  • camgöbeği tonu 28.29%
  • eflatun tonu 0.00%
  • sarı tonu 28.29%
  • ana renk tonu 40.39%
CMYK:
(28,0,28,40)
C28M0Y28K40 
(28%,0%,28%,40%)
(0.28/0.00/0.28/0.40)	

CMYK yüzdeleri

%28.29
%0
%28.29
%40.39

Codes

Color #6D986D in popluar color models

6D986D
RGB109152109
HSL120°17.27%51.18%
HSB/HSV120°28.29%59.61%
CMYK28.29%0.00%28.29%
40.39%

Color #6D986D in popluar number systems.

HEX6D986D
Decimal109152109
Binary1101101100110001101101
Octal155230155

Shades and tints

Shades of #6D986D

#6D986D
(109,152,109)
#648B64
(100,139,100)
#5B7E5B
(91,126,91)
#527152
(82,113,82)
#496449
(73,100,73)
#405740
(64,87,64)
#374A37
(55,74,55)
#2E3D2E
(46,61,46)
#253025
(37,48,37)
#1C231C
(28,35,28)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #6D986D

#6D986D
(109,152,109)
#7AA17A
(122,161,122)
#87AA87
(135,170,135)
#94B394
(148,179,148)
#A1BCA1
(161,188,161)
#AEC5AE
(174,197,174)
#BBCEBB
(187,206,187)
#C8D7C8
(200,215,200)
#D5E0D5
(213,224,213)
#E2E9E2
(226,233,226)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D986D; }

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

This text font color is #6D986D.


Background Color

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

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

This div background color is #6D986D.


Border color

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

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

This div border color is #6D986D.


Opacity

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

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

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

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

This text has shadow with #6D986D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D986D on black background.


Color preview on white background

This text has color #6D986D on white background.



Black color preview on #6D986D background

This text has black color on #6D986D background.


White color preview on #6D986D background

This text has white color on #6D986D background.