COLOR #6D9F7B

HEX: #6D9F7B
RGB: (109,159,123)

Renk bilgisi

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

RGB renk modeli

#6D9F7B color RGB value is (109,159,123).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 159 of 255 = 62%
B 123 of 255 = 48%

109
159
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 159 + 123 = 391 (100%)
R 109 of 391 ~ 27.88%
G 159 of 391 ~ 40.66%
B 123 of 391 ~ 31.46%

%27.88
%40.66
%31.46

CMYK RENK MODELİ

#6D9F7B rengi CMYK tonu (31,0,23,38).

  • camgöbeği tonu 31.45%
  • eflatun tonu 0.00%
  • sarı tonu 22.64%
  • ana renk tonu 37.65%
CMYK:
(31,0,23,38)
C31M0Y23K38 
(31%,0%,23%,38%)
(0.31/0.00/0.23/0.38)	

CMYK yüzdeleri

%31.45
%0
%22.64
%37.65

Codes

Color #6D9F7B in popluar color models

6D9F7B
RGB109159123
HSL137°20.66%52.55%
HSB/HSV137°31.45%62.35%
CMYK31.45%0.00%22.64%
37.65%

Color #6D9F7B in popluar number systems.

HEX6D9F7B
Decimal109159123
Binary1101101100111111111011
Octal155237173

Shades and tints

Shades of #6D9F7B

#6D9F7B
(109,159,123)
#649170
(100,145,112)
#5B8365
(91,131,101)
#52755A
(82,117,90)
#49674F
(73,103,79)
#405944
(64,89,68)
#374B39
(55,75,57)
#2E3D2E
(46,61,46)
#252F23
(37,47,35)
#1C2118
(28,33,24)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #6D9F7B

#6D9F7B
(109,159,123)
#7AA787
(122,167,135)
#87AF93
(135,175,147)
#94B79F
(148,183,159)
#A1BFAB
(161,191,171)
#AEC7B7
(174,199,183)
#BBCFC3
(187,207,195)
#C8D7CF
(200,215,207)
#D5DFDB
(213,223,219)
#E2E7E7
(226,231,231)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9F7B; }

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

This text font color is #6D9F7B.


Background Color

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

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

This div background color is #6D9F7B.


Border color

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

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

This div border color is #6D9F7B.


Opacity

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

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

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

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

This text has shadow with #6D9F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9F7B on black background.


Color preview on white background

This text has color #6D9F7B on white background.



Black color preview on #6D9F7B background

This text has black color on #6D9F7B background.


White color preview on #6D9F7B background

This text has white color on #6D9F7B background.