COLOR #6AB15D

HEX: #6AB15D
RGB: (106,177,93)

Renk bilgisi

#6AB15D contains mainly green color. #6AB15D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6AB15D color RGB value is (106,177,93).

  • kırmız ton 106;
  • yeşil ton 177;
  • mavi ton 93.
RGB:
(106,177,93)
(42%,69%,36%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 177 of 255 = 69%
B 93 of 255 = 36%

106
177
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 177 + 93 = 376 (100%)
R 106 of 376 ~ 28.19%
G 177 of 376 ~ 47.07%
B 93 of 376 ~ 24.73%

%28.19
%47.07
%24.73

CMYK RENK MODELİ

#6AB15D rengi CMYK tonu (40,0,47,31).

  • camgöbeği tonu 40.11%
  • eflatun tonu 0.00%
  • sarı tonu 47.46%
  • ana renk tonu 30.59%
CMYK:
(40,0,47,31)
C40M0Y47K31 
(40%,0%,47%,31%)
(0.40/0.00/0.47/0.31)	

CMYK yüzdeleri

%40.11
%0
%47.46
%30.59

Codes

Color #6AB15D in popluar color models

6AB15D
RGB10617793
HSL111°35.00%52.94%
HSB/HSV111°47.46%69.41%
CMYK40.11%0.00%47.46%
30.59%

Color #6AB15D in popluar number systems.

HEX6AB15D
Decimal10617793
Binary1101010101100011011101
Octal152261135

Shades and tints

Shades of #6AB15D

#6AB15D
(106,177,93)
#61A155
(97,161,85)
#58914D
(88,145,77)
#4F8145
(79,129,69)
#46713D
(70,113,61)
#3D6135
(61,97,53)
#34512D
(52,81,45)
#2B4125
(43,65,37)
#22311D
(34,49,29)
#192115
(25,33,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #6AB15D

#6AB15D
(106,177,93)
#77B86B
(119,184,107)
#84BF79
(132,191,121)
#91C687
(145,198,135)
#9ECD95
(158,205,149)
#ABD4A3
(171,212,163)
#B8DBB1
(184,219,177)
#C5E2BF
(197,226,191)
#D2E9CD
(210,233,205)
#DFF0DB
(223,240,219)
#ECF7E9
(236,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB15D color. Also use rgb(106,177,93) instead hex code.

Text Font Color

.myTextColor { color: #6AB15D; }

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

This text font color is #6AB15D.


Background Color

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

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

This div background color is #6AB15D.


Border color

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

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

This div border color is #6AB15D.


Opacity

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

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

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

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

This text has shadow with #6AB15D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB15D on black background.


Color preview on white background

This text has color #6AB15D on white background.



Black color preview on #6AB15D background

This text has black color on #6AB15D background.


White color preview on #6AB15D background

This text has white color on #6AB15D background.