COLOR #8AA76C

HEX: #8AA76C RGB: (138,167,108)

Color info

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

RGB color model

#8AA76C color RGB value is (138,167,108).

RGB: (138,167,108) (54%, 65%, 42%)

RGB channels and saturation

R 138 of 255 = 54%
G 167 of 255 = 65%
B 108 of 255 = 42%

138
167
108

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

Portions of RGB colors in percentages

R + G + B = 138 + 167 + 108 = 413 (100%)
R 138 of 413 ~ 33.41%
G 167 of 413 ~ 40.44%
B 108 of 413 ~ 26.15'%

%33.41
%40.44
%26.15

CMYK color model

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

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

CMYK: (17,0,35,35)
C17M0Y35K35 (17%, 0%, 35%, 35%)
(0.17 / 0.00 / 0.35 / 0.35)

CMYK percentages

%17.37
%0
%35.33
%34.51

Codes

Color #8AA76C in popluar color models

8A A7 6C
RGB 138 167 108
HSL 89° 25.11% 53.92%
HSB/HSV 89° 35.33% 65.49%
CMYK 17.37% 0.00% 35.33%
34.51%

Color #8AA76C in popluar number systems.

HEX 8A A7 6C
Decimal 138 167 108
Binary 10001010 10100111 1101100
Octal 212 247 154

Shades and tints

Shades of #8AA76C

#8AA76C
(138,167,108)
#7E9863
(126,152,99)
#72895A
(114,137,90)
#667A51
(102,122,81)
#5A6B48
(90,107,72)
#4E5C3F
(78,92,63)
#424D36
(66,77,54)
#363E2D
(54,62,45)
#2A2F24
(42,47,36)
#1E201B
(30,32,27)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8AA76C

#8AA76C
(138,167,108)
#94AF79
(148,175,121)
#9EB786
(158,183,134)
#A8BF93
(168,191,147)
#B2C7A0
(178,199,160)
#BCCFAD
(188,207,173)
#C6D7BA
(198,215,186)
#D0DFC7
(208,223,199)
#DAE7D4
(218,231,212)
#E4EFE1
(228,239,225)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA76C; }

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

This text font color is #8AA76C.

Background Color

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

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

This div background color is #8AA76C.

Border color

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

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

This div border color is #8AA76C.

Opacity

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

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

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

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

This text has shadow with #8AA76C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA76C.

Preview

Color preview on black background

This text has color #8AA76C on black background.


Color preview on white background

This text has color #8AA76C on white background.


Black color preview on #8AA76C background

This text has black color on #8AA76C background.


White color preview on #8AA76C background

This text has white color on #8AA76C background.


Related colors

Complementary color

Complementary color for #hex is #755893.


I love getcolorcode.com

Triadic colors

1 #6C8AA7 and #A76C8A with #8AA76C are triadic colors.

2 #6CA78A and #A78A6C with #8AA76C are triadic colors.