COLOR #6AA577

HEX: #6AA577
RGB: (106,165,119)

Color info

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

RGB color model

#6AA577 color RGB value is (106,165,119).

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

RGB channels and saturation

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

106
165
119

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

Portions of RGB colors in percentages

R + G + B =
106 + 165 + 119 = 390 (100%)
R 106 of 390 ~ 27.18%
G 165 of 390 ~ 42.31%
B 119 of 390 ~ 30.51%

%27.18
%42.31
%30.51

CMYK color model

#6AA577 color CMYK value is (36,0,28,35).

  • cyan value is 35.76%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 35.29%
CMYK:
(36,0,28,35)
C36M0Y28K35 
(36%,0%,28%,35%)
(0.36/0.00/0.28/0.35)	

CMYK percentages

%35.76
%0
%27.88
%35.29

Codes

Color #6AA577 in popluar color models

6AA577
RGB106165119
HSL133°24.69%53.14%
HSB/HSV133°35.76%64.71%
CMYK35.76%0.00%27.88%
35.29%

Color #6AA577 in popluar number systems.

HEX6AA577
Decimal106165119
Binary1101010101001011110111
Octal152245167

Shades and tints

Shades of #6AA577

#6AA577
(106,165,119)
#61966D
(97,150,109)
#588763
(88,135,99)
#4F7859
(79,120,89)
#46694F
(70,105,79)
#3D5A45
(61,90,69)
#344B3B
(52,75,59)
#2B3C31
(43,60,49)
#222D27
(34,45,39)
#191E1D
(25,30,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #6AA577

#6AA577
(106,165,119)
#77AD83
(119,173,131)
#84B58F
(132,181,143)
#91BD9B
(145,189,155)
#9EC5A7
(158,197,167)
#ABCDB3
(171,205,179)
#B8D5BF
(184,213,191)
#C5DDCB
(197,221,203)
#D2E5D7
(210,229,215)
#DFEDE3
(223,237,227)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA577; }

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

This text font color is #6AA577.


Background Color

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

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

This div background color is #6AA577.


Border color

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

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

This div border color is #6AA577.


Opacity

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

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

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

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

This text has shadow with #6AA577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA577 on black background.


Color preview on white background

This text has color #6AA577 on white background.



Black color preview on #6AA577 background

This text has black color on #6AA577 background.


White color preview on #6AA577 background

This text has white color on #6AA577 background.