COLOR #6AA847

HEX: #6AA847
RGB: (106,168,71)

Color info

#6AA847 contains mainly green color. Web safe color of #6AA847 is #669933 (or #693).

RGB color model

#6AA847 color RGB value is (106,168,71).

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

RGB channels and saturation

R 106 of 255 = 42%
G 168 of 255 = 66%
B 71 of 255 = 28%

106
168
71

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

Portions of RGB colors in percentages

R + G + B =
106 + 168 + 71 = 345 (100%)
R 106 of 345 ~ 30.72%
G 168 of 345 ~ 48.7%
B 71 of 345 ~ 20.58%

%30.72
%48.7
%20.58

CMYK color model

#6AA847 color CMYK value is (37,0,58,34).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 57.74%
  • key color value is 34.12%
CMYK:
(37,0,58,34)
C37M0Y58K34 
(37%,0%,58%,34%)
(0.37/0.00/0.58/0.34)	

CMYK percentages

%36.9
%0
%57.74
%34.12

Codes

Color #6AA847 in popluar color models

6AA847
RGB10616871
HSL98°40.59%46.86%
HSB/HSV98°57.74%65.88%
CMYK36.90%0.00%57.74%
34.12%

Color #6AA847 in popluar number systems.

HEX6AA847
Decimal10616871
Binary1101010101010001000111
Octal152250107

Shades and tints

Shades of #6AA847

#6AA847
(106,168,71)
#619941
(97,153,65)
#588A3B
(88,138,59)
#4F7B35
(79,123,53)
#466C2F
(70,108,47)
#3D5D29
(61,93,41)
#344E23
(52,78,35)
#2B3F1D
(43,63,29)
#223017
(34,48,23)
#192111
(25,33,17)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #6AA847

#6AA847
(106,168,71)
#77AF57
(119,175,87)
#84B667
(132,182,103)
#91BD77
(145,189,119)
#9EC487
(158,196,135)
#ABCB97
(171,203,151)
#B8D2A7
(184,210,167)
#C5D9B7
(197,217,183)
#D2E0C7
(210,224,199)
#DFE7D7
(223,231,215)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA847; }

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

This text font color is #6AA847.


Background Color

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

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

This div background color is #6AA847.


Border color

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

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

This div border color is #6AA847.


Opacity

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

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

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

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

This text has shadow with #6AA847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA847 on black background.


Color preview on white background

This text has color #6AA847 on white background.



Black color preview on #6AA847 background

This text has black color on #6AA847 background.


White color preview on #6AA847 background

This text has white color on #6AA847 background.