COLOR #6D8B6C

HEX: #6D8B6C
RGB: (109,139,108)

Renk bilgisi

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

RGB renk modeli

#6D8B6C color RGB value is (109,139,108).

  • kırmız ton 109;
  • yeşil ton 139;
  • mavi ton 108.
RGB:
(109,139,108)
(43%,55%,42%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 139 of 255 = 55%
B 108 of 255 = 42%

109
139
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 139 + 108 = 356 (100%)
R 109 of 356 ~ 30.62%
G 139 of 356 ~ 39.04%
B 108 of 356 ~ 30.34%

%30.62
%39.04
%30.34

CMYK RENK MODELİ

#6D8B6C rengi CMYK tonu (22,0,22,45).

  • camgöbeği tonu 21.58%
  • eflatun tonu 0.00%
  • sarı tonu 22.30%
  • ana renk tonu 45.49%
CMYK:
(22,0,22,45)
C22M0Y22K45 
(22%,0%,22%,45%)
(0.22/0.00/0.22/0.45)	

CMYK yüzdeleri

%21.58
%0
%22.3
%45.49

Codes

Color #6D8B6C in popluar color models

6D8B6C
RGB109139108
HSL118°12.55%48.43%
HSB/HSV118°22.30%54.51%
CMYK21.58%0.00%22.30%
45.49%

Color #6D8B6C in popluar number systems.

HEX6D8B6C
Decimal109139108
Binary1101101100010111101100
Octal155213154

Shades and tints

Shades of #6D8B6C

#6D8B6C
(109,139,108)
#647F63
(100,127,99)
#5B735A
(91,115,90)
#526751
(82,103,81)
#495B48
(73,91,72)
#404F3F
(64,79,63)
#374336
(55,67,54)
#2E372D
(46,55,45)
#252B24
(37,43,36)
#1C1F1B
(28,31,27)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #6D8B6C

#6D8B6C
(109,139,108)
#7A9579
(122,149,121)
#879F86
(135,159,134)
#94A993
(148,169,147)
#A1B3A0
(161,179,160)
#AEBDAD
(174,189,173)
#BBC7BA
(187,199,186)
#C8D1C7
(200,209,199)
#D5DBD4
(213,219,212)
#E2E5E1
(226,229,225)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8B6C; }

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

This text font color is #6D8B6C.


Background Color

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

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

This div background color is #6D8B6C.


Border color

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

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

This div border color is #6D8B6C.


Opacity

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

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

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

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

This text has shadow with #6D8B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8B6C on black background.


Color preview on white background

This text has color #6D8B6C on white background.



Black color preview on #6D8B6C background

This text has black color on #6D8B6C background.


White color preview on #6D8B6C background

This text has white color on #6D8B6C background.