COLOR #6AA85A

HEX: #6AA85A RGB: (106,168,90)

Color info

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

RGB color model

#6AA85A color RGB value is (106,168,90).

RGB: (106,168,90) (42%, 66%, 35%)

RGB channels and saturation

R 106 of 255 = 42%
G 168 of 255 = 66%
B 90 of 255 = 35%

106
168
90

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

Portions of RGB colors in percentages

R + G + B = 106 + 168 + 90 = 364 (100%)
R 106 of 364 ~ 29.12%
G 168 of 364 ~ 46.15%
B 90 of 364 ~ 24.73'%

%29.12
%46.15
%24.73

CMYK color model

#6AA85A color CMYK value is (37,0,46,34).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 34.12%

CMYK: (37,0,46,34)
C37M0Y46K34 (37%, 0%, 46%, 34%)
(0.37 / 0.00 / 0.46 / 0.34)

CMYK percentages

%36.9
%0
%46.43
%34.12

Codes

Color #6AA85A in popluar color models

6A A8 5A
RGB 106 168 90
HSL 108° 30.95% 50.59%
HSB/HSV 108° 46.43% 65.88%
CMYK 36.90% 0.00% 46.43%
34.12%

Color #6AA85A in popluar number systems.

HEX 6A A8 5A
Decimal 106 168 90
Binary 1101010 10101000 1011010
Octal 152 250 132

Shades and tints

Shades of #6AA85A

#6AA85A
(106,168,90)
#619952
(97,153,82)
#588A4A
(88,138,74)
#4F7B42
(79,123,66)
#466C3A
(70,108,58)
#3D5D32
(61,93,50)
#344E2A
(52,78,42)
#2B3F22
(43,63,34)
#22301A
(34,48,26)
#192112
(25,33,18)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #6AA85A

#6AA85A
(106,168,90)
#77AF69
(119,175,105)
#84B678
(132,182,120)
#91BD87
(145,189,135)
#9EC496
(158,196,150)
#ABCBA5
(171,203,165)
#B8D2B4
(184,210,180)
#C5D9C3
(197,217,195)
#D2E0D2
(210,224,210)
#DFE7E1
(223,231,225)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA85A; }

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

This text font color is #6AA85A.

Background Color

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

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

This div background color is #6AA85A.

Border color

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

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

This div border color is #6AA85A.

Opacity

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

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

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

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

This text has shadow with #6AA85A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA85A.

Preview

Color preview on black background

This text has color #6AA85A on black background.


Color preview on white background

This text has color #6AA85A on white background.


Black color preview on #6AA85A background

This text has black color on #6AA85A background.


White color preview on #6AA85A background

This text has white color on #6AA85A background.


Related colors

Complementary color

Complementary color for #hex is #9557A5.


I love getcolorcode.com

Triadic colors

1 #5A6AA8 and #A85A6A with #6AA85A are triadic colors.

2 #5AA86A and #A86A5A with #6AA85A are triadic colors.