COLOR #6AAD73

HEX: #6AAD73
RGB: (106,173,115)

Renk bilgisi

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

RGB renk modeli

#6AAD73 color RGB value is (106,173,115).

  • kırmız ton 106;
  • yeşil ton 173;
  • mavi ton 115.
RGB:
(106,173,115)
(42%,68%,45%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 173 of 255 = 68%
B 115 of 255 = 45%

106
173
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 173 + 115 = 394 (100%)
R 106 of 394 ~ 26.9%
G 173 of 394 ~ 43.91%
B 115 of 394 ~ 29.19%

%26.9
%43.91
%29.19

CMYK RENK MODELİ

#6AAD73 rengi CMYK tonu (39,0,34,32).

  • camgöbeği tonu 38.73%
  • eflatun tonu 0.00%
  • sarı tonu 33.53%
  • ana renk tonu 32.16%
CMYK:
(39,0,34,32)
C39M0Y34K32 
(39%,0%,34%,32%)
(0.39/0.00/0.34/0.32)	

CMYK yüzdeleri

%38.73
%0
%33.53
%32.16

Codes

Color #6AAD73 in popluar color models

6AAD73
RGB106173115
HSL128°29.00%54.71%
HSB/HSV128°38.73%67.84%
CMYK38.73%0.00%33.53%
32.16%

Color #6AAD73 in popluar number systems.

HEX6AAD73
Decimal106173115
Binary1101010101011011110011
Octal152255163

Shades and tints

Shades of #6AAD73

#6AAD73
(106,173,115)
#619E69
(97,158,105)
#588F5F
(88,143,95)
#4F8055
(79,128,85)
#46714B
(70,113,75)
#3D6241
(61,98,65)
#345337
(52,83,55)
#2B442D
(43,68,45)
#223523
(34,53,35)
#192619
(25,38,25)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #6AAD73

#6AAD73
(106,173,115)
#77B47F
(119,180,127)
#84BB8B
(132,187,139)
#91C297
(145,194,151)
#9EC9A3
(158,201,163)
#ABD0AF
(171,208,175)
#B8D7BB
(184,215,187)
#C5DEC7
(197,222,199)
#D2E5D3
(210,229,211)
#DFECDF
(223,236,223)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAD73 color. Also use rgb(106,173,115) instead hex code.

Text Font Color

.myTextColor { color: #6AAD73; }

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

This text font color is #6AAD73.


Background Color

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

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

This div background color is #6AAD73.


Border color

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

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

This div border color is #6AAD73.


Opacity

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

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

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

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

This text has shadow with #6AAD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAD73 on black background.


Color preview on white background

This text has color #6AAD73 on white background.



Black color preview on #6AAD73 background

This text has black color on #6AAD73 background.


White color preview on #6AAD73 background

This text has white color on #6AAD73 background.