COLOR #78A836

HEX: #78A836
RGB: (120,168,54)

Color info

#78A836 contains mainly red and green colors. Web safe color of #78A836 is #669933 (or #693).

RGB color model

#78A836 color RGB value is (120,168,54).

  • red value is 120;
  • green value is 168;
  • blue value is 54.
RGB:
(120,168,54)
(47%,66%,21%)

RGB channels and saturation

R 120 of 255 = 47%
G 168 of 255 = 66%
B 54 of 255 = 21%

120
168
54

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

Portions of RGB colors in percentages

R + G + B =
120 + 168 + 54 = 342 (100%)
R 120 of 342 ~ 35.09%
G 168 of 342 ~ 49.12%
B 54 of 342 ~ 15.79%

%35.09
%49.12
%15.79

CMYK color model

#78A836 color CMYK value is (29,0,68,34).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 34.12%
CMYK:
(29,0,68,34)
C29M0Y68K34 
(29%,0%,68%,34%)
(0.29/0.00/0.68/0.34)	

CMYK percentages

%28.57
%0
%67.86
%34.12

Codes

Color #78A836 in popluar color models

78A836
RGB12016854
HSL85°51.35%43.53%
HSB/HSV85°67.86%65.88%
CMYK28.57%0.00%67.86%
34.12%

Color #78A836 in popluar number systems.

HEX78A836
Decimal12016854
Binary111100010101000110110
Octal17025066

Shades and tints

Shades of #78A836

#78A836
(120,168,54)
#6E9932
(110,153,50)
#648A2E
(100,138,46)
#5A7B2A
(90,123,42)
#506C26
(80,108,38)
#465D22
(70,93,34)
#3C4E1E
(60,78,30)
#323F1A
(50,63,26)
#283016
(40,48,22)
#1E2112
(30,33,18)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #78A836

#78A836
(120,168,54)
#84AF48
(132,175,72)
#90B65A
(144,182,90)
#9CBD6C
(156,189,108)
#A8C47E
(168,196,126)
#B4CB90
(180,203,144)
#C0D2A2
(192,210,162)
#CCD9B4
(204,217,180)
#D8E0C6
(216,224,198)
#E4E7D8
(228,231,216)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A836; }

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

This text font color is #78A836.


Background Color

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

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

This div background color is #78A836.


Border color

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

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

This div border color is #78A836.


Opacity

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

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

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

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

This text has shadow with #78A836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A836 on black background.


Color preview on white background

This text has color #78A836 on white background.



Black color preview on #78A836 background

This text has black color on #78A836 background.


White color preview on #78A836 background

This text has white color on #78A836 background.