COLOR #6D8F6D

HEX: #6D8F6D
RGB: (109,143,109)

Renk bilgisi

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

RGB renk modeli

#6D8F6D color RGB value is (109,143,109).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 143 of 255 = 56%
B 109 of 255 = 43%

109
143
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 143 + 109 = 361 (100%)
R 109 of 361 ~ 30.19%
G 143 of 361 ~ 39.61%
B 109 of 361 ~ 30.19%

%30.19
%39.61
%30.19

CMYK RENK MODELİ

#6D8F6D rengi CMYK tonu (24,0,24,44).

  • camgöbeği tonu 23.78%
  • eflatun tonu 0.00%
  • sarı tonu 23.78%
  • ana renk tonu 43.92%
CMYK:
(24,0,24,44)
C24M0Y24K44 
(24%,0%,24%,44%)
(0.24/0.00/0.24/0.44)	

CMYK yüzdeleri

%23.78
%0
%23.78
%43.92

Codes

Color #6D8F6D in popluar color models

6D8F6D
RGB109143109
HSL120°13.49%49.41%
HSB/HSV120°23.78%56.08%
CMYK23.78%0.00%23.78%
43.92%

Color #6D8F6D in popluar number systems.

HEX6D8F6D
Decimal109143109
Binary1101101100011111101101
Octal155217155

Shades and tints

Shades of #6D8F6D

#6D8F6D
(109,143,109)
#648264
(100,130,100)
#5B755B
(91,117,91)
#526852
(82,104,82)
#495B49
(73,91,73)
#404E40
(64,78,64)
#374137
(55,65,55)
#2E342E
(46,52,46)
#252725
(37,39,37)
#1C1A1C
(28,26,28)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #6D8F6D

#6D8F6D
(109,143,109)
#7A997A
(122,153,122)
#87A387
(135,163,135)
#94AD94
(148,173,148)
#A1B7A1
(161,183,161)
#AEC1AE
(174,193,174)
#BBCBBB
(187,203,187)
#C8D5C8
(200,213,200)
#D5DFD5
(213,223,213)
#E2E9E2
(226,233,226)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8F6D; }

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

This text font color is #6D8F6D.


Background Color

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

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

This div background color is #6D8F6D.


Border color

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

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

This div border color is #6D8F6D.


Opacity

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

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

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

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

This text has shadow with #6D8F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8F6D on black background.


Color preview on white background

This text has color #6D8F6D on white background.



Black color preview on #6D8F6D background

This text has black color on #6D8F6D background.


White color preview on #6D8F6D background

This text has white color on #6D8F6D background.