COLOR #7BA278

HEX: #7BA278
RGB: (123,162,120)

Color info

#7BA278 contains red, green and blue colors in about the same proportion. Web safe color of #7BA278 is #669966 (or #696).

RGB color model

#7BA278 color RGB value is (123,162,120).

  • red value is 123;
  • green value is 162;
  • blue value is 120.
RGB:
(123,162,120)
(48%,64%,47%)

RGB channels and saturation

R 123 of 255 = 48%
G 162 of 255 = 64%
B 120 of 255 = 47%

123
162
120

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

Portions of RGB colors in percentages

R + G + B =
123 + 162 + 120 = 405 (100%)
R 123 of 405 ~ 30.37%
G 162 of 405 ~ 40%
B 120 of 405 ~ 29.63%

%30.37
%40
%29.63

CMYK color model

#7BA278 color CMYK value is (24,0,26,36).

  • cyan value is 24.07%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 36.47%
CMYK:
(24,0,26,36)
C24M0Y26K36 
(24%,0%,26%,36%)
(0.24/0.00/0.26/0.36)	

CMYK percentages

%24.07
%0
%25.93
%36.47

Codes

Color #7BA278 in popluar color models

7BA278
RGB123162120
HSL116°18.42%55.29%
HSB/HSV116°25.93%63.53%
CMYK24.07%0.00%25.93%
36.47%

Color #7BA278 in popluar number systems.

HEX7BA278
Decimal123162120
Binary1111011101000101111000
Octal173242170

Shades and tints

Shades of #7BA278

#7BA278
(123,162,120)
#70946E
(112,148,110)
#658664
(101,134,100)
#5A785A
(90,120,90)
#4F6A50
(79,106,80)
#445C46
(68,92,70)
#394E3C
(57,78,60)
#2E4032
(46,64,50)
#233228
(35,50,40)
#18241E
(24,36,30)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #7BA278

#7BA278
(123,162,120)
#87AA84
(135,170,132)
#93B290
(147,178,144)
#9FBA9C
(159,186,156)
#ABC2A8
(171,194,168)
#B7CAB4
(183,202,180)
#C3D2C0
(195,210,192)
#CFDACC
(207,218,204)
#DBE2D8
(219,226,216)
#E7EAE4
(231,234,228)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA278 color. Also use rgb(123,162,120) instead hex code.

Text Font Color

.myTextColor { color: #7BA278; }

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

This text font color is #7BA278.


Background Color

.myBgColor { background-color: #7BA278; }

<div style="background-color:#7BA278">Inner text</div>

This div background color is #7BA278.


Border color

.myBorderColor { border: 1px solid #7BA278; }

<div style="border:3px solid #7BA278">Div</div>

This div border color is #7BA278.


Opacity

.myOpacity80 { color: #7BA278; opacity: 0.8; }

<p style="color:#7BA278;opacity:0.8;">80%</p>

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

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

This text has shadow with #7BA278 color.

.textShadow {text-shadow: 3px 3px 1px #7BA278, 3px 3px 1px red;}

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

This text has shadow with #7BA278 primary color and red secondary color.


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

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

This text has shadow with #7BA278 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA278 on black background.


Color preview on white background

This text has color #7BA278 on white background.



Black color preview on #7BA278 background

This text has black color on #7BA278 background.


White color preview on #7BA278 background

This text has white color on #7BA278 background.