COLOR #78A579

HEX: #78A579
RGB: (120,165,121)

Renk bilgisi

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

RGB renk modeli

#78A579 color RGB value is (120,165,121).

  • kırmız ton 120;
  • yeşil ton 165;
  • mavi ton 121.
RGB:
(120,165,121)
(47%,65%,47%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 165 of 255 = 65%
B 121 of 255 = 47%

120
165
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 165 + 121 = 406 (100%)
R 120 of 406 ~ 29.56%
G 165 of 406 ~ 40.64%
B 121 of 406 ~ 29.8%

%29.56
%40.64
%29.8

CMYK RENK MODELİ

#78A579 rengi CMYK tonu (27,0,27,35).

  • camgöbeği tonu 27.27%
  • eflatun tonu 0.00%
  • sarı tonu 26.67%
  • ana renk tonu 35.29%
CMYK:
(27,0,27,35)
C27M0Y27K35 
(27%,0%,27%,35%)
(0.27/0.00/0.27/0.35)	

CMYK yüzdeleri

%27.27
%0
%26.67
%35.29

Codes

Color #78A579 in popluar color models

78A579
RGB120165121
HSL121°20.00%55.88%
HSB/HSV121°27.27%64.71%
CMYK27.27%0.00%26.67%
35.29%

Color #78A579 in popluar number systems.

HEX78A579
Decimal120165121
Binary1111000101001011111001
Octal170245171

Shades and tints

Shades of #78A579

#78A579
(120,165,121)
#6E966E
(110,150,110)
#648763
(100,135,99)
#5A7858
(90,120,88)
#50694D
(80,105,77)
#465A42
(70,90,66)
#3C4B37
(60,75,55)
#323C2C
(50,60,44)
#282D21
(40,45,33)
#1E1E16
(30,30,22)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #78A579

#78A579
(120,165,121)
#84AD85
(132,173,133)
#90B591
(144,181,145)
#9CBD9D
(156,189,157)
#A8C5A9
(168,197,169)
#B4CDB5
(180,205,181)
#C0D5C1
(192,213,193)
#CCDDCD
(204,221,205)
#D8E5D9
(216,229,217)
#E4EDE5
(228,237,229)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A579 color. Also use rgb(120,165,121) instead hex code.

Text Font Color

.myTextColor { color: #78A579; }

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

This text font color is #78A579.


Background Color

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

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

This div background color is #78A579.


Border color

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

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

This div border color is #78A579.


Opacity

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

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

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

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

This text has shadow with #78A579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A579 on black background.


Color preview on white background

This text has color #78A579 on white background.



Black color preview on #78A579 background

This text has black color on #78A579 background.


White color preview on #78A579 background

This text has white color on #78A579 background.