COLOR #80C079

HEX: #80C079
RGB: (128,192,121)

Color info

#80C079 contains mainly green color. Web safe color of #80C079 is #66CC66 (or #6C6).

RGB color model

#80C079 color RGB value is (128,192,121).

  • red value is 128;
  • green value is 192;
  • blue value is 121.
RGB:
(128,192,121)
(50%,75%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 192 of 255 = 75%
B 121 of 255 = 47%

128
192
121

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

Portions of RGB colors in percentages

R + G + B =
128 + 192 + 121 = 441 (100%)
R 128 of 441 ~ 29.02%
G 192 of 441 ~ 43.54%
B 121 of 441 ~ 27.44%

%29.02
%43.54
%27.44

CMYK color model

#80C079 color CMYK value is (33,0,37,25).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 36.98%
  • key color value is 24.71%
CMYK:
(33,0,37,25)
C33M0Y37K25 
(33%,0%,37%,25%)
(0.33/0.00/0.37/0.25)	

CMYK percentages

%33.33
%0
%36.98
%24.71

Codes

Color #80C079 in popluar color models

80C079
RGB128192121
HSL114°36.04%61.37%
HSB/HSV114°36.98%75.29%
CMYK33.33%0.00%36.98%
24.71%

Color #80C079 in popluar number systems.

HEX80C079
Decimal128192121
Binary10000000110000001111001
Octal200300171

Shades and tints

Shades of #80C079

#80C079
(128,192,121)
#75AF6E
(117,175,110)
#6A9E63
(106,158,99)
#5F8D58
(95,141,88)
#547C4D
(84,124,77)
#496B42
(73,107,66)
#3E5A37
(62,90,55)
#33492C
(51,73,44)
#283821
(40,56,33)
#1D2716
(29,39,22)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #80C079

#80C079
(128,192,121)
#8BC585
(139,197,133)
#96CA91
(150,202,145)
#A1CF9D
(161,207,157)
#ACD4A9
(172,212,169)
#B7D9B5
(183,217,181)
#C2DEC1
(194,222,193)
#CDE3CD
(205,227,205)
#D8E8D9
(216,232,217)
#E3EDE5
(227,237,229)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C079 color. Also use rgb(128,192,121) instead hex code.

Text Font Color

.myTextColor { color: #80C079; }

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

This text font color is #80C079.


Background Color

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

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

This div background color is #80C079.


Border color

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

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

This div border color is #80C079.


Opacity

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

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

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

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

This text has shadow with #80C079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C079 on black background.


Color preview on white background

This text has color #80C079 on white background.



Black color preview on #80C079 background

This text has black color on #80C079 background.


White color preview on #80C079 background

This text has white color on #80C079 background.