COLOR #78A980

HEX: #78A980
RGB: (120,169,128)

Renk bilgisi

#78A980 contains red, green and blue colors in about the same proportion. #78A980 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#78A980 color RGB value is (120,169,128).

  • kırmız ton 120;
  • yeşil ton 169;
  • mavi ton 128.
RGB:
(120,169,128)
(47%,66%,50%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 169 of 255 = 66%
B 128 of 255 = 50%

120
169
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 169 + 128 = 417 (100%)
R 120 of 417 ~ 28.78%
G 169 of 417 ~ 40.53%
B 128 of 417 ~ 30.7%

%28.78
%40.53
%30.7

CMYK RENK MODELİ

#78A980 rengi CMYK tonu (29,0,24,34).

  • camgöbeği tonu 28.99%
  • eflatun tonu 0.00%
  • sarı tonu 24.26%
  • ana renk tonu 33.73%
CMYK:
(29,0,24,34)
C29M0Y24K34 
(29%,0%,24%,34%)
(0.29/0.00/0.24/0.34)	

CMYK yüzdeleri

%28.99
%0
%24.26
%33.73

Codes

Color #78A980 in popluar color models

78A980
RGB120169128
HSL130°22.17%56.67%
HSB/HSV130°28.99%66.27%
CMYK28.99%0.00%24.26%
33.73%

Color #78A980 in popluar number systems.

HEX78A980
Decimal120169128
Binary11110001010100110000000
Octal170251200

Shades and tints

Shades of #78A980

#78A980
(120,169,128)
#6E9A75
(110,154,117)
#648B6A
(100,139,106)
#5A7C5F
(90,124,95)
#506D54
(80,109,84)
#465E49
(70,94,73)
#3C4F3E
(60,79,62)
#324033
(50,64,51)
#283128
(40,49,40)
#1E221D
(30,34,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #78A980

#78A980
(120,169,128)
#84B08B
(132,176,139)
#90B796
(144,183,150)
#9CBEA1
(156,190,161)
#A8C5AC
(168,197,172)
#B4CCB7
(180,204,183)
#C0D3C2
(192,211,194)
#CCDACD
(204,218,205)
#D8E1D8
(216,225,216)
#E4E8E3
(228,232,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A980 color. Also use rgb(120,169,128) instead hex code.

Text Font Color

.myTextColor { color: #78A980; }

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

This text font color is #78A980.


Background Color

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

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

This div background color is #78A980.


Border color

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

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

This div border color is #78A980.


Opacity

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

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

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

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

This text has shadow with #78A980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A980 on black background.


Color preview on white background

This text has color #78A980 on white background.



Black color preview on #78A980 background

This text has black color on #78A980 background.


White color preview on #78A980 background

This text has white color on #78A980 background.