COLOR #6D9B46

HEX: #6D9B46
RGB: (109,155,70)

Renk bilgisi

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

RGB renk modeli

#6D9B46 color RGB value is (109,155,70).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 155 of 255 = 61%
B 70 of 255 = 27%

109
155
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 155 + 70 = 334 (100%)
R 109 of 334 ~ 32.63%
G 155 of 334 ~ 46.41%
B 70 of 334 ~ 20.96%

%32.63
%46.41
%20.96

CMYK RENK MODELİ

#6D9B46 rengi CMYK tonu (30,0,55,39).

  • camgöbeği tonu 29.68%
  • eflatun tonu 0.00%
  • sarı tonu 54.84%
  • ana renk tonu 39.22%
CMYK:
(30,0,55,39)
C30M0Y55K39 
(30%,0%,55%,39%)
(0.30/0.00/0.55/0.39)	

CMYK yüzdeleri

%29.68
%0
%54.84
%39.22

Codes

Color #6D9B46 in popluar color models

6D9B46
RGB10915570
HSL92°37.78%44.12%
HSB/HSV92°54.84%60.78%
CMYK29.68%0.00%54.84%
39.22%

Color #6D9B46 in popluar number systems.

HEX6D9B46
Decimal10915570
Binary1101101100110111000110
Octal155233106

Shades and tints

Shades of #6D9B46

#6D9B46
(109,155,70)
#648D40
(100,141,64)
#5B7F3A
(91,127,58)
#527134
(82,113,52)
#49632E
(73,99,46)
#405528
(64,85,40)
#374722
(55,71,34)
#2E391C
(46,57,28)
#252B16
(37,43,22)
#1C1D10
(28,29,16)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #6D9B46

#6D9B46
(109,155,70)
#7AA456
(122,164,86)
#87AD66
(135,173,102)
#94B676
(148,182,118)
#A1BF86
(161,191,134)
#AEC896
(174,200,150)
#BBD1A6
(187,209,166)
#C8DAB6
(200,218,182)
#D5E3C6
(213,227,198)
#E2ECD6
(226,236,214)
#EFF5E6
(239,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9B46; }

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

This text font color is #6D9B46.


Background Color

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

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

This div background color is #6D9B46.


Border color

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

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

This div border color is #6D9B46.


Opacity

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

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

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

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

This text has shadow with #6D9B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9B46 on black background.


Color preview on white background

This text has color #6D9B46 on white background.



Black color preview on #6D9B46 background

This text has black color on #6D9B46 background.


White color preview on #6D9B46 background

This text has white color on #6D9B46 background.