COLOR #6ABE76

HEX: #6ABE76
RGB: (106,190,118)

Color info

#6ABE76 contains mainly green color. Web safe color of #6ABE76 is #66CC66 (or #6C6).

RGB color model

#6ABE76 color RGB value is (106,190,118).

  • red value is 106;
  • green value is 190;
  • blue value is 118.
RGB:
(106,190,118)
(42%,75%,46%)

RGB channels and saturation

R 106 of 255 = 42%
G 190 of 255 = 75%
B 118 of 255 = 46%

106
190
118

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

Portions of RGB colors in percentages

R + G + B =
106 + 190 + 118 = 414 (100%)
R 106 of 414 ~ 25.6%
G 190 of 414 ~ 45.89%
B 118 of 414 ~ 28.5%

%25.6
%45.89
%28.5

CMYK color model

#6ABE76 color CMYK value is (44,0,38,25).

  • cyan value is 44.21%
  • magenta value is 0.00%
  • yellow value is 37.89%
  • key color value is 25.49%
CMYK:
(44,0,38,25)
C44M0Y38K25 
(44%,0%,38%,25%)
(0.44/0.00/0.38/0.25)	

CMYK percentages

%44.21
%0
%37.89
%25.49

Codes

Color #6ABE76 in popluar color models

6ABE76
RGB106190118
HSL129°39.25%58.04%
HSB/HSV129°44.21%74.51%
CMYK44.21%0.00%37.89%
25.49%

Color #6ABE76 in popluar number systems.

HEX6ABE76
Decimal106190118
Binary1101010101111101110110
Octal152276166

Shades and tints

Shades of #6ABE76

#6ABE76
(106,190,118)
#61AD6C
(97,173,108)
#589C62
(88,156,98)
#4F8B58
(79,139,88)
#467A4E
(70,122,78)
#3D6944
(61,105,68)
#34583A
(52,88,58)
#2B4730
(43,71,48)
#223626
(34,54,38)
#19251C
(25,37,28)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #6ABE76

#6ABE76
(106,190,118)
#77C382
(119,195,130)
#84C88E
(132,200,142)
#91CD9A
(145,205,154)
#9ED2A6
(158,210,166)
#ABD7B2
(171,215,178)
#B8DCBE
(184,220,190)
#C5E1CA
(197,225,202)
#D2E6D6
(210,230,214)
#DFEBE2
(223,235,226)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABE76 color. Also use rgb(106,190,118) instead hex code.

Text Font Color

.myTextColor { color: #6ABE76; }

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

This text font color is #6ABE76.


Background Color

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

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

This div background color is #6ABE76.


Border color

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

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

This div border color is #6ABE76.


Opacity

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

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

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

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

This text has shadow with #6ABE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABE76 on black background.


Color preview on white background

This text has color #6ABE76 on white background.



Black color preview on #6ABE76 background

This text has black color on #6ABE76 background.


White color preview on #6ABE76 background

This text has white color on #6ABE76 background.