COLOR #78A882

HEX: #78A882 RGB: (120,168,130)

Color info

#78A882 contains red, green and blue colors in about the same proportion. Web safe color of #78A882 is #669999 (or #699).

RGB color model

#78A882 color RGB value is (120,168,130).

RGB: (120,168,130) (47%, 66%, 51%)

RGB channels and saturation

R 120 of 255 = 47%
G 168 of 255 = 66%
B 130 of 255 = 51%

120
168
130

R + G + B ~ 55%. #78A882 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 168 + 130 = 418 (100%)
R 120 of 418 ~ 28.71%
G 168 of 418 ~ 40.19%
B 130 of 418 ~ 31.1'%

%28.71
%40.19
%31.1

CMYK color model

#78A882 color CMYK value is (29,0,23,34).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 34.12%

CMYK: (29,0,23,34)
C29M0Y23K34 (29%, 0%, 23%, 34%)
(0.29 / 0.00 / 0.23 / 0.34)

CMYK percentages

%28.57
%0
%22.62
%34.12

Codes

Color #78A882 in popluar color models

78 A8 82
RGB 120 168 130
HSL 133° 21.62% 56.47%
HSB/HSV 133° 28.57% 65.88%
CMYK 28.57% 0.00% 22.62%
34.12%

Color #78A882 in popluar number systems.

HEX 78 A8 82
Decimal 120 168 130
Binary 1111000 10101000 10000010
Octal 170 250 202

Shades and tints

Shades of #78A882

#78A882
(120,168,130)
#6E9977
(110,153,119)
#648A6C
(100,138,108)
#5A7B61
(90,123,97)
#506C56
(80,108,86)
#465D4B
(70,93,75)
#3C4E40
(60,78,64)
#323F35
(50,63,53)
#28302A
(40,48,42)
#1E211F
(30,33,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #78A882

#78A882
(120,168,130)
#84AF8D
(132,175,141)
#90B698
(144,182,152)
#9CBDA3
(156,189,163)
#A8C4AE
(168,196,174)
#B4CBB9
(180,203,185)
#C0D2C4
(192,210,196)
#CCD9CF
(204,217,207)
#D8E0DA
(216,224,218)
#E4E7E5
(228,231,229)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A882 color. Also use rgb(120,168,130) instead hex code.

Text Font Color

.myTextColor { color: #78A882; }

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

This text font color is #78A882.

Background Color

.myBgColor { background-color: #78A882; }

<div style="background-color:#78A882">Inner text</div>

This div background color is #78A882.

Border color

.myBorderColor { border: 1px solid #78A882; }

<div style="border:3px solid #78A882">Div</div>

This div border color is #78A882.

Opacity

.myOpacity80 { color: #78A882; opacity: 0.8; }

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

Text with #78A882 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 #78A882;}

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

This text has shadow with #78A882 color.


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

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

This text has shadow with #78A882 primary color and red secondary color.


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

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

This text has shadow with #78A882 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78A882.

Preview

Color preview on black background

This text has color #78A882 on black background.


Color preview on white background

This text has color #78A882 on white background.


Black color preview on #78A882 background

This text has black color on #78A882 background.


White color preview on #78A882 background

This text has white color on #78A882 background.


Related colors

Complementary color

Complementary color for #hex is #87577D.


I love getcolorcode.com

Triadic colors

1 #8278A8 and #A88278 with #78A882 are triadic colors.

2 #82A878 and #A87882 with #78A882 are triadic colors.