COLOR #6D8F72

HEX: #6D8F72
RGB: (109,143,114)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

109
143
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 143 + 114 = 366 (100%)
R 109 of 366 ~ 29.78%
G 143 of 366 ~ 39.07%
B 114 of 366 ~ 31.15%

%29.78
%39.07
%31.15

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%23.78
%0
%20.28
%43.92

Codes

Color #6D8F72 in popluar color models

6D8F72
RGB109143114
HSL129°13.49%49.41%
HSB/HSV129°23.78%56.08%
CMYK23.78%0.00%20.28%
43.92%

Color #6D8F72 in popluar number systems.

HEX6D8F72
Decimal109143114
Binary1101101100011111110010
Octal155217162

Shades and tints

Shades of #6D8F72

#6D8F72
(109,143,114)
#648268
(100,130,104)
#5B755E
(91,117,94)
#526854
(82,104,84)
#495B4A
(73,91,74)
#404E40
(64,78,64)
#374136
(55,65,54)
#2E342C
(46,52,44)
#252722
(37,39,34)
#1C1A18
(28,26,24)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #6D8F72

#6D8F72
(109,143,114)
#7A997E
(122,153,126)
#87A38A
(135,163,138)
#94AD96
(148,173,150)
#A1B7A2
(161,183,162)
#AEC1AE
(174,193,174)
#BBCBBA
(187,203,186)
#C8D5C6
(200,213,198)
#D5DFD2
(213,223,210)
#E2E9DE
(226,233,222)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8F72; }

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

This text font color is #6D8F72.


Background Color

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

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

This div background color is #6D8F72.


Border color

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

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

This div border color is #6D8F72.


Opacity

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

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

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

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

This text has shadow with #6D8F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8F72 on black background.


Color preview on white background

This text has color #6D8F72 on white background.



Black color preview on #6D8F72 background

This text has black color on #6D8F72 background.


White color preview on #6D8F72 background

This text has white color on #6D8F72 background.