COLOR #6AB857

HEX: #6AB857
RGB: (106,184,87)

Color info

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

RGB color model

#6AB857 color RGB value is (106,184,87).

  • red value is 106;
  • green value is 184;
  • blue value is 87.
RGB:
(106,184,87)
(42%,72%,34%)

RGB channels and saturation

R 106 of 255 = 42%
G 184 of 255 = 72%
B 87 of 255 = 34%

106
184
87

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

Portions of RGB colors in percentages

R + G + B =
106 + 184 + 87 = 377 (100%)
R 106 of 377 ~ 28.12%
G 184 of 377 ~ 48.81%
B 87 of 377 ~ 23.08%

%28.12
%48.81
%23.08

CMYK color model

#6AB857 color CMYK value is (42,0,53,28).

  • cyan value is 42.39%
  • magenta value is 0.00%
  • yellow value is 52.72%
  • key color value is 27.84%
CMYK:
(42,0,53,28)
C42M0Y53K28 
(42%,0%,53%,28%)
(0.42/0.00/0.53/0.28)	

CMYK percentages

%42.39
%0
%52.72
%27.84

Codes

Color #6AB857 in popluar color models

6AB857
RGB10618487
HSL108°40.59%53.14%
HSB/HSV108°52.72%72.16%
CMYK42.39%0.00%52.72%
27.84%

Color #6AB857 in popluar number systems.

HEX6AB857
Decimal10618487
Binary1101010101110001010111
Octal152270127

Shades and tints

Shades of #6AB857

#6AB857
(106,184,87)
#61A850
(97,168,80)
#589849
(88,152,73)
#4F8842
(79,136,66)
#46783B
(70,120,59)
#3D6834
(61,104,52)
#34582D
(52,88,45)
#2B4826
(43,72,38)
#22381F
(34,56,31)
#192818
(25,40,24)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #6AB857

#6AB857
(106,184,87)
#77BE66
(119,190,102)
#84C475
(132,196,117)
#91CA84
(145,202,132)
#9ED093
(158,208,147)
#ABD6A2
(171,214,162)
#B8DCB1
(184,220,177)
#C5E2C0
(197,226,192)
#D2E8CF
(210,232,207)
#DFEEDE
(223,238,222)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB857 color. Also use rgb(106,184,87) instead hex code.

Text Font Color

.myTextColor { color: #6AB857; }

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

This text font color is #6AB857.


Background Color

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

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

This div background color is #6AB857.


Border color

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

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

This div border color is #6AB857.


Opacity

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

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

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

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

This text has shadow with #6AB857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB857 on black background.


Color preview on white background

This text has color #6AB857 on white background.



Black color preview on #6AB857 background

This text has black color on #6AB857 background.


White color preview on #6AB857 background

This text has white color on #6AB857 background.