COLOR #6D9D6C

HEX: #6D9D6C
RGB: (109,157,108)

Renk bilgisi

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

RGB renk modeli

#6D9D6C color RGB value is (109,157,108).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 157 of 255 = 62%
B 108 of 255 = 42%

109
157
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 157 + 108 = 374 (100%)
R 109 of 374 ~ 29.14%
G 157 of 374 ~ 41.98%
B 108 of 374 ~ 28.88%

%29.14
%41.98
%28.88

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%30.57
%0
%31.21
%38.43

Codes

Color #6D9D6C in popluar color models

6D9D6C
RGB109157108
HSL119°20.00%51.96%
HSB/HSV119°31.21%61.57%
CMYK30.57%0.00%31.21%
38.43%

Color #6D9D6C in popluar number systems.

HEX6D9D6C
Decimal109157108
Binary1101101100111011101100
Octal155235154

Shades and tints

Shades of #6D9D6C

#6D9D6C
(109,157,108)
#648F63
(100,143,99)
#5B815A
(91,129,90)
#527351
(82,115,81)
#496548
(73,101,72)
#40573F
(64,87,63)
#374936
(55,73,54)
#2E3B2D
(46,59,45)
#252D24
(37,45,36)
#1C1F1B
(28,31,27)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #6D9D6C

#6D9D6C
(109,157,108)
#7AA579
(122,165,121)
#87AD86
(135,173,134)
#94B593
(148,181,147)
#A1BDA0
(161,189,160)
#AEC5AD
(174,197,173)
#BBCDBA
(187,205,186)
#C8D5C7
(200,213,199)
#D5DDD4
(213,221,212)
#E2E5E1
(226,229,225)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9D6C; }

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

This text font color is #6D9D6C.


Background Color

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

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

This div background color is #6D9D6C.


Border color

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

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

This div border color is #6D9D6C.


Opacity

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

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

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

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

This text has shadow with #6D9D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9D6C on black background.


Color preview on white background

This text has color #6D9D6C on white background.



Black color preview on #6D9D6C background

This text has black color on #6D9D6C background.


White color preview on #6D9D6C background

This text has white color on #6D9D6C background.