COLOR #6D9565

HEX: #6D9565
RGB: (109,149,101)

Renk bilgisi

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

RGB renk modeli

#6D9565 color RGB value is (109,149,101).

  • kırmız ton 109;
  • yeşil ton 149;
  • mavi ton 101.
RGB:
(109,149,101)
(43%,58%,40%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 149 of 255 = 58%
B 101 of 255 = 40%

109
149
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 149 + 101 = 359 (100%)
R 109 of 359 ~ 30.36%
G 149 of 359 ~ 41.5%
B 101 of 359 ~ 28.13%

%30.36
%41.5
%28.13

CMYK RENK MODELİ

#6D9565 rengi CMYK tonu (27,0,32,42).

  • camgöbeği tonu 26.85%
  • eflatun tonu 0.00%
  • sarı tonu 32.21%
  • ana renk tonu 41.57%
CMYK:
(27,0,32,42)
C27M0Y32K42 
(27%,0%,32%,42%)
(0.27/0.00/0.32/0.42)	

CMYK yüzdeleri

%26.85
%0
%32.21
%41.57

Codes

Color #6D9565 in popluar color models

6D9565
RGB109149101
HSL110°19.20%49.02%
HSB/HSV110°32.21%58.43%
CMYK26.85%0.00%32.21%
41.57%

Color #6D9565 in popluar number systems.

HEX6D9565
Decimal109149101
Binary1101101100101011100101
Octal155225145

Shades and tints

Shades of #6D9565

#6D9565
(109,149,101)
#64885C
(100,136,92)
#5B7B53
(91,123,83)
#526E4A
(82,110,74)
#496141
(73,97,65)
#405438
(64,84,56)
#37472F
(55,71,47)
#2E3A26
(46,58,38)
#252D1D
(37,45,29)
#1C2014
(28,32,20)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #6D9565

#6D9565
(109,149,101)
#7A9E73
(122,158,115)
#87A781
(135,167,129)
#94B08F
(148,176,143)
#A1B99D
(161,185,157)
#AEC2AB
(174,194,171)
#BBCBB9
(187,203,185)
#C8D4C7
(200,212,199)
#D5DDD5
(213,221,213)
#E2E6E3
(226,230,227)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9565 color. Also use rgb(109,149,101) instead hex code.

Text Font Color

.myTextColor { color: #6D9565; }

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

This text font color is #6D9565.


Background Color

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

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

This div background color is #6D9565.


Border color

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

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

This div border color is #6D9565.


Opacity

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

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

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

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

This text has shadow with #6D9565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9565 on black background.


Color preview on white background

This text has color #6D9565 on white background.



Black color preview on #6D9565 background

This text has black color on #6D9565 background.


White color preview on #6D9565 background

This text has white color on #6D9565 background.