COLOR #6AA84E

HEX: #6AA84E
RGB: (106,168,78)

Color info

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

RGB color model

#6AA84E color RGB value is (106,168,78).

  • red value is 106;
  • green value is 168;
  • blue value is 78.
RGB:
(106,168,78)
(42%,66%,31%)

RGB channels and saturation

R 106 of 255 = 42%
G 168 of 255 = 66%
B 78 of 255 = 31%

106
168
78

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

Portions of RGB colors in percentages

R + G + B =
106 + 168 + 78 = 352 (100%)
R 106 of 352 ~ 30.11%
G 168 of 352 ~ 47.73%
B 78 of 352 ~ 22.16%

%30.11
%47.73
%22.16

CMYK color model

#6AA84E color CMYK value is (37,0,54,34).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 34.12%
CMYK:
(37,0,54,34)
C37M0Y54K34 
(37%,0%,54%,34%)
(0.37/0.00/0.54/0.34)	

CMYK percentages

%36.9
%0
%53.57
%34.12

Codes

Color #6AA84E in popluar color models

6AA84E
RGB10616878
HSL101°36.59%48.24%
HSB/HSV101°53.57%65.88%
CMYK36.90%0.00%53.57%
34.12%

Color #6AA84E in popluar number systems.

HEX6AA84E
Decimal10616878
Binary1101010101010001001110
Octal152250116

Shades and tints

Shades of #6AA84E

#6AA84E
(106,168,78)
#619947
(97,153,71)
#588A40
(88,138,64)
#4F7B39
(79,123,57)
#466C32
(70,108,50)
#3D5D2B
(61,93,43)
#344E24
(52,78,36)
#2B3F1D
(43,63,29)
#223016
(34,48,22)
#19210F
(25,33,15)
#101208
(16,18,8)
#000000
(0,0,0)

Tints of #6AA84E

#6AA84E
(106,168,78)
#77AF5E
(119,175,94)
#84B66E
(132,182,110)
#91BD7E
(145,189,126)
#9EC48E
(158,196,142)
#ABCB9E
(171,203,158)
#B8D2AE
(184,210,174)
#C5D9BE
(197,217,190)
#D2E0CE
(210,224,206)
#DFE7DE
(223,231,222)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA84E color. Also use rgb(106,168,78) instead hex code.

Text Font Color

.myTextColor { color: #6AA84E; }

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

This text font color is #6AA84E.


Background Color

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

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

This div background color is #6AA84E.


Border color

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

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

This div border color is #6AA84E.


Opacity

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

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

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

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

This text has shadow with #6AA84E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA84E on black background.


Color preview on white background

This text has color #6AA84E on white background.



Black color preview on #6AA84E background

This text has black color on #6AA84E background.


White color preview on #6AA84E background

This text has white color on #6AA84E background.