COLOR #80B145

HEX: #80B145 RGB: (128,177,69)

Color info

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

RGB color model

#80B145 color RGB value is (128,177,69).

RGB: (128,177,69) (50%, 69%, 27%)

RGB channels and saturation

R 128 of 255 = 50%
G 177 of 255 = 69%
B 69 of 255 = 27%

128
177
69

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

Portions of RGB colors in percentages

R + G + B = 128 + 177 + 69 = 374 (100%)
R 128 of 374 ~ 34.22%
G 177 of 374 ~ 47.33%
B 69 of 374 ~ 18.45'%

%34.22
%47.33
%18.45

CMYK color model

#80B145 color CMYK value is (28,0,61,31).

  • cyan value is 27.68%
  • magenta value is 0.00%
  • yellow value is 61.02%
  • key color value is 30.59%

CMYK: (28,0,61,31)
C28M0Y61K31 (28%, 0%, 61%, 31%)
(0.28 / 0.00 / 0.61 / 0.31)

CMYK percentages

%27.68
%0
%61.02
%30.59

Codes

Color #80B145 in popluar color models

80 B1 45
RGB 128 177 69
HSL 87° 43.90% 48.24%
HSB/HSV 87° 61.02% 69.41%
CMYK 27.68% 0.00% 61.02%
30.59%

Color #80B145 in popluar number systems.

HEX 80 B1 45
Decimal 128 177 69
Binary 10000000 10110001 1000101
Octal 200 261 105

Shades and tints

Shades of #80B145

#80B145
(128,177,69)
#75A13F
(117,161,63)
#6A9139
(106,145,57)
#5F8133
(95,129,51)
#54712D
(84,113,45)
#496127
(73,97,39)
#3E5121
(62,81,33)
#33411B
(51,65,27)
#283115
(40,49,21)
#1D210F
(29,33,15)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #80B145

#80B145
(128,177,69)
#8BB855
(139,184,85)
#96BF65
(150,191,101)
#A1C675
(161,198,117)
#ACCD85
(172,205,133)
#B7D495
(183,212,149)
#C2DBA5
(194,219,165)
#CDE2B5
(205,226,181)
#D8E9C5
(216,233,197)
#E3F0D5
(227,240,213)
#EEF7E5
(238,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B145 color. Also use rgb(128,177,69) instead hex code.

Text Font Color

.myTextColor { color: #80B145; }

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

This text font color is #80B145.

Background Color

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

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

This div background color is #80B145.

Border color

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

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

This div border color is #80B145.

Opacity

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

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

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

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

This text has shadow with #80B145 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B145.

Preview

Color preview on black background

This text has color #80B145 on black background.


Color preview on white background

This text has color #80B145 on white background.


Black color preview on #80B145 background

This text has black color on #80B145 background.


White color preview on #80B145 background

This text has white color on #80B145 background.


Related colors

Complementary color

Complementary color for #hex is #7F4EBA.


I love getcolorcode.com

Triadic colors

1 #4580B1 and #B14580 with #80B145 are triadic colors.

2 #45B180 and #B18045 with #80B145 are triadic colors.