COLOR #80B868

HEX: #80B868 RGB: (128,184,104)

Color info

#80B868 contains mainly red and green colors. Web safe color of #80B868 is #66CC66 (or #6C6).

RGB color model

#80B868 color RGB value is (128,184,104).

RGB: (128,184,104) (50%, 72%, 41%)

RGB channels and saturation

R 128 of 255 = 50%
G 184 of 255 = 72%
B 104 of 255 = 41%

128
184
104

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

Portions of RGB colors in percentages

R + G + B = 128 + 184 + 104 = 416 (100%)
R 128 of 416 ~ 30.77%
G 184 of 416 ~ 44.23%
B 104 of 416 ~ 25'%

%30.77
%44.23
%25

CMYK color model

#80B868 color CMYK value is (30,0,43,28).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 27.84%

CMYK: (30,0,43,28)
C30M0Y43K28 (30%, 0%, 43%, 28%)
(0.30 / 0.00 / 0.43 / 0.28)

CMYK percentages

%30.43
%0
%43.48
%27.84

Codes

Color #80B868 in popluar color models

80 B8 68
RGB 128 184 104
HSL 102° 36.04% 56.47%
HSB/HSV 102° 43.48% 72.16%
CMYK 30.43% 0.00% 43.48%
27.84%

Color #80B868 in popluar number systems.

HEX 80 B8 68
Decimal 128 184 104
Binary 10000000 10111000 1101000
Octal 200 270 150

Shades and tints

Shades of #80B868

#80B868
(128,184,104)
#75A85F
(117,168,95)
#6A9856
(106,152,86)
#5F884D
(95,136,77)
#547844
(84,120,68)
#49683B
(73,104,59)
#3E5832
(62,88,50)
#334829
(51,72,41)
#283820
(40,56,32)
#1D2817
(29,40,23)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #80B868

#80B868
(128,184,104)
#8BBE75
(139,190,117)
#96C482
(150,196,130)
#A1CA8F
(161,202,143)
#ACD09C
(172,208,156)
#B7D6A9
(183,214,169)
#C2DCB6
(194,220,182)
#CDE2C3
(205,226,195)
#D8E8D0
(216,232,208)
#E3EEDD
(227,238,221)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B868 color. Also use rgb(128,184,104) instead hex code.

Text Font Color

.myTextColor { color: #80B868; }

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

This text font color is #80B868.

Background Color

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

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

This div background color is #80B868.

Border color

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

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

This div border color is #80B868.

Opacity

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

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

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

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

This text has shadow with #80B868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B868.

Preview

Color preview on black background

This text has color #80B868 on black background.


Color preview on white background

This text has color #80B868 on white background.


Black color preview on #80B868 background

This text has black color on #80B868 background.


White color preview on #80B868 background

This text has white color on #80B868 background.


Related colors

Complementary color

Complementary color for #hex is #7F4797.


I love getcolorcode.com

Triadic colors

1 #6880B8 and #B86880 with #80B868 are triadic colors.

2 #68B880 and #B88068 with #80B868 are triadic colors.