COLOR #6D9B77

HEX: #6D9B77
RGB: (109,155,119)

Renk bilgisi

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

RGB renk modeli

#6D9B77 color RGB value is (109,155,119).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 155 of 255 = 61%
B 119 of 255 = 47%

109
155
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 155 + 119 = 383 (100%)
R 109 of 383 ~ 28.46%
G 155 of 383 ~ 40.47%
B 119 of 383 ~ 31.07%

%28.46
%40.47
%31.07

CMYK RENK MODELİ

#6D9B77 rengi CMYK tonu (30,0,23,39).

  • camgöbeği tonu 29.68%
  • eflatun tonu 0.00%
  • sarı tonu 23.23%
  • ana renk tonu 39.22%
CMYK:
(30,0,23,39)
C30M0Y23K39 
(30%,0%,23%,39%)
(0.30/0.00/0.23/0.39)	

CMYK yüzdeleri

%29.68
%0
%23.23
%39.22

Codes

Color #6D9B77 in popluar color models

6D9B77
RGB109155119
HSL133°18.70%51.76%
HSB/HSV133°29.68%60.78%
CMYK29.68%0.00%23.23%
39.22%

Color #6D9B77 in popluar number systems.

HEX6D9B77
Decimal109155119
Binary1101101100110111110111
Octal155233167

Shades and tints

Shades of #6D9B77

#6D9B77
(109,155,119)
#648D6D
(100,141,109)
#5B7F63
(91,127,99)
#527159
(82,113,89)
#49634F
(73,99,79)
#405545
(64,85,69)
#37473B
(55,71,59)
#2E3931
(46,57,49)
#252B27
(37,43,39)
#1C1D1D
(28,29,29)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #6D9B77

#6D9B77
(109,155,119)
#7AA483
(122,164,131)
#87AD8F
(135,173,143)
#94B69B
(148,182,155)
#A1BFA7
(161,191,167)
#AEC8B3
(174,200,179)
#BBD1BF
(187,209,191)
#C8DACB
(200,218,203)
#D5E3D7
(213,227,215)
#E2ECE3
(226,236,227)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9B77; }

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

This text font color is #6D9B77.


Background Color

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

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

This div background color is #6D9B77.


Border color

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

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

This div border color is #6D9B77.


Opacity

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

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

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

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

This text has shadow with #6D9B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9B77 on black background.


Color preview on white background

This text has color #6D9B77 on white background.



Black color preview on #6D9B77 background

This text has black color on #6D9B77 background.


White color preview on #6D9B77 background

This text has white color on #6D9B77 background.