COLOR #80BD75

HEX: #80BD75 RGB: (128,189,117)

Color info

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

RGB color model

#80BD75 color RGB value is (128,189,117).

RGB: (128,189,117) (50%, 74%, 46%)

RGB channels and saturation

R 128 of 255 = 50%
G 189 of 255 = 74%
B 117 of 255 = 46%

128
189
117

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

Portions of RGB colors in percentages

R + G + B = 128 + 189 + 117 = 434 (100%)
R 128 of 434 ~ 29.49%
G 189 of 434 ~ 43.55%
B 117 of 434 ~ 26.96'%

%29.49
%43.55
%26.96

CMYK color model

#80BD75 color CMYK value is (32,0,38,26).

  • cyan value is 32.28%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 25.88%

CMYK: (32,0,38,26)
C32M0Y38K26 (32%, 0%, 38%, 26%)
(0.32 / 0.00 / 0.38 / 0.26)

CMYK percentages

%32.28
%0
%38.1
%25.88

Codes

Color #80BD75 in popluar color models

80 BD 75
RGB 128 189 117
HSL 111° 35.29% 60.00%
HSB/HSV 111° 38.10% 74.12%
CMYK 32.28% 0.00% 38.10%
25.88%

Color #80BD75 in popluar number systems.

HEX 80 BD 75
Decimal 128 189 117
Binary 10000000 10111101 1110101
Octal 200 275 165

Shades and tints

Shades of #80BD75

#80BD75
(128,189,117)
#75AC6B
(117,172,107)
#6A9B61
(106,155,97)
#5F8A57
(95,138,87)
#54794D
(84,121,77)
#496843
(73,104,67)
#3E5739
(62,87,57)
#33462F
(51,70,47)
#283525
(40,53,37)
#1D241B
(29,36,27)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #80BD75

#80BD75
(128,189,117)
#8BC381
(139,195,129)
#96C98D
(150,201,141)
#A1CF99
(161,207,153)
#ACD5A5
(172,213,165)
#B7DBB1
(183,219,177)
#C2E1BD
(194,225,189)
#CDE7C9
(205,231,201)
#D8EDD5
(216,237,213)
#E3F3E1
(227,243,225)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BD75 color. Also use rgb(128,189,117) instead hex code.

Text Font Color

.myTextColor { color: #80BD75; }

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

This text font color is #80BD75.

Background Color

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

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

This div background color is #80BD75.

Border color

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

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

This div border color is #80BD75.

Opacity

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

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

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

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

This text has shadow with #80BD75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BD75.

Preview

Color preview on black background

This text has color #80BD75 on black background.


Color preview on white background

This text has color #80BD75 on white background.


Black color preview on #80BD75 background

This text has black color on #80BD75 background.


White color preview on #80BD75 background

This text has white color on #80BD75 background.


Related colors

Complementary color

Complementary color for #hex is #7F428A.


I love getcolorcode.com

Triadic colors

1 #7580BD and #BD7580 with #80BD75 are triadic colors.

2 #75BD80 and #BD8075 with #80BD75 are triadic colors.