COLOR #6D9777

HEX: #6D9777
RGB: (109,151,119)

Renk bilgisi

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

RGB renk modeli

#6D9777 color RGB value is (109,151,119).

  • kırmız ton 109;
  • yeşil ton 151;
  • mavi ton 119.
RGB:
(109,151,119)
(43%,59%,47%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 151 of 255 = 59%
B 119 of 255 = 47%

109
151
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 151 + 119 = 379 (100%)
R 109 of 379 ~ 28.76%
G 151 of 379 ~ 39.84%
B 119 of 379 ~ 31.4%

%28.76
%39.84
%31.4

CMYK RENK MODELİ

#6D9777 rengi CMYK tonu (28,0,21,41).

  • camgöbeği tonu 27.81%
  • eflatun tonu 0.00%
  • sarı tonu 21.19%
  • ana renk tonu 40.78%
CMYK:
(28,0,21,41)
C28M0Y21K41 
(28%,0%,21%,41%)
(0.28/0.00/0.21/0.41)	

CMYK yüzdeleri

%27.81
%0
%21.19
%40.78

Codes

Color #6D9777 in popluar color models

6D9777
RGB109151119
HSL134°16.80%50.98%
HSB/HSV134°27.81%59.22%
CMYK27.81%0.00%21.19%
40.78%

Color #6D9777 in popluar number systems.

HEX6D9777
Decimal109151119
Binary1101101100101111110111
Octal155227167

Shades and tints

Shades of #6D9777

#6D9777
(109,151,119)
#648A6D
(100,138,109)
#5B7D63
(91,125,99)
#527059
(82,112,89)
#49634F
(73,99,79)
#405645
(64,86,69)
#37493B
(55,73,59)
#2E3C31
(46,60,49)
#252F27
(37,47,39)
#1C221D
(28,34,29)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #6D9777

#6D9777
(109,151,119)
#7AA083
(122,160,131)
#87A98F
(135,169,143)
#94B29B
(148,178,155)
#A1BBA7
(161,187,167)
#AEC4B3
(174,196,179)
#BBCDBF
(187,205,191)
#C8D6CB
(200,214,203)
#D5DFD7
(213,223,215)
#E2E8E3
(226,232,227)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9777; }

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

This text font color is #6D9777.


Background Color

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

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

This div background color is #6D9777.


Border color

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

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

This div border color is #6D9777.


Opacity

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

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

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

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

This text has shadow with #6D9777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9777 on black background.


Color preview on white background

This text has color #6D9777 on white background.



Black color preview on #6D9777 background

This text has black color on #6D9777 background.


White color preview on #6D9777 background

This text has white color on #6D9777 background.