COLOR #78A398

HEX: #78A398 RGB: (120,163,152)

Color info

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

RGB color model

#78A398 color RGB value is (120,163,152).

RGB: (120,163,152) (47%, 64%, 60%)

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 152 of 255 = 60%

120
163
152

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

Portions of RGB colors in percentages

R + G + B = 120 + 163 + 152 = 435 (100%)
R 120 of 435 ~ 27.59%
G 163 of 435 ~ 37.47%
B 152 of 435 ~ 34.94'%

%27.59
%37.47
%34.94

CMYK color model

#78A398 color CMYK value is (26,0,7,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 36.08%

CMYK: (26,0,7,36)
C26M0Y7K36 (26%, 0%, 7%, 36%)
(0.26 / 0.00 / 0.07 / 0.36)

CMYK percentages

%26.38
%0
%6.75
%36.08

Codes

Color #78A398 in popluar color models

78 A3 98
RGB 120 163 152
HSL 165° 18.94% 55.49%
HSB/HSV 165° 26.38% 63.92%
CMYK 26.38% 0.00% 6.75%
36.08%

Color #78A398 in popluar number systems.

HEX 78 A3 98
Decimal 120 163 152
Binary 1111000 10100011 10011000
Octal 170 243 230

Shades and tints

Shades of #78A398

#78A398
(120,163,152)
#6E958B
(110,149,139)
#64877E
(100,135,126)
#5A7971
(90,121,113)
#506B64
(80,107,100)
#465D57
(70,93,87)
#3C4F4A
(60,79,74)
#32413D
(50,65,61)
#283330
(40,51,48)
#1E2523
(30,37,35)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #78A398

#78A398
(120,163,152)
#84ABA1
(132,171,161)
#90B3AA
(144,179,170)
#9CBBB3
(156,187,179)
#A8C3BC
(168,195,188)
#B4CBC5
(180,203,197)
#C0D3CE
(192,211,206)
#CCDBD7
(204,219,215)
#D8E3E0
(216,227,224)
#E4EBE9
(228,235,233)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A398 color. Also use rgb(120,163,152) instead hex code.

Text Font Color

.myTextColor { color: #78A398; }

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

This text font color is #78A398.

Background Color

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

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

This div background color is #78A398.

Border color

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

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

This div border color is #78A398.

Opacity

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

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

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

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

This text has shadow with #78A398 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A398.

Preview

Color preview on black background

This text has color #78A398 on black background.


Color preview on white background

This text has color #78A398 on white background.


Black color preview on #78A398 background

This text has black color on #78A398 background.


White color preview on #78A398 background

This text has white color on #78A398 background.


Related colors

Complementary color

Complementary color for #hex is #875C67.


I love getcolorcode.com

Triadic colors

1 #9878A3 and #A39878 with #78A398 are triadic colors.

2 #98A378 and #A37898 with #78A398 are triadic colors.