COLOR #78AD49

HEX: #78AD49
RGB: (120,173,73)

Renk bilgisi

#78AD49 contains mainly red and green colors. #78AD49 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#78AD49 color RGB value is (120,173,73).

  • kırmız ton 120;
  • yeşil ton 173;
  • mavi ton 73.
RGB:
(120,173,73)
(47%,68%,29%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 173 of 255 = 68%
B 73 of 255 = 29%

120
173
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 173 + 73 = 366 (100%)
R 120 of 366 ~ 32.79%
G 173 of 366 ~ 47.27%
B 73 of 366 ~ 19.95%

%32.79
%47.27
%19.95

CMYK RENK MODELİ

#78AD49 rengi CMYK tonu (31,0,58,32).

  • camgöbeği tonu 30.64%
  • eflatun tonu 0.00%
  • sarı tonu 57.80%
  • ana renk tonu 32.16%
CMYK:
(31,0,58,32)
C31M0Y58K32 
(31%,0%,58%,32%)
(0.31/0.00/0.58/0.32)	

CMYK yüzdeleri

%30.64
%0
%57.8
%32.16

Codes

Color #78AD49 in popluar color models

78AD49
RGB12017373
HSL92°40.65%48.24%
HSB/HSV92°57.80%67.84%
CMYK30.64%0.00%57.80%
32.16%

Color #78AD49 in popluar number systems.

HEX78AD49
Decimal12017373
Binary1111000101011011001001
Octal170255111

Shades and tints

Shades of #78AD49

#78AD49
(120,173,73)
#6E9E43
(110,158,67)
#648F3D
(100,143,61)
#5A8037
(90,128,55)
#507131
(80,113,49)
#46622B
(70,98,43)
#3C5325
(60,83,37)
#32441F
(50,68,31)
#283519
(40,53,25)
#1E2613
(30,38,19)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #78AD49

#78AD49
(120,173,73)
#84B459
(132,180,89)
#90BB69
(144,187,105)
#9CC279
(156,194,121)
#A8C989
(168,201,137)
#B4D099
(180,208,153)
#C0D7A9
(192,215,169)
#CCDEB9
(204,222,185)
#D8E5C9
(216,229,201)
#E4ECD9
(228,236,217)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AD49 color. Also use rgb(120,173,73) instead hex code.

Text Font Color

.myTextColor { color: #78AD49; }

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

This text font color is #78AD49.


Background Color

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

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

This div background color is #78AD49.


Border color

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

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

This div border color is #78AD49.


Opacity

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

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

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

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

This text has shadow with #78AD49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AD49 on black background.


Color preview on white background

This text has color #78AD49 on white background.



Black color preview on #78AD49 background

This text has black color on #78AD49 background.


White color preview on #78AD49 background

This text has white color on #78AD49 background.