COLOR #6ABD73

HEX: #6ABD73
RGB: (106,189,115)

Renk bilgisi

#6ABD73 contains mainly green color. #6ABD73 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#6ABD73 color RGB value is (106,189,115).

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

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 189 of 255 = 74%
B 115 of 255 = 45%

106
189
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 189 + 115 = 410 (100%)
R 106 of 410 ~ 25.85%
G 189 of 410 ~ 46.1%
B 115 of 410 ~ 28.05%

%25.85
%46.1
%28.05

CMYK RENK MODELİ

#6ABD73 rengi CMYK tonu (44,0,39,26).

  • camgöbeği tonu 43.92%
  • eflatun tonu 0.00%
  • sarı tonu 39.15%
  • ana renk tonu 25.88%
CMYK:
(44,0,39,26)
C44M0Y39K26 
(44%,0%,39%,26%)
(0.44/0.00/0.39/0.26)	

CMYK yüzdeleri

%43.92
%0
%39.15
%25.88

Codes

Color #6ABD73 in popluar color models

6ABD73
RGB106189115
HSL127°38.60%57.84%
HSB/HSV127°43.92%74.12%
CMYK43.92%0.00%39.15%
25.88%

Color #6ABD73 in popluar number systems.

HEX6ABD73
Decimal106189115
Binary1101010101111011110011
Octal152275163

Shades and tints

Shades of #6ABD73

#6ABD73
(106,189,115)
#61AC69
(97,172,105)
#589B5F
(88,155,95)
#4F8A55
(79,138,85)
#46794B
(70,121,75)
#3D6841
(61,104,65)
#345737
(52,87,55)
#2B462D
(43,70,45)
#223523
(34,53,35)
#192419
(25,36,25)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #6ABD73

#6ABD73
(106,189,115)
#77C37F
(119,195,127)
#84C98B
(132,201,139)
#91CF97
(145,207,151)
#9ED5A3
(158,213,163)
#ABDBAF
(171,219,175)
#B8E1BB
(184,225,187)
#C5E7C7
(197,231,199)
#D2EDD3
(210,237,211)
#DFF3DF
(223,243,223)
#ECF9EB
(236,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ABD73; }

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

This text font color is #6ABD73.


Background Color

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

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

This div background color is #6ABD73.


Border color

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

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

This div border color is #6ABD73.


Opacity

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

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

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

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

This text has shadow with #6ABD73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABD73 on black background.


Color preview on white background

This text has color #6ABD73 on white background.



Black color preview on #6ABD73 background

This text has black color on #6ABD73 background.


White color preview on #6ABD73 background

This text has white color on #6ABD73 background.