COLOR #6AB26E

HEX: #6AB26E
RGB: (106,178,110)

Color info

#6AB26E contains mainly green color. Web safe color of #6AB26E is #669966 (or #696).

RGB color model

#6AB26E color RGB value is (106,178,110).

  • red value is 106;
  • green value is 178;
  • blue value is 110.
RGB:
(106,178,110)
(42%,70%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 178 of 255 = 70%
B 110 of 255 = 43%

106
178
110

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

Portions of RGB colors in percentages

R + G + B =
106 + 178 + 110 = 394 (100%)
R 106 of 394 ~ 26.9%
G 178 of 394 ~ 45.18%
B 110 of 394 ~ 27.92%

%26.9
%45.18
%27.92

CMYK color model

#6AB26E color CMYK value is (40,0,38,30).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 38.20%
  • key color value is 30.20%
CMYK:
(40,0,38,30)
C40M0Y38K30 
(40%,0%,38%,30%)
(0.40/0.00/0.38/0.30)	

CMYK percentages

%40.45
%0
%38.2
%30.2

Codes

Color #6AB26E in popluar color models

6AB26E
RGB106178110
HSL123°31.86%55.69%
HSB/HSV123°40.45%69.80%
CMYK40.45%0.00%38.20%
30.20%

Color #6AB26E in popluar number systems.

HEX6AB26E
Decimal106178110
Binary1101010101100101101110
Octal152262156

Shades and tints

Shades of #6AB26E

#6AB26E
(106,178,110)
#61A264
(97,162,100)
#58925A
(88,146,90)
#4F8250
(79,130,80)
#467246
(70,114,70)
#3D623C
(61,98,60)
#345232
(52,82,50)
#2B4228
(43,66,40)
#22321E
(34,50,30)
#192214
(25,34,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #6AB26E

#6AB26E
(106,178,110)
#77B97B
(119,185,123)
#84C088
(132,192,136)
#91C795
(145,199,149)
#9ECEA2
(158,206,162)
#ABD5AF
(171,213,175)
#B8DCBC
(184,220,188)
#C5E3C9
(197,227,201)
#D2EAD6
(210,234,214)
#DFF1E3
(223,241,227)
#ECF8F0
(236,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB26E color. Also use rgb(106,178,110) instead hex code.

Text Font Color

.myTextColor { color: #6AB26E; }

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

This text font color is #6AB26E.


Background Color

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

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

This div background color is #6AB26E.


Border color

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

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

This div border color is #6AB26E.


Opacity

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

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

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

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

This text has shadow with #6AB26E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB26E on black background.


Color preview on white background

This text has color #6AB26E on white background.



Black color preview on #6AB26E background

This text has black color on #6AB26E background.


White color preview on #6AB26E background

This text has white color on #6AB26E background.