COLOR #78A363

HEX: #78A363
RGB: (120,163,99)

Color info

#78A363 contains mainly red and green colors. Web safe color of #78A363 is #669966 (or #696).

RGB color model

#78A363 color RGB value is (120,163,99).

  • red value is 120;
  • green value is 163;
  • blue value is 99.
RGB:
(120,163,99)
(47%,64%,39%)

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 99 of 255 = 39%

120
163
99

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

Portions of RGB colors in percentages

R + G + B =
120 + 163 + 99 = 382 (100%)
R 120 of 382 ~ 31.41%
G 163 of 382 ~ 42.67%
B 99 of 382 ~ 25.92%

%31.41
%42.67
%25.92

CMYK color model

#78A363 color CMYK value is (26,0,39,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 39.26%
  • key color value is 36.08%
CMYK:
(26,0,39,36)
C26M0Y39K36 
(26%,0%,39%,36%)
(0.26/0.00/0.39/0.36)	

CMYK percentages

%26.38
%0
%39.26
%36.08

Codes

Color #78A363 in popluar color models

78A363
RGB12016399
HSL100°25.81%51.37%
HSB/HSV100°39.26%63.92%
CMYK26.38%0.00%39.26%
36.08%

Color #78A363 in popluar number systems.

HEX78A363
Decimal12016399
Binary1111000101000111100011
Octal170243143

Shades and tints

Shades of #78A363

#78A363
(120,163,99)
#6E955A
(110,149,90)
#648751
(100,135,81)
#5A7948
(90,121,72)
#506B3F
(80,107,63)
#465D36
(70,93,54)
#3C4F2D
(60,79,45)
#324124
(50,65,36)
#28331B
(40,51,27)
#1E2512
(30,37,18)
#141709
(20,23,9)
#000000
(0,0,0)

Tints of #78A363

#78A363
(120,163,99)
#84AB71
(132,171,113)
#90B37F
(144,179,127)
#9CBB8D
(156,187,141)
#A8C39B
(168,195,155)
#B4CBA9
(180,203,169)
#C0D3B7
(192,211,183)
#CCDBC5
(204,219,197)
#D8E3D3
(216,227,211)
#E4EBE1
(228,235,225)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A363; }

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

This text font color is #78A363.


Background Color

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

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

This div background color is #78A363.


Border color

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

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

This div border color is #78A363.


Opacity

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

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

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

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

This text has shadow with #78A363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A363 on black background.


Color preview on white background

This text has color #78A363 on white background.



Black color preview on #78A363 background

This text has black color on #78A363 background.


White color preview on #78A363 background

This text has white color on #78A363 background.