COLOR #78A362

HEX: #78A362
RGB: (120,163,98)

Color info

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

RGB color model

#78A362 color RGB value is (120,163,98).

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

RGB channels and saturation

R 120 of 255 = 47%
G 163 of 255 = 64%
B 98 of 255 = 38%

120
163
98

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

Portions of RGB colors in percentages

R + G + B =
120 + 163 + 98 = 381 (100%)
R 120 of 381 ~ 31.5%
G 163 of 381 ~ 42.78%
B 98 of 381 ~ 25.72%

%31.5
%42.78
%25.72

CMYK color model

#78A362 color CMYK value is (26,0,40,36).

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 39.88%
  • key color value is 36.08%
CMYK:
(26,0,40,36)
C26M0Y40K36 
(26%,0%,40%,36%)
(0.26/0.00/0.40/0.36)	

CMYK percentages

%26.38
%0
%39.88
%36.08

Codes

Color #78A362 in popluar color models

78A362
RGB12016398
HSL100°26.10%51.18%
HSB/HSV100°39.88%63.92%
CMYK26.38%0.00%39.88%
36.08%

Color #78A362 in popluar number systems.

HEX78A362
Decimal12016398
Binary1111000101000111100010
Octal170243142

Shades and tints

Shades of #78A362

#78A362
(120,163,98)
#6E955A
(110,149,90)
#648752
(100,135,82)
#5A794A
(90,121,74)
#506B42
(80,107,66)
#465D3A
(70,93,58)
#3C4F32
(60,79,50)
#32412A
(50,65,42)
#283322
(40,51,34)
#1E251A
(30,37,26)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #78A362

#78A362
(120,163,98)
#84AB70
(132,171,112)
#90B37E
(144,179,126)
#9CBB8C
(156,187,140)
#A8C39A
(168,195,154)
#B4CBA8
(180,203,168)
#C0D3B6
(192,211,182)
#CCDBC4
(204,219,196)
#D8E3D2
(216,227,210)
#E4EBE0
(228,235,224)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A362; }

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

This text font color is #78A362.


Background Color

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

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

This div background color is #78A362.


Border color

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

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

This div border color is #78A362.


Opacity

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

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

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

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

This text has shadow with #78A362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A362 on black background.


Color preview on white background

This text has color #78A362 on white background.



Black color preview on #78A362 background

This text has black color on #78A362 background.


White color preview on #78A362 background

This text has white color on #78A362 background.