COLOR #6AA77D

HEX: #6AA77D RGB: (106,167,125)

Color info

#6AA77D contains mainly green and blue colors. Web safe color of #6AA77D is #669966 (or #696).

RGB color model

#6AA77D color RGB value is (106,167,125).

RGB: (106,167,125) (42%, 65%, 49%)

RGB channels and saturation

R 106 of 255 = 42%
G 167 of 255 = 65%
B 125 of 255 = 49%

106
167
125

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

Portions of RGB colors in percentages

R + G + B = 106 + 167 + 125 = 398 (100%)
R 106 of 398 ~ 26.63%
G 167 of 398 ~ 41.96%
B 125 of 398 ~ 31.41'%

%26.63
%41.96
%31.41

CMYK color model

#6AA77D color CMYK value is (37,0,25,35).

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

CMYK: (37,0,25,35)
C37M0Y25K35 (37%, 0%, 25%, 35%)
(0.37 / 0.00 / 0.25 / 0.35)

CMYK percentages

%36.53
%0
%25.15
%34.51

Codes

Color #6AA77D in popluar color models

6A A7 7D
RGB 106 167 125
HSL 139° 25.74% 53.53%
HSB/HSV 139° 36.53% 65.49%
CMYK 36.53% 0.00% 25.15%
34.51%

Color #6AA77D in popluar number systems.

HEX 6A A7 7D
Decimal 106 167 125
Binary 1101010 10100111 1111101
Octal 152 247 175

Shades and tints

Shades of #6AA77D

#6AA77D
(106,167,125)
#619872
(97,152,114)
#588967
(88,137,103)
#4F7A5C
(79,122,92)
#466B51
(70,107,81)
#3D5C46
(61,92,70)
#344D3B
(52,77,59)
#2B3E30
(43,62,48)
#222F25
(34,47,37)
#19201A
(25,32,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #6AA77D

#6AA77D
(106,167,125)
#77AF88
(119,175,136)
#84B793
(132,183,147)
#91BF9E
(145,191,158)
#9EC7A9
(158,199,169)
#ABCFB4
(171,207,180)
#B8D7BF
(184,215,191)
#C5DFCA
(197,223,202)
#D2E7D5
(210,231,213)
#DFEFE0
(223,239,224)
#ECF7EB
(236,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA77D; }

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

This text font color is #6AA77D.

Background Color

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

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

This div background color is #6AA77D.

Border color

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

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

This div border color is #6AA77D.

Opacity

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

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

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

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

This text has shadow with #6AA77D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA77D.

Preview

Color preview on black background

This text has color #6AA77D on black background.


Color preview on white background

This text has color #6AA77D on white background.


Black color preview on #6AA77D background

This text has black color on #6AA77D background.


White color preview on #6AA77D background

This text has white color on #6AA77D background.


Related colors

Complementary color

Complementary color for #hex is #955882.


I love getcolorcode.com

Triadic colors

1 #7D6AA7 and #A77D6A with #6AA77D are triadic colors.

2 #7DA76A and #A76A7D with #6AA77D are triadic colors.