COLOR #78B469

HEX: #78B469 RGB: (120,180,105)

Color info

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

RGB color model

#78B469 color RGB value is (120,180,105).

RGB: (120,180,105) (47%, 71%, 41%)

RGB channels and saturation

R 120 of 255 = 47%
G 180 of 255 = 71%
B 105 of 255 = 41%

120
180
105

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

Portions of RGB colors in percentages

R + G + B = 120 + 180 + 105 = 405 (100%)
R 120 of 405 ~ 29.63%
G 180 of 405 ~ 44.44%
B 105 of 405 ~ 25.93'%

%29.63
%44.44
%25.93

CMYK color model

#78B469 color CMYK value is (33,0,42,29).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 29.41%

CMYK: (33,0,42,29)
C33M0Y42K29 (33%, 0%, 42%, 29%)
(0.33 / 0.00 / 0.42 / 0.29)

CMYK percentages

%33.33
%0
%41.67
%29.41

Codes

Color #78B469 in popluar color models

78 B4 69
RGB 120 180 105
HSL 108° 33.33% 55.88%
HSB/HSV 108° 41.67% 70.59%
CMYK 33.33% 0.00% 41.67%
29.41%

Color #78B469 in popluar number systems.

HEX 78 B4 69
Decimal 120 180 105
Binary 1111000 10110100 1101001
Octal 170 264 151

Shades and tints

Shades of #78B469

#78B469
(120,180,105)
#6EA460
(110,164,96)
#649457
(100,148,87)
#5A844E
(90,132,78)
#507445
(80,116,69)
#46643C
(70,100,60)
#3C5433
(60,84,51)
#32442A
(50,68,42)
#283421
(40,52,33)
#1E2418
(30,36,24)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #78B469

#78B469
(120,180,105)
#84BA76
(132,186,118)
#90C083
(144,192,131)
#9CC690
(156,198,144)
#A8CC9D
(168,204,157)
#B4D2AA
(180,210,170)
#C0D8B7
(192,216,183)
#CCDEC4
(204,222,196)
#D8E4D1
(216,228,209)
#E4EADE
(228,234,222)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B469 color. Also use rgb(120,180,105) instead hex code.

Text Font Color

.myTextColor { color: #78B469; }

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

This text font color is #78B469.

Background Color

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

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

This div background color is #78B469.

Border color

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

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

This div border color is #78B469.

Opacity

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

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

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

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

This text has shadow with #78B469 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B469.

Preview

Color preview on black background

This text has color #78B469 on black background.


Color preview on white background

This text has color #78B469 on white background.


Black color preview on #78B469 background

This text has black color on #78B469 background.


White color preview on #78B469 background

This text has white color on #78B469 background.


Related colors

Complementary color

Complementary color for #hex is #874B96.


I love getcolorcode.com

Triadic colors

1 #6978B4 and #B46978 with #78B469 are triadic colors.

2 #69B478 and #B47869 with #78B469 are triadic colors.