COLOR #78984B

HEX: #78984B RGB: (120,152,75)

Color info

#78984B contains mainly red and green colors. Web safe color of #78984B is #669933 (or #693).

RGB color model

#78984B color RGB value is (120,152,75).

RGB: (120,152,75) (47%, 60%, 29%)

RGB channels and saturation

R 120 of 255 = 47%
G 152 of 255 = 60%
B 75 of 255 = 29%

120
152
75

R + G + B ~ 45%. #78984B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 152 + 75 = 347 (100%)
R 120 of 347 ~ 34.58%
G 152 of 347 ~ 43.8%
B 75 of 347 ~ 21.61'%

%34.58
%43.8
%21.61

CMYK color model

#78984B color CMYK value is (21,0,51,40).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 50.66%
  • key color value is 40.39%

CMYK: (21,0,51,40)
C21M0Y51K40 (21%, 0%, 51%, 40%)
(0.21 / 0.00 / 0.51 / 0.40)

CMYK percentages

%21.05
%0
%50.66
%40.39

Codes

Color #78984B in popluar color models

78 98 4B
RGB 120 152 75
HSL 85° 33.92% 44.51%
HSB/HSV 85° 50.66% 59.61%
CMYK 21.05% 0.00% 50.66%
40.39%

Color #78984B in popluar number systems.

HEX 78 98 4B
Decimal 120 152 75
Binary 1111000 10011000 1001011
Octal 170 230 113

Shades and tints

Shades of #78984B

#78984B
(120,152,75)
#6E8B45
(110,139,69)
#647E3F
(100,126,63)
#5A7139
(90,113,57)
#506433
(80,100,51)
#46572D
(70,87,45)
#3C4A27
(60,74,39)
#323D21
(50,61,33)
#28301B
(40,48,27)
#1E2315
(30,35,21)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #78984B

#78984B
(120,152,75)
#84A15B
(132,161,91)
#90AA6B
(144,170,107)
#9CB37B
(156,179,123)
#A8BC8B
(168,188,139)
#B4C59B
(180,197,155)
#C0CEAB
(192,206,171)
#CCD7BB
(204,215,187)
#D8E0CB
(216,224,203)
#E4E9DB
(228,233,219)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78984B color. Also use rgb(120,152,75) instead hex code.

Text Font Color

.myTextColor { color: #78984B; }

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

This text font color is #78984B.

Background Color

.myBgColor { background-color: #78984B; }

<div style="background-color:#78984B">Inner text</div>

This div background color is #78984B.

Border color

.myBorderColor { border: 1px solid #78984B; }

<div style="border:3px solid #78984B">Div</div>

This div border color is #78984B.

Opacity

.myOpacity80 { color: #78984B; opacity: 0.8; }

<p style="color:#78984B;opacity:0.8;">80%</p>

Text with #78984B 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 #78984B;}

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

This text has shadow with #78984B color.


.textShadow {text-shadow: 3px 3px 1px #78984B', 3px 3px 1px red;}

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

This text has shadow with #78984B primary color and red secondary color.


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

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

This text has shadow with #78984B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78984B; -webkit-box-shadow: 1px 1px 3px 2px #78984B; box-shadow:1px 1px 3px 2px #78984B;">
Div content here
</div>

This div box has shadow with color #78984B.

Preview

Color preview on black background

This text has color #78984B on black background.


Color preview on white background

This text has color #78984B on white background.


Black color preview on #78984B background

This text has black color on #78984B background.


White color preview on #78984B background

This text has white color on #78984B background.


Related colors

Complementary color

Complementary color for #hex is #8767B4.


I love getcolorcode.com

Triadic colors

1 #4B7898 and #984B78 with #78984B are triadic colors.

2 #4B9878 and #98784B with #78984B are triadic colors.