COLOR #7BB264

HEX: #7BB264
RGB: (123,178,100)

Color info

#7BB264 contains mainly red and green colors. Web safe color of #7BB264 is #669966 (or #696).

RGB color model

#7BB264 color RGB value is (123,178,100).

  • red value is 123;
  • green value is 178;
  • blue value is 100.
RGB:
(123,178,100)
(48%,70%,39%)

RGB channels and saturation

R 123 of 255 = 48%
G 178 of 255 = 70%
B 100 of 255 = 39%

123
178
100

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

Portions of RGB colors in percentages

R + G + B =
123 + 178 + 100 = 401 (100%)
R 123 of 401 ~ 30.67%
G 178 of 401 ~ 44.39%
B 100 of 401 ~ 24.94%

%30.67
%44.39
%24.94

CMYK color model

#7BB264 color CMYK value is (31,0,44,30).

  • cyan value is 30.90%
  • magenta value is 0.00%
  • yellow value is 43.82%
  • key color value is 30.20%
CMYK:
(31,0,44,30)
C31M0Y44K30 
(31%,0%,44%,30%)
(0.31/0.00/0.44/0.30)	

CMYK percentages

%30.9
%0
%43.82
%30.2

Codes

Color #7BB264 in popluar color models

7BB264
RGB123178100
HSL102°33.62%54.51%
HSB/HSV102°43.82%69.80%
CMYK30.90%0.00%43.82%
30.20%

Color #7BB264 in popluar number systems.

HEX7BB264
Decimal123178100
Binary1111011101100101100100
Octal173262144

Shades and tints

Shades of #7BB264

#7BB264
(123,178,100)
#70A25B
(112,162,91)
#659252
(101,146,82)
#5A8249
(90,130,73)
#4F7240
(79,114,64)
#446237
(68,98,55)
#39522E
(57,82,46)
#2E4225
(46,66,37)
#23321C
(35,50,28)
#182213
(24,34,19)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #7BB264

#7BB264
(123,178,100)
#87B972
(135,185,114)
#93C080
(147,192,128)
#9FC78E
(159,199,142)
#ABCE9C
(171,206,156)
#B7D5AA
(183,213,170)
#C3DCB8
(195,220,184)
#CFE3C6
(207,227,198)
#DBEAD4
(219,234,212)
#E7F1E2
(231,241,226)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB264 color. Also use rgb(123,178,100) instead hex code.

Text Font Color

.myTextColor { color: #7BB264; }

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

This text font color is #7BB264.


Background Color

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

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

This div background color is #7BB264.


Border color

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

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

This div border color is #7BB264.


Opacity

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

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

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

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

This text has shadow with #7BB264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB264 on black background.


Color preview on white background

This text has color #7BB264 on white background.



Black color preview on #7BB264 background

This text has black color on #7BB264 background.


White color preview on #7BB264 background

This text has white color on #7BB264 background.