COLOR #6AA71A

HEX: #6AA71A RGB: (106,167,26)

Color info

#6AA71A contains mainly green color. Web safe color of #6AA71A is #669900 (or #690).

RGB color model

#6AA71A color RGB value is (106,167,26).

RGB: (106,167,26) (42%, 65%, 10%)

RGB channels and saturation

R 106 of 255 = 42%
G 167 of 255 = 65%
B 26 of 255 = 10%

106
167
26

R + G + B ~ 39%. #6AA71A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 167 + 26 = 299 (100%)
R 106 of 299 ~ 35.45%
G 167 of 299 ~ 55.85%
B 26 of 299 ~ 8.7'%

%35.45
%55.85

CMYK color model

#6AA71A color CMYK value is (37,0,84,35).

  • cyan value is 36.53%
  • magenta value is 0.00%
  • yellow value is 84.43%
  • key color value is 34.51%

CMYK: (37,0,84,35)
C37M0Y84K35 (37%, 0%, 84%, 35%)
(0.37 / 0.00 / 0.84 / 0.35)

CMYK percentages

%36.53
%0
%84.43
%34.51

Codes

Color #6AA71A in popluar color models

6A A7 1A
RGB 106 167 26
HSL 86° 73.06% 37.84%
HSB/HSV 86° 84.43% 65.49%
CMYK 36.53% 0.00% 84.43%
34.51%

Color #6AA71A in popluar number systems.

HEX 6A A7 1A
Decimal 106 167 26
Binary 1101010 10100111 11010
Octal 152 247 32

Shades and tints

Shades of #6AA71A

#6AA71A
(106,167,26)
#619818
(97,152,24)
#588916
(88,137,22)
#4F7A14
(79,122,20)
#466B12
(70,107,18)
#3D5C10
(61,92,16)
#344D0E
(52,77,14)
#2B3E0C
(43,62,12)
#222F0A
(34,47,10)
#192008
(25,32,8)
#101106
(16,17,6)
#000000
(0,0,0)

Tints of #6AA71A

#6AA71A
(106,167,26)
#77AF2E
(119,175,46)
#84B742
(132,183,66)
#91BF56
(145,191,86)
#9EC76A
(158,199,106)
#ABCF7E
(171,207,126)
#B8D792
(184,215,146)
#C5DFA6
(197,223,166)
#D2E7BA
(210,231,186)
#DFEFCE
(223,239,206)
#ECF7E2
(236,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA71A color. Also use rgb(106,167,26) instead hex code.

Text Font Color

.myTextColor { color: #6AA71A; }

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

This text font color is #6AA71A.

Background Color

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

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

This div background color is #6AA71A.

Border color

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

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

This div border color is #6AA71A.

Opacity

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

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

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

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

This text has shadow with #6AA71A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA71A.

Preview

Color preview on black background

This text has color #6AA71A on black background.


Color preview on white background

This text has color #6AA71A on white background.


Black color preview on #6AA71A background

This text has black color on #6AA71A background.


White color preview on #6AA71A background

This text has white color on #6AA71A background.


Related colors

Complementary color

Complementary color for #hex is #9558E5.


I love getcolorcode.com

Triadic colors

1 #1A6AA7 and #A71A6A with #6AA71A are triadic colors.

2 #1AA76A and #A76A1A with #6AA71A are triadic colors.