COLOR #78B793

HEX: #78B793 RGB: (120,183,147)

Color info

#78B793 contains mainly green and blue colors. Web safe color of #78B793 is #66CC99 (or #6C9).

RGB color model

#78B793 color RGB value is (120,183,147).

RGB: (120,183,147) (47%, 72%, 58%)

RGB channels and saturation

R 120 of 255 = 47%
G 183 of 255 = 72%
B 147 of 255 = 58%

120
183
147

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

Portions of RGB colors in percentages

R + G + B = 120 + 183 + 147 = 450 (100%)
R 120 of 450 ~ 26.67%
G 183 of 450 ~ 40.67%
B 147 of 450 ~ 32.67'%

%26.67
%40.67
%32.67

CMYK color model

#78B793 color CMYK value is (34,0,20,28).

  • cyan value is 34.43%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 28.24%

CMYK: (34,0,20,28)
C34M0Y20K28 (34%, 0%, 20%, 28%)
(0.34 / 0.00 / 0.20 / 0.28)

CMYK percentages

%34.43
%0
%19.67
%28.24

Codes

Color #78B793 in popluar color models

78 B7 93
RGB 120 183 147
HSL 146° 30.43% 59.41%
HSB/HSV 146° 34.43% 71.76%
CMYK 34.43% 0.00% 19.67%
28.24%

Color #78B793 in popluar number systems.

HEX 78 B7 93
Decimal 120 183 147
Binary 1111000 10110111 10010011
Octal 170 267 223

Shades and tints

Shades of #78B793

#78B793
(120,183,147)
#6EA786
(110,167,134)
#649779
(100,151,121)
#5A876C
(90,135,108)
#50775F
(80,119,95)
#466752
(70,103,82)
#3C5745
(60,87,69)
#324738
(50,71,56)
#28372B
(40,55,43)
#1E271E
(30,39,30)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #78B793

#78B793
(120,183,147)
#84BD9C
(132,189,156)
#90C3A5
(144,195,165)
#9CC9AE
(156,201,174)
#A8CFB7
(168,207,183)
#B4D5C0
(180,213,192)
#C0DBC9
(192,219,201)
#CCE1D2
(204,225,210)
#D8E7DB
(216,231,219)
#E4EDE4
(228,237,228)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B793 color. Also use rgb(120,183,147) instead hex code.

Text Font Color

.myTextColor { color: #78B793; }

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

This text font color is #78B793.

Background Color

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

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

This div background color is #78B793.

Border color

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

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

This div border color is #78B793.

Opacity

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

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

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

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

This text has shadow with #78B793 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B793.

Preview

Color preview on black background

This text has color #78B793 on black background.


Color preview on white background

This text has color #78B793 on white background.


Black color preview on #78B793 background

This text has black color on #78B793 background.


White color preview on #78B793 background

This text has white color on #78B793 background.


Related colors

Complementary color

Complementary color for #hex is #87486C.


I love getcolorcode.com

Triadic colors

1 #9378B7 and #B79378 with #78B793 are triadic colors.

2 #93B778 and #B77893 with #78B793 are triadic colors.