COLOR #6AA480

HEX: #6AA480
RGB: (106,164,128)

Color info

#6AA480 contains red, green and blue colors in about the same proportion. Web safe color of #6AA480 is #669966 (or #696).

RGB color model

#6AA480 color RGB value is (106,164,128).

  • red value is 106;
  • green value is 164;
  • blue value is 128.
RGB:
(106,164,128)
(42%,64%,50%)

RGB channels and saturation

R 106 of 255 = 42%
G 164 of 255 = 64%
B 128 of 255 = 50%

106
164
128

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

Portions of RGB colors in percentages

R + G + B =
106 + 164 + 128 = 398 (100%)
R 106 of 398 ~ 26.63%
G 164 of 398 ~ 41.21%
B 128 of 398 ~ 32.16%

%26.63
%41.21
%32.16

CMYK color model

#6AA480 color CMYK value is (35,0,22,36).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 35.69%
CMYK:
(35,0,22,36)
C35M0Y22K36 
(35%,0%,22%,36%)
(0.35/0.00/0.22/0.36)	

CMYK percentages

%35.37
%0
%21.95
%35.69

Codes

Color #6AA480 in popluar color models

6AA480
RGB106164128
HSL143°24.17%52.94%
HSB/HSV143°35.37%64.31%
CMYK35.37%0.00%21.95%
35.69%

Color #6AA480 in popluar number systems.

HEX6AA480
Decimal106164128
Binary11010101010010010000000
Octal152244200

Shades and tints

Shades of #6AA480

#6AA480
(106,164,128)
#619675
(97,150,117)
#58886A
(88,136,106)
#4F7A5F
(79,122,95)
#466C54
(70,108,84)
#3D5E49
(61,94,73)
#34503E
(52,80,62)
#2B4233
(43,66,51)
#223428
(34,52,40)
#19261D
(25,38,29)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #6AA480

#6AA480
(106,164,128)
#77AC8B
(119,172,139)
#84B496
(132,180,150)
#91BCA1
(145,188,161)
#9EC4AC
(158,196,172)
#ABCCB7
(171,204,183)
#B8D4C2
(184,212,194)
#C5DCCD
(197,220,205)
#D2E4D8
(210,228,216)
#DFECE3
(223,236,227)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA480 color. Also use rgb(106,164,128) instead hex code.

Text Font Color

.myTextColor { color: #6AA480; }

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

This text font color is #6AA480.


Background Color

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

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

This div background color is #6AA480.


Border color

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

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

This div border color is #6AA480.


Opacity

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

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

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

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

This text has shadow with #6AA480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA480 on black background.


Color preview on white background

This text has color #6AA480 on white background.



Black color preview on #6AA480 background

This text has black color on #6AA480 background.


White color preview on #6AA480 background

This text has white color on #6AA480 background.