COLOR #6D9D78

HEX: #6D9D78
RGB: (109,157,120)

Renk bilgisi

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

RGB renk modeli

#6D9D78 color RGB value is (109,157,120).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 157 of 255 = 62%
B 120 of 255 = 47%

109
157
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 157 + 120 = 386 (100%)
R 109 of 386 ~ 28.24%
G 157 of 386 ~ 40.67%
B 120 of 386 ~ 31.09%

%28.24
%40.67
%31.09

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%30.57
%0
%23.57
%38.43

Codes

Color #6D9D78 in popluar color models

6D9D78
RGB109157120
HSL134°19.67%52.16%
HSB/HSV134°30.57%61.57%
CMYK30.57%0.00%23.57%
38.43%

Color #6D9D78 in popluar number systems.

HEX6D9D78
Decimal109157120
Binary1101101100111011111000
Octal155235170

Shades and tints

Shades of #6D9D78

#6D9D78
(109,157,120)
#648F6E
(100,143,110)
#5B8164
(91,129,100)
#52735A
(82,115,90)
#496550
(73,101,80)
#405746
(64,87,70)
#37493C
(55,73,60)
#2E3B32
(46,59,50)
#252D28
(37,45,40)
#1C1F1E
(28,31,30)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #6D9D78

#6D9D78
(109,157,120)
#7AA584
(122,165,132)
#87AD90
(135,173,144)
#94B59C
(148,181,156)
#A1BDA8
(161,189,168)
#AEC5B4
(174,197,180)
#BBCDC0
(187,205,192)
#C8D5CC
(200,213,204)
#D5DDD8
(213,221,216)
#E2E5E4
(226,229,228)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9D78; }

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

This text font color is #6D9D78.


Background Color

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

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

This div background color is #6D9D78.


Border color

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

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

This div border color is #6D9D78.


Opacity

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

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

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

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

This text has shadow with #6D9D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9D78 on black background.


Color preview on white background

This text has color #6D9D78 on white background.



Black color preview on #6D9D78 background

This text has black color on #6D9D78 background.


White color preview on #6D9D78 background

This text has white color on #6D9D78 background.