COLOR #7BB366

HEX: #7BB366 RGB: (123,179,102)

Color info

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

RGB color model

#7BB366 color RGB value is (123,179,102).

RGB: (123,179,102) (48%, 70%, 40%)

RGB channels and saturation

R 123 of 255 = 48%
G 179 of 255 = 70%
B 102 of 255 = 40%

123
179
102

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

Portions of RGB colors in percentages

R + G + B = 123 + 179 + 102 = 404 (100%)
R 123 of 404 ~ 30.45%
G 179 of 404 ~ 44.31%
B 102 of 404 ~ 25.25'%

%30.45
%44.31
%25.25

CMYK color model

#7BB366 color CMYK value is (31,0,43,30).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 43.02%
  • key color value is 29.80%

CMYK: (31,0,43,30)
C31M0Y43K30 (31%, 0%, 43%, 30%)
(0.31 / 0.00 / 0.43 / 0.30)

CMYK percentages

%31.28
%0
%43.02
%29.8

Codes

Color #7BB366 in popluar color models

7B B3 66
RGB 123 179 102
HSL 104° 33.62% 55.10%
HSB/HSV 104° 43.02% 70.20%
CMYK 31.28% 0.00% 43.02%
29.80%

Color #7BB366 in popluar number systems.

HEX 7B B3 66
Decimal 123 179 102
Binary 1111011 10110011 1100110
Octal 173 263 146

Shades and tints

Shades of #7BB366

#7BB366
(123,179,102)
#70A35D
(112,163,93)
#659354
(101,147,84)
#5A834B
(90,131,75)
#4F7342
(79,115,66)
#446339
(68,99,57)
#395330
(57,83,48)
#2E4327
(46,67,39)
#23331E
(35,51,30)
#182315
(24,35,21)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #7BB366

#7BB366
(123,179,102)
#87B973
(135,185,115)
#93BF80
(147,191,128)
#9FC58D
(159,197,141)
#ABCB9A
(171,203,154)
#B7D1A7
(183,209,167)
#C3D7B4
(195,215,180)
#CFDDC1
(207,221,193)
#DBE3CE
(219,227,206)
#E7E9DB
(231,233,219)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB366 color. Also use rgb(123,179,102) instead hex code.

Text Font Color

.myTextColor { color: #7BB366; }

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

This text font color is #7BB366.

Background Color

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

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

This div background color is #7BB366.

Border color

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

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

This div border color is #7BB366.

Opacity

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

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

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

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

This text has shadow with #7BB366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB366.

Preview

Color preview on black background

This text has color #7BB366 on black background.


Color preview on white background

This text has color #7BB366 on white background.


Black color preview on #7BB366 background

This text has black color on #7BB366 background.


White color preview on #7BB366 background

This text has white color on #7BB366 background.


Related colors

Complementary color

Complementary color for #hex is #844C99.


I love getcolorcode.com

Triadic colors

1 #667BB3 and #B3667B with #7BB366 are triadic colors.

2 #66B37B and #B37B66 with #7BB366 are triadic colors.