COLOR #78A17F

HEX: #78A17F
RGB: (120,161,127)

Color info

#78A17F contains red, green and blue colors in about the same proportion. Web safe color of #78A17F is #669966 (or #696).

RGB color model

#78A17F color RGB value is (120,161,127).

  • red value is 120;
  • green value is 161;
  • blue value is 127.
RGB:
(120,161,127)
(47%,63%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 161 of 255 = 63%
B 127 of 255 = 50%

120
161
127

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

Portions of RGB colors in percentages

R + G + B =
120 + 161 + 127 = 408 (100%)
R 120 of 408 ~ 29.41%
G 161 of 408 ~ 39.46%
B 127 of 408 ~ 31.13%

%29.41
%39.46
%31.13

CMYK color model

#78A17F color CMYK value is (25,0,21,37).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 36.86%
CMYK:
(25,0,21,37)
C25M0Y21K37 
(25%,0%,21%,37%)
(0.25/0.00/0.21/0.37)	

CMYK percentages

%25.47
%0
%21.12
%36.86

Codes

Color #78A17F in popluar color models

78A17F
RGB120161127
HSL130°17.90%55.10%
HSB/HSV130°25.47%63.14%
CMYK25.47%0.00%21.12%
36.86%

Color #78A17F in popluar number systems.

HEX78A17F
Decimal120161127
Binary1111000101000011111111
Octal170241177

Shades and tints

Shades of #78A17F

#78A17F
(120,161,127)
#6E9374
(110,147,116)
#648569
(100,133,105)
#5A775E
(90,119,94)
#506953
(80,105,83)
#465B48
(70,91,72)
#3C4D3D
(60,77,61)
#323F32
(50,63,50)
#283127
(40,49,39)
#1E231C
(30,35,28)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #78A17F

#78A17F
(120,161,127)
#84A98A
(132,169,138)
#90B195
(144,177,149)
#9CB9A0
(156,185,160)
#A8C1AB
(168,193,171)
#B4C9B6
(180,201,182)
#C0D1C1
(192,209,193)
#CCD9CC
(204,217,204)
#D8E1D7
(216,225,215)
#E4E9E2
(228,233,226)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A17F color. Also use rgb(120,161,127) instead hex code.

Text Font Color

.myTextColor { color: #78A17F; }

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

This text font color is #78A17F.


Background Color

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

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

This div background color is #78A17F.


Border color

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

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

This div border color is #78A17F.


Opacity

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

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

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

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

This text has shadow with #78A17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A17F on black background.


Color preview on white background

This text has color #78A17F on white background.



Black color preview on #78A17F background

This text has black color on #78A17F background.


White color preview on #78A17F background

This text has white color on #78A17F background.