COLOR #6AB68C

HEX: #6AB68C RGB: (106,182,140)

Color info

#6AB68C contains mainly green and blue colors. Web safe color of #6AB68C is #66CC99 (or #6C9).

RGB color model

#6AB68C color RGB value is (106,182,140).

RGB: (106,182,140) (42%, 71%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 182 of 255 = 71%
B 140 of 255 = 55%

106
182
140

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

Portions of RGB colors in percentages

R + G + B = 106 + 182 + 140 = 428 (100%)
R 106 of 428 ~ 24.77%
G 182 of 428 ~ 42.52%
B 140 of 428 ~ 32.71'%

%24.77
%42.52
%32.71

CMYK color model

#6AB68C color CMYK value is (42,0,23,29).

  • cyan value is 41.76%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 28.63%

CMYK: (42,0,23,29)
C42M0Y23K29 (42%, 0%, 23%, 29%)
(0.42 / 0.00 / 0.23 / 0.29)

CMYK percentages

%41.76
%0
%23.08
%28.63

Codes

Color #6AB68C in popluar color models

6A B6 8C
RGB 106 182 140
HSL 147° 34.23% 56.47%
HSB/HSV 147° 41.76% 71.37%
CMYK 41.76% 0.00% 23.08%
28.63%

Color #6AB68C in popluar number systems.

HEX 6A B6 8C
Decimal 106 182 140
Binary 1101010 10110110 10001100
Octal 152 266 214

Shades and tints

Shades of #6AB68C

#6AB68C
(106,182,140)
#61A680
(97,166,128)
#589674
(88,150,116)
#4F8668
(79,134,104)
#46765C
(70,118,92)
#3D6650
(61,102,80)
#345644
(52,86,68)
#2B4638
(43,70,56)
#22362C
(34,54,44)
#192620
(25,38,32)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #6AB68C

#6AB68C
(106,182,140)
#77BC96
(119,188,150)
#84C2A0
(132,194,160)
#91C8AA
(145,200,170)
#9ECEB4
(158,206,180)
#ABD4BE
(171,212,190)
#B8DAC8
(184,218,200)
#C5E0D2
(197,224,210)
#D2E6DC
(210,230,220)
#DFECE6
(223,236,230)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB68C color. Also use rgb(106,182,140) instead hex code.

Text Font Color

.myTextColor { color: #6AB68C; }

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

This text font color is #6AB68C.

Background Color

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

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

This div background color is #6AB68C.

Border color

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

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

This div border color is #6AB68C.

Opacity

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

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

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

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

This text has shadow with #6AB68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB68C.

Preview

Color preview on black background

This text has color #6AB68C on black background.


Color preview on white background

This text has color #6AB68C on white background.


Black color preview on #6AB68C background

This text has black color on #6AB68C background.


White color preview on #6AB68C background

This text has white color on #6AB68C background.


Related colors

Complementary color

Complementary color for #hex is #954973.


I love getcolorcode.com

Triadic colors

1 #8C6AB6 and #B68C6A with #6AB68C are triadic colors.

2 #8CB66A and #B66A8C with #6AB68C are triadic colors.