COLOR #8AA77A

HEX: #8AA77A RGB: (138,167,122)

Color info

#8AA77A contains red, green and blue colors in about the same proportion. Web safe color of #8AA77A is #999966 (or #996).

RGB color model

#8AA77A color RGB value is (138,167,122).

RGB: (138,167,122) (54%, 65%, 48%)

RGB channels and saturation

R 138 of 255 = 54%
G 167 of 255 = 65%
B 122 of 255 = 48%

138
167
122

R + G + B ~ 56%. #8AA77A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 167 + 122 = 427 (100%)
R 138 of 427 ~ 32.32%
G 167 of 427 ~ 39.11%
B 122 of 427 ~ 28.57'%

%32.32
%39.11
%28.57

CMYK color model

#8AA77A color CMYK value is (17,0,27,35).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 26.95%
  • key color value is 34.51%

CMYK: (17,0,27,35)
C17M0Y27K35 (17%, 0%, 27%, 35%)
(0.17 / 0.00 / 0.27 / 0.35)

CMYK percentages

%17.37
%0
%26.95
%34.51

Codes

Color #8AA77A in popluar color models

8A A7 7A
RGB 138 167 122
HSL 99° 20.36% 56.67%
HSB/HSV 99° 26.95% 65.49%
CMYK 17.37% 0.00% 26.95%
34.51%

Color #8AA77A in popluar number systems.

HEX 8A A7 7A
Decimal 138 167 122
Binary 10001010 10100111 1111010
Octal 212 247 172

Shades and tints

Shades of #8AA77A

#8AA77A
(138,167,122)
#7E986F
(126,152,111)
#728964
(114,137,100)
#667A59
(102,122,89)
#5A6B4E
(90,107,78)
#4E5C43
(78,92,67)
#424D38
(66,77,56)
#363E2D
(54,62,45)
#2A2F22
(42,47,34)
#1E2017
(30,32,23)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #8AA77A

#8AA77A
(138,167,122)
#94AF86
(148,175,134)
#9EB792
(158,183,146)
#A8BF9E
(168,191,158)
#B2C7AA
(178,199,170)
#BCCFB6
(188,207,182)
#C6D7C2
(198,215,194)
#D0DFCE
(208,223,206)
#DAE7DA
(218,231,218)
#E4EFE6
(228,239,230)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA77A color. Also use rgb(138,167,122) instead hex code.

Text Font Color

.myTextColor { color: #8AA77A; }

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

This text font color is #8AA77A.

Background Color

.myBgColor { background-color: #8AA77A; }

<div style="background-color:#8AA77A">Inner text</div>

This div background color is #8AA77A.

Border color

.myBorderColor { border: 1px solid #8AA77A; }

<div style="border:3px solid #8AA77A">Div</div>

This div border color is #8AA77A.

Opacity

.myOpacity80 { color: #8AA77A; opacity: 0.8; }

<p style="color:#8AA77A;opacity:0.8;">80%</p>

Text with #8AA77A 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 #8AA77A;}

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

This text has shadow with #8AA77A color.


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

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

This text has shadow with #8AA77A primary color and red secondary color.


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

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

This text has shadow with #8AA77A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8AA77A.

Preview

Color preview on black background

This text has color #8AA77A on black background.


Color preview on white background

This text has color #8AA77A on white background.


Black color preview on #8AA77A background

This text has black color on #8AA77A background.


White color preview on #8AA77A background

This text has white color on #8AA77A background.


Related colors

Complementary color

Complementary color for #hex is #755885.


I love getcolorcode.com

Triadic colors

1 #7A8AA7 and #A77A8A with #8AA77A are triadic colors.

2 #7AA78A and #A78A7A with #8AA77A are triadic colors.