COLOR #6D9F50

HEX: #6D9F50
RGB: (109,159,80)

Renk bilgisi

#6D9F50 contains mainly red and green colors. #6D9F50 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6D9F50 color RGB value is (109,159,80).

  • kırmız ton 109;
  • yeşil ton 159;
  • mavi ton 80.
RGB:
(109,159,80)
(43%,62%,31%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 159 of 255 = 62%
B 80 of 255 = 31%

109
159
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 159 + 80 = 348 (100%)
R 109 of 348 ~ 31.32%
G 159 of 348 ~ 45.69%
B 80 of 348 ~ 22.99%

%31.32
%45.69
%22.99

CMYK RENK MODELİ

#6D9F50 rengi CMYK tonu (31,0,50,38).

  • camgöbeği tonu 31.45%
  • eflatun tonu 0.00%
  • sarı tonu 49.69%
  • ana renk tonu 37.65%
CMYK:
(31,0,50,38)
C31M0Y50K38 
(31%,0%,50%,38%)
(0.31/0.00/0.50/0.38)	

CMYK yüzdeleri

%31.45
%0
%49.69
%37.65

Codes

Color #6D9F50 in popluar color models

6D9F50
RGB10915980
HSL98°33.05%46.86%
HSB/HSV98°49.69%62.35%
CMYK31.45%0.00%49.69%
37.65%

Color #6D9F50 in popluar number systems.

HEX6D9F50
Decimal10915980
Binary1101101100111111010000
Octal155237120

Shades and tints

Shades of #6D9F50

#6D9F50
(109,159,80)
#649149
(100,145,73)
#5B8342
(91,131,66)
#52753B
(82,117,59)
#496734
(73,103,52)
#40592D
(64,89,45)
#374B26
(55,75,38)
#2E3D1F
(46,61,31)
#252F18
(37,47,24)
#1C2111
(28,33,17)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #6D9F50

#6D9F50
(109,159,80)
#7AA75F
(122,167,95)
#87AF6E
(135,175,110)
#94B77D
(148,183,125)
#A1BF8C
(161,191,140)
#AEC79B
(174,199,155)
#BBCFAA
(187,207,170)
#C8D7B9
(200,215,185)
#D5DFC8
(213,223,200)
#E2E7D7
(226,231,215)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9F50 color. Also use rgb(109,159,80) instead hex code.

Text Font Color

.myTextColor { color: #6D9F50; }

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

This text font color is #6D9F50.


Background Color

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

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

This div background color is #6D9F50.


Border color

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

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

This div border color is #6D9F50.


Opacity

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

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

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

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

This text has shadow with #6D9F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9F50 on black background.


Color preview on white background

This text has color #6D9F50 on white background.



Black color preview on #6D9F50 background

This text has black color on #6D9F50 background.


White color preview on #6D9F50 background

This text has white color on #6D9F50 background.