COLOR #6D9C63

HEX: #6D9C63
RGB: (109,156,99)

Renk bilgisi

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

RGB renk modeli

#6D9C63 color RGB value is (109,156,99).

  • kırmız ton 109;
  • yeşil ton 156;
  • mavi ton 99.
RGB:
(109,156,99)
(43%,61%,39%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 156 of 255 = 61%
B 99 of 255 = 39%

109
156
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 156 + 99 = 364 (100%)
R 109 of 364 ~ 29.95%
G 156 of 364 ~ 42.86%
B 99 of 364 ~ 27.2%

%29.95
%42.86
%27.2

CMYK RENK MODELİ

#6D9C63 rengi CMYK tonu (30,0,37,39).

  • camgöbeği tonu 30.13%
  • eflatun tonu 0.00%
  • sarı tonu 36.54%
  • ana renk tonu 38.82%
CMYK:
(30,0,37,39)
C30M0Y37K39 
(30%,0%,37%,39%)
(0.30/0.00/0.37/0.39)	

CMYK yüzdeleri

%30.13
%0
%36.54
%38.82

Codes

Color #6D9C63 in popluar color models

6D9C63
RGB10915699
HSL109°22.35%50.00%
HSB/HSV109°36.54%61.18%
CMYK30.13%0.00%36.54%
38.82%

Color #6D9C63 in popluar number systems.

HEX6D9C63
Decimal10915699
Binary1101101100111001100011
Octal155234143

Shades and tints

Shades of #6D9C63

#6D9C63
(109,156,99)
#648E5A
(100,142,90)
#5B8051
(91,128,81)
#527248
(82,114,72)
#49643F
(73,100,63)
#405636
(64,86,54)
#37482D
(55,72,45)
#2E3A24
(46,58,36)
#252C1B
(37,44,27)
#1C1E12
(28,30,18)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #6D9C63

#6D9C63
(109,156,99)
#7AA571
(122,165,113)
#87AE7F
(135,174,127)
#94B78D
(148,183,141)
#A1C09B
(161,192,155)
#AEC9A9
(174,201,169)
#BBD2B7
(187,210,183)
#C8DBC5
(200,219,197)
#D5E4D3
(213,228,211)
#E2EDE1
(226,237,225)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9C63 color. Also use rgb(109,156,99) instead hex code.

Text Font Color

.myTextColor { color: #6D9C63; }

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

This text font color is #6D9C63.


Background Color

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

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

This div background color is #6D9C63.


Border color

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

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

This div border color is #6D9C63.


Opacity

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

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

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

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

This text has shadow with #6D9C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9C63 on black background.


Color preview on white background

This text has color #6D9C63 on white background.



Black color preview on #6D9C63 background

This text has black color on #6D9C63 background.


White color preview on #6D9C63 background

This text has white color on #6D9C63 background.