COLOR #7BB375

HEX: #7BB375 RGB: (123,179,117)

Color info

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

RGB color model

#7BB375 color RGB value is (123,179,117).

RGB: (123,179,117) (48%, 70%, 46%)

RGB channels and saturation

R 123 of 255 = 48%
G 179 of 255 = 70%
B 117 of 255 = 46%

123
179
117

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

Portions of RGB colors in percentages

R + G + B = 123 + 179 + 117 = 419 (100%)
R 123 of 419 ~ 29.36%
G 179 of 419 ~ 42.72%
B 117 of 419 ~ 27.92'%

%29.36
%42.72
%27.92

CMYK color model

#7BB375 color CMYK value is (31,0,35,30).

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

CMYK: (31,0,35,30)
C31M0Y35K30 (31%, 0%, 35%, 30%)
(0.31 / 0.00 / 0.35 / 0.30)

CMYK percentages

%31.28
%0
%34.64
%29.8

Codes

Color #7BB375 in popluar color models

7B B3 75
RGB 123 179 117
HSL 114° 28.97% 58.04%
HSB/HSV 114° 34.64% 70.20%
CMYK 31.28% 0.00% 34.64%
29.80%

Color #7BB375 in popluar number systems.

HEX 7B B3 75
Decimal 123 179 117
Binary 1111011 10110011 1110101
Octal 173 263 165

Shades and tints

Shades of #7BB375

#7BB375
(123,179,117)
#70A36B
(112,163,107)
#659361
(101,147,97)
#5A8357
(90,131,87)
#4F734D
(79,115,77)
#446343
(68,99,67)
#395339
(57,83,57)
#2E432F
(46,67,47)
#233325
(35,51,37)
#18231B
(24,35,27)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #7BB375

#7BB375
(123,179,117)
#87B981
(135,185,129)
#93BF8D
(147,191,141)
#9FC599
(159,197,153)
#ABCBA5
(171,203,165)
#B7D1B1
(183,209,177)
#C3D7BD
(195,215,189)
#CFDDC9
(207,221,201)
#DBE3D5
(219,227,213)
#E7E9E1
(231,233,225)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB375; }

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

This text font color is #7BB375.

Background Color

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

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

This div background color is #7BB375.

Border color

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

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

This div border color is #7BB375.

Opacity

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

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

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

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

This text has shadow with #7BB375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB375.

Preview

Color preview on black background

This text has color #7BB375 on black background.


Color preview on white background

This text has color #7BB375 on white background.


Black color preview on #7BB375 background

This text has black color on #7BB375 background.


White color preview on #7BB375 background

This text has white color on #7BB375 background.


Related colors

Complementary color

Complementary color for #hex is #844C8A.


I love getcolorcode.com

Triadic colors

1 #757BB3 and #B3757B with #7BB375 are triadic colors.

2 #75B37B and #B37B75 with #7BB375 are triadic colors.