COLOR #6AA579

HEX: #6AA579
RGB: (106,165,121)

Color info

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

RGB color model

#6AA579 color RGB value is (106,165,121).

  • red value is 106;
  • green value is 165;
  • blue value is 121.
RGB:
(106,165,121)
(42%,65%,47%)

RGB channels and saturation

R 106 of 255 = 42%
G 165 of 255 = 65%
B 121 of 255 = 47%

106
165
121

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

Portions of RGB colors in percentages

R + G + B =
106 + 165 + 121 = 392 (100%)
R 106 of 392 ~ 27.04%
G 165 of 392 ~ 42.09%
B 121 of 392 ~ 30.87%

%27.04
%42.09
%30.87

CMYK color model

#6AA579 color CMYK value is (36,0,27,35).

  • cyan value is 35.76%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(36,0,27,35)
C36M0Y27K35 
(36%,0%,27%,35%)
(0.36/0.00/0.27/0.35)	

CMYK percentages

%35.76
%0
%26.67
%35.29

Codes

Color #6AA579 in popluar color models

6AA579
RGB106165121
HSL135°24.69%53.14%
HSB/HSV135°35.76%64.71%
CMYK35.76%0.00%26.67%
35.29%

Color #6AA579 in popluar number systems.

HEX6AA579
Decimal106165121
Binary1101010101001011111001
Octal152245171

Shades and tints

Shades of #6AA579

#6AA579
(106,165,121)
#61966E
(97,150,110)
#588763
(88,135,99)
#4F7858
(79,120,88)
#46694D
(70,105,77)
#3D5A42
(61,90,66)
#344B37
(52,75,55)
#2B3C2C
(43,60,44)
#222D21
(34,45,33)
#191E16
(25,30,22)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #6AA579

#6AA579
(106,165,121)
#77AD85
(119,173,133)
#84B591
(132,181,145)
#91BD9D
(145,189,157)
#9EC5A9
(158,197,169)
#ABCDB5
(171,205,181)
#B8D5C1
(184,213,193)
#C5DDCD
(197,221,205)
#D2E5D9
(210,229,217)
#DFEDE5
(223,237,229)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA579 color. Also use rgb(106,165,121) instead hex code.

Text Font Color

.myTextColor { color: #6AA579; }

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

This text font color is #6AA579.


Background Color

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

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

This div background color is #6AA579.


Border color

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

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

This div border color is #6AA579.


Opacity

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

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

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

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

This text has shadow with #6AA579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA579 on black background.


Color preview on white background

This text has color #6AA579 on white background.



Black color preview on #6AA579 background

This text has black color on #6AA579 background.


White color preview on #6AA579 background

This text has white color on #6AA579 background.