COLOR #6D8736

HEX: #6D8736
RGB: (109,135,54)

Renk bilgisi

#6D8736 contains mainly red and green colors. #6D8736 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#6D8736 color RGB value is (109,135,54).

  • kırmız ton 109;
  • yeşil ton 135;
  • mavi ton 54.
RGB:
(109,135,54)
(43%,53%,21%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 135 of 255 = 53%
B 54 of 255 = 21%

109
135
54

R + G + B ~ 39%. #6D8736 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 135 + 54 = 298 (100%)
R 109 of 298 ~ 36.58%
G 135 of 298 ~ 45.3%
B 54 of 298 ~ 18.12%

%36.58
%45.3
%18.12

CMYK RENK MODELİ

#6D8736 rengi CMYK tonu (19,0,60,47).

  • camgöbeği tonu 19.26%
  • eflatun tonu 0.00%
  • sarı tonu 60.00%
  • ana renk tonu 47.06%
CMYK:
(19,0,60,47)
C19M0Y60K47 
(19%,0%,60%,47%)
(0.19/0.00/0.60/0.47)	

CMYK yüzdeleri

%19.26
%0
%60
%47.06

Codes

Color #6D8736 in popluar color models

6D8736
RGB10913554
HSL79°42.86%37.06%
HSB/HSV79°60.00%52.94%
CMYK19.26%0.00%60.00%
47.06%

Color #6D8736 in popluar number systems.

HEX6D8736
Decimal10913554
Binary110110110000111110110
Octal15520766

Shades and tints

Shades of #6D8736

#6D8736
(109,135,54)
#647B32
(100,123,50)
#5B6F2E
(91,111,46)
#52632A
(82,99,42)
#495726
(73,87,38)
#404B22
(64,75,34)
#373F1E
(55,63,30)
#2E331A
(46,51,26)
#252716
(37,39,22)
#1C1B12
(28,27,18)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #6D8736

#6D8736
(109,135,54)
#7A9148
(122,145,72)
#879B5A
(135,155,90)
#94A56C
(148,165,108)
#A1AF7E
(161,175,126)
#AEB990
(174,185,144)
#BBC3A2
(187,195,162)
#C8CDB4
(200,205,180)
#D5D7C6
(213,215,198)
#E2E1D8
(226,225,216)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8736 color. Also use rgb(109,135,54) instead hex code.

Text Font Color

.myTextColor { color: #6D8736; }

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

This text font color is #6D8736.


Background Color

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

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

This div background color is #6D8736.


Border color

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

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

This div border color is #6D8736.


Opacity

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

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

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

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

This text has shadow with #6D8736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8736 on black background.


Color preview on white background

This text has color #6D8736 on white background.



Black color preview on #6D8736 background

This text has black color on #6D8736 background.


White color preview on #6D8736 background

This text has white color on #6D8736 background.