COLOR #78B76B

HEX: #78B76B RGB: (120,183,107)

Color info

#78B76B contains mainly green color. Web safe color of #78B76B is #66CC66 (or #6C6).

RGB color model

#78B76B color RGB value is (120,183,107).

RGB: (120,183,107) (47%, 72%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 183 of 255 = 72%
B 107 of 255 = 42%

120
183
107

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

Portions of RGB colors in percentages

R + G + B = 120 + 183 + 107 = 410 (100%)
R 120 of 410 ~ 29.27%
G 183 of 410 ~ 44.63%
B 107 of 410 ~ 26.1'%

%29.27
%44.63
%26.1

CMYK color model

#78B76B color CMYK value is (34,0,42,28).

  • cyan value is 34.43%
  • magenta value is 0.00%
  • yellow value is 41.53%
  • key color value is 28.24%

CMYK: (34,0,42,28)
C34M0Y42K28 (34%, 0%, 42%, 28%)
(0.34 / 0.00 / 0.42 / 0.28)

CMYK percentages

%34.43
%0
%41.53
%28.24

Codes

Color #78B76B in popluar color models

78 B7 6B
RGB 120 183 107
HSL 110° 34.55% 56.86%
HSB/HSV 110° 41.53% 71.76%
CMYK 34.43% 0.00% 41.53%
28.24%

Color #78B76B in popluar number systems.

HEX 78 B7 6B
Decimal 120 183 107
Binary 1111000 10110111 1101011
Octal 170 267 153

Shades and tints

Shades of #78B76B

#78B76B
(120,183,107)
#6EA762
(110,167,98)
#649759
(100,151,89)
#5A8750
(90,135,80)
#507747
(80,119,71)
#46673E
(70,103,62)
#3C5735
(60,87,53)
#32472C
(50,71,44)
#283723
(40,55,35)
#1E271A
(30,39,26)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #78B76B

#78B76B
(120,183,107)
#84BD78
(132,189,120)
#90C385
(144,195,133)
#9CC992
(156,201,146)
#A8CF9F
(168,207,159)
#B4D5AC
(180,213,172)
#C0DBB9
(192,219,185)
#CCE1C6
(204,225,198)
#D8E7D3
(216,231,211)
#E4EDE0
(228,237,224)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B76B color. Also use rgb(120,183,107) instead hex code.

Text Font Color

.myTextColor { color: #78B76B; }

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

This text font color is #78B76B.

Background Color

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

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

This div background color is #78B76B.

Border color

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

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

This div border color is #78B76B.

Opacity

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

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

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

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

This text has shadow with #78B76B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B76B.

Preview

Color preview on black background

This text has color #78B76B on black background.


Color preview on white background

This text has color #78B76B on white background.


Black color preview on #78B76B background

This text has black color on #78B76B background.


White color preview on #78B76B background

This text has white color on #78B76B background.


Related colors

Complementary color

Complementary color for #hex is #874894.


I love getcolorcode.com

Triadic colors

1 #6B78B7 and #B76B78 with #78B76B are triadic colors.

2 #6BB778 and #B7786B with #78B76B are triadic colors.