COLOR #80A84B

HEX: #80A84B RGB: (128,168,75)

Color info

#80A84B contains mainly red and green colors. Web safe color of #80A84B is #669933 (or #693).

RGB color model

#80A84B color RGB value is (128,168,75).

RGB: (128,168,75) (50%, 66%, 29%)

RGB channels and saturation

R 128 of 255 = 50%
G 168 of 255 = 66%
B 75 of 255 = 29%

128
168
75

R + G + B ~ 48%. #80A84B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 168 + 75 = 371 (100%)
R 128 of 371 ~ 34.5%
G 168 of 371 ~ 45.28%
B 75 of 371 ~ 20.22'%

%34.5
%45.28
%20.22

CMYK color model

#80A84B color CMYK value is (24,0,55,34).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 55.36%
  • key color value is 34.12%

CMYK: (24,0,55,34)
C24M0Y55K34 (24%, 0%, 55%, 34%)
(0.24 / 0.00 / 0.55 / 0.34)

CMYK percentages

%23.81
%0
%55.36
%34.12

Codes

Color #80A84B in popluar color models

80 A8 4B
RGB 128 168 75
HSL 86° 38.27% 47.65%
HSB/HSV 86° 55.36% 65.88%
CMYK 23.81% 0.00% 55.36%
34.12%

Color #80A84B in popluar number systems.

HEX 80 A8 4B
Decimal 128 168 75
Binary 10000000 10101000 1001011
Octal 200 250 113

Shades and tints

Shades of #80A84B

#80A84B
(128,168,75)
#759945
(117,153,69)
#6A8A3F
(106,138,63)
#5F7B39
(95,123,57)
#546C33
(84,108,51)
#495D2D
(73,93,45)
#3E4E27
(62,78,39)
#333F21
(51,63,33)
#28301B
(40,48,27)
#1D2115
(29,33,21)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #80A84B

#80A84B
(128,168,75)
#8BAF5B
(139,175,91)
#96B66B
(150,182,107)
#A1BD7B
(161,189,123)
#ACC48B
(172,196,139)
#B7CB9B
(183,203,155)
#C2D2AB
(194,210,171)
#CDD9BB
(205,217,187)
#D8E0CB
(216,224,203)
#E3E7DB
(227,231,219)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A84B color. Also use rgb(128,168,75) instead hex code.

Text Font Color

.myTextColor { color: #80A84B; }

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

This text font color is #80A84B.

Background Color

.myBgColor { background-color: #80A84B; }

<div style="background-color:#80A84B">Inner text</div>

This div background color is #80A84B.

Border color

.myBorderColor { border: 1px solid #80A84B; }

<div style="border:3px solid #80A84B">Div</div>

This div border color is #80A84B.

Opacity

.myOpacity80 { color: #80A84B; opacity: 0.8; }

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

Text with #80A84B 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 #80A84B;}

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

This text has shadow with #80A84B color.


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

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

This text has shadow with #80A84B primary color and red secondary color.


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

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

This text has shadow with #80A84B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80A84B.

Preview

Color preview on black background

This text has color #80A84B on black background.


Color preview on white background

This text has color #80A84B on white background.


Black color preview on #80A84B background

This text has black color on #80A84B background.


White color preview on #80A84B background

This text has white color on #80A84B background.


Related colors

Complementary color

Complementary color for #hex is #7F57B4.


I love getcolorcode.com

Triadic colors

1 #4B80A8 and #A84B80 with #80A84B are triadic colors.

2 #4BA880 and #A8804B with #80A84B are triadic colors.