COLOR #78A281

HEX: #78A281 RGB: (120,162,129)

Color info

#78A281 contains red, green and blue colors in about the same proportion. Web safe color of #78A281 is #669999 (or #699).

RGB color model

#78A281 color RGB value is (120,162,129).

RGB: (120,162,129) (47%, 64%, 51%)

RGB channels and saturation

R 120 of 255 = 47%
G 162 of 255 = 64%
B 129 of 255 = 51%

120
162
129

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

Portions of RGB colors in percentages

R + G + B = 120 + 162 + 129 = 411 (100%)
R 120 of 411 ~ 29.2%
G 162 of 411 ~ 39.42%
B 129 of 411 ~ 31.39'%

%29.2
%39.42
%31.39

CMYK color model

#78A281 color CMYK value is (26,0,20,36).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 20.37%
  • key color value is 36.47%

CMYK: (26,0,20,36)
C26M0Y20K36 (26%, 0%, 20%, 36%)
(0.26 / 0.00 / 0.20 / 0.36)

CMYK percentages

%25.93
%0
%20.37
%36.47

Codes

Color #78A281 in popluar color models

78 A2 81
RGB 120 162 129
HSL 133° 18.42% 55.29%
HSB/HSV 133° 25.93% 63.53%
CMYK 25.93% 0.00% 20.37%
36.47%

Color #78A281 in popluar number systems.

HEX 78 A2 81
Decimal 120 162 129
Binary 1111000 10100010 10000001
Octal 170 242 201

Shades and tints

Shades of #78A281

#78A281
(120,162,129)
#6E9476
(110,148,118)
#64866B
(100,134,107)
#5A7860
(90,120,96)
#506A55
(80,106,85)
#465C4A
(70,92,74)
#3C4E3F
(60,78,63)
#324034
(50,64,52)
#283229
(40,50,41)
#1E241E
(30,36,30)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #78A281

#78A281
(120,162,129)
#84AA8C
(132,170,140)
#90B297
(144,178,151)
#9CBAA2
(156,186,162)
#A8C2AD
(168,194,173)
#B4CAB8
(180,202,184)
#C0D2C3
(192,210,195)
#CCDACE
(204,218,206)
#D8E2D9
(216,226,217)
#E4EAE4
(228,234,228)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A281 color. Also use rgb(120,162,129) instead hex code.

Text Font Color

.myTextColor { color: #78A281; }

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

This text font color is #78A281.

Background Color

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

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

This div background color is #78A281.

Border color

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

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

This div border color is #78A281.

Opacity

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

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

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

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

This text has shadow with #78A281 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78A281.

Preview

Color preview on black background

This text has color #78A281 on black background.


Color preview on white background

This text has color #78A281 on white background.


Black color preview on #78A281 background

This text has black color on #78A281 background.


White color preview on #78A281 background

This text has white color on #78A281 background.


Related colors

Complementary color

Complementary color for #hex is #875D7E.


I love getcolorcode.com

Triadic colors

1 #8178A2 and #A28178 with #78A281 are triadic colors.

2 #81A278 and #A27881 with #78A281 are triadic colors.