COLOR #6D9073

HEX: #6D9073
RGB: (109,144,115)

Renk bilgisi

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

RGB renk modeli

#6D9073 color RGB value is (109,144,115).

  • kırmız ton 109;
  • yeşil ton 144;
  • mavi ton 115.
RGB:
(109,144,115)
(43%,56%,45%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 144 of 255 = 56%
B 115 of 255 = 45%

109
144
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 144 + 115 = 368 (100%)
R 109 of 368 ~ 29.62%
G 144 of 368 ~ 39.13%
B 115 of 368 ~ 31.25%

%29.62
%39.13
%31.25

CMYK RENK MODELİ

#6D9073 rengi CMYK tonu (24,0,20,44).

  • camgöbeği tonu 24.31%
  • eflatun tonu 0.00%
  • sarı tonu 20.14%
  • ana renk tonu 43.53%
CMYK:
(24,0,20,44)
C24M0Y20K44 
(24%,0%,20%,44%)
(0.24/0.00/0.20/0.44)	

CMYK yüzdeleri

%24.31
%0
%20.14
%43.53

Codes

Color #6D9073 in popluar color models

6D9073
RGB109144115
HSL130°13.83%49.61%
HSB/HSV130°24.31%56.47%
CMYK24.31%0.00%20.14%
43.53%

Color #6D9073 in popluar number systems.

HEX6D9073
Decimal109144115
Binary1101101100100001110011
Octal155220163

Shades and tints

Shades of #6D9073

#6D9073
(109,144,115)
#648369
(100,131,105)
#5B765F
(91,118,95)
#526955
(82,105,85)
#495C4B
(73,92,75)
#404F41
(64,79,65)
#374237
(55,66,55)
#2E352D
(46,53,45)
#252823
(37,40,35)
#1C1B19
(28,27,25)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D9073

#6D9073
(109,144,115)
#7A9A7F
(122,154,127)
#87A48B
(135,164,139)
#94AE97
(148,174,151)
#A1B8A3
(161,184,163)
#AEC2AF
(174,194,175)
#BBCCBB
(187,204,187)
#C8D6C7
(200,214,199)
#D5E0D3
(213,224,211)
#E2EADF
(226,234,223)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9073 color. Also use rgb(109,144,115) instead hex code.

Text Font Color

.myTextColor { color: #6D9073; }

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

This text font color is #6D9073.


Background Color

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

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

This div background color is #6D9073.


Border color

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

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

This div border color is #6D9073.


Opacity

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

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

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

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

This text has shadow with #6D9073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9073 on black background.


Color preview on white background

This text has color #6D9073 on white background.



Black color preview on #6D9073 background

This text has black color on #6D9073 background.


White color preview on #6D9073 background

This text has white color on #6D9073 background.