COLOR #80AC67

HEX: #80AC67
RGB: (128,172,103)

Color info

#80AC67 contains mainly red and green colors. Web safe color of #80AC67 is #669966 (or #696).

RGB color model

#80AC67 color RGB value is (128,172,103).

  • red value is 128;
  • green value is 172;
  • blue value is 103.
RGB:
(128,172,103)
(50%,67%,40%)

RGB channels and saturation

R 128 of 255 = 50%
G 172 of 255 = 67%
B 103 of 255 = 40%

128
172
103

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

Portions of RGB colors in percentages

R + G + B =
128 + 172 + 103 = 403 (100%)
R 128 of 403 ~ 31.76%
G 172 of 403 ~ 42.68%
B 103 of 403 ~ 25.56%

%31.76
%42.68
%25.56

CMYK color model

#80AC67 color CMYK value is (26,0,40,33).

  • cyan value is 25.58%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 32.55%
CMYK:
(26,0,40,33)
C26M0Y40K33 
(26%,0%,40%,33%)
(0.26/0.00/0.40/0.33)	

CMYK percentages

%25.58
%0
%40.12
%32.55

Codes

Color #80AC67 in popluar color models

80AC67
RGB128172103
HSL98°29.36%53.92%
HSB/HSV98°40.12%67.45%
CMYK25.58%0.00%40.12%
32.55%

Color #80AC67 in popluar number systems.

HEX80AC67
Decimal128172103
Binary10000000101011001100111
Octal200254147

Shades and tints

Shades of #80AC67

#80AC67
(128,172,103)
#759D5E
(117,157,94)
#6A8E55
(106,142,85)
#5F7F4C
(95,127,76)
#547043
(84,112,67)
#49613A
(73,97,58)
#3E5231
(62,82,49)
#334328
(51,67,40)
#28341F
(40,52,31)
#1D2516
(29,37,22)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #80AC67

#80AC67
(128,172,103)
#8BB374
(139,179,116)
#96BA81
(150,186,129)
#A1C18E
(161,193,142)
#ACC89B
(172,200,155)
#B7CFA8
(183,207,168)
#C2D6B5
(194,214,181)
#CDDDC2
(205,221,194)
#D8E4CF
(216,228,207)
#E3EBDC
(227,235,220)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AC67 color. Also use rgb(128,172,103) instead hex code.

Text Font Color

.myTextColor { color: #80AC67; }

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

This text font color is #80AC67.


Background Color

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

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

This div background color is #80AC67.


Border color

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

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

This div border color is #80AC67.


Opacity

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

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

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

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

This text has shadow with #80AC67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AC67 on black background.


Color preview on white background

This text has color #80AC67 on white background.



Black color preview on #80AC67 background

This text has black color on #80AC67 background.


White color preview on #80AC67 background

This text has white color on #80AC67 background.