COLOR #6AB681

HEX: #6AB681
RGB: (106,182,129)

Color info

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

RGB color model

#6AB681 color RGB value is (106,182,129).

  • red value is 106;
  • green value is 182;
  • blue value is 129.
RGB:
(106,182,129)
(42%,71%,51%)

RGB channels and saturation

R 106 of 255 = 42%
G 182 of 255 = 71%
B 129 of 255 = 51%

106
182
129

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

Portions of RGB colors in percentages

R + G + B =
106 + 182 + 129 = 417 (100%)
R 106 of 417 ~ 25.42%
G 182 of 417 ~ 43.65%
B 129 of 417 ~ 30.94%

%25.42
%43.65
%30.94

CMYK color model

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

  • cyan value is 41.76%
  • magenta value is 0.00%
  • yellow value is 29.12%
  • key color value is 28.63%
CMYK:
(42,0,29,29)
C42M0Y29K29 
(42%,0%,29%,29%)
(0.42/0.00/0.29/0.29)	

CMYK percentages

%41.76
%0
%29.12
%28.63

Codes

Color #6AB681 in popluar color models

6AB681
RGB106182129
HSL138°34.23%56.47%
HSB/HSV138°41.76%71.37%
CMYK41.76%0.00%29.12%
28.63%

Color #6AB681 in popluar number systems.

HEX6AB681
Decimal106182129
Binary11010101011011010000001
Octal152266201

Shades and tints

Shades of #6AB681

#6AB681
(106,182,129)
#61A676
(97,166,118)
#58966B
(88,150,107)
#4F8660
(79,134,96)
#467655
(70,118,85)
#3D664A
(61,102,74)
#34563F
(52,86,63)
#2B4634
(43,70,52)
#223629
(34,54,41)
#19261E
(25,38,30)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #6AB681

#6AB681
(106,182,129)
#77BC8C
(119,188,140)
#84C297
(132,194,151)
#91C8A2
(145,200,162)
#9ECEAD
(158,206,173)
#ABD4B8
(171,212,184)
#B8DAC3
(184,218,195)
#C5E0CE
(197,224,206)
#D2E6D9
(210,230,217)
#DFECE4
(223,236,228)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB681; }

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

This text font color is #6AB681.


Background Color

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

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

This div background color is #6AB681.


Border color

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

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

This div border color is #6AB681.


Opacity

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

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

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

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

This text has shadow with #6AB681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB681 on black background.


Color preview on white background

This text has color #6AB681 on white background.



Black color preview on #6AB681 background

This text has black color on #6AB681 background.


White color preview on #6AB681 background

This text has white color on #6AB681 background.