COLOR #6AB26C

HEX: #6AB26C RGB: (106,178,108)

Color info

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

RGB color model

#6AB26C color RGB value is (106,178,108).

RGB: (106,178,108) (42%, 70%, 42%)

RGB channels and saturation

R 106 of 255 = 42%
G 178 of 255 = 70%
B 108 of 255 = 42%

106
178
108

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

Portions of RGB colors in percentages

R + G + B = 106 + 178 + 108 = 392 (100%)
R 106 of 392 ~ 27.04%
G 178 of 392 ~ 45.41%
B 108 of 392 ~ 27.55'%

%27.04
%45.41
%27.55

CMYK color model

#6AB26C color CMYK value is (40,0,39,30).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 39.33%
  • key color value is 30.20%

CMYK: (40,0,39,30)
C40M0Y39K30 (40%, 0%, 39%, 30%)
(0.40 / 0.00 / 0.39 / 0.30)

CMYK percentages

%40.45
%0
%39.33
%30.2

Codes

Color #6AB26C in popluar color models

6A B2 6C
RGB 106 178 108
HSL 122° 31.86% 55.69%
HSB/HSV 122° 40.45% 69.80%
CMYK 40.45% 0.00% 39.33%
30.20%

Color #6AB26C in popluar number systems.

HEX 6A B2 6C
Decimal 106 178 108
Binary 1101010 10110010 1101100
Octal 152 262 154

Shades and tints

Shades of #6AB26C

#6AB26C
(106,178,108)
#61A263
(97,162,99)
#58925A
(88,146,90)
#4F8251
(79,130,81)
#467248
(70,114,72)
#3D623F
(61,98,63)
#345236
(52,82,54)
#2B422D
(43,66,45)
#223224
(34,50,36)
#19221B
(25,34,27)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #6AB26C

#6AB26C
(106,178,108)
#77B979
(119,185,121)
#84C086
(132,192,134)
#91C793
(145,199,147)
#9ECEA0
(158,206,160)
#ABD5AD
(171,213,173)
#B8DCBA
(184,220,186)
#C5E3C7
(197,227,199)
#D2EAD4
(210,234,212)
#DFF1E1
(223,241,225)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB26C; }

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

This text font color is #6AB26C.

Background Color

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

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

This div background color is #6AB26C.

Border color

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

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

This div border color is #6AB26C.

Opacity

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

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

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

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

This text has shadow with #6AB26C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB26C.

Preview

Color preview on black background

This text has color #6AB26C on black background.


Color preview on white background

This text has color #6AB26C on white background.


Black color preview on #6AB26C background

This text has black color on #6AB26C background.


White color preview on #6AB26C background

This text has white color on #6AB26C background.


Related colors

Complementary color

Complementary color for #hex is #954D93.


I love getcolorcode.com

Triadic colors

1 #6C6AB2 and #B26C6A with #6AB26C are triadic colors.

2 #6CB26A and #B26A6C with #6AB26C are triadic colors.