COLOR #7BBF96

HEX: #7BBF96 RGB: (123,191,150)

Color info

#7BBF96 contains mainly green and blue colors. Web safe color of #7BBF96 is #66CC99 (or #6C9).

RGB color model

#7BBF96 color RGB value is (123,191,150).

RGB: (123,191,150) (48%, 75%, 59%)

RGB channels and saturation

R 123 of 255 = 48%
G 191 of 255 = 75%
B 150 of 255 = 59%

123
191
150

R + G + B ~ 61%. #7BBF96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 191 + 150 = 464 (100%)
R 123 of 464 ~ 26.51%
G 191 of 464 ~ 41.16%
B 150 of 464 ~ 32.33'%

%26.51
%41.16
%32.33

CMYK color model

#7BBF96 color CMYK value is (36,0,21,25).

  • cyan value is 35.60%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 25.10%

CMYK: (36,0,21,25)
C36M0Y21K25 (36%, 0%, 21%, 25%)
(0.36 / 0.00 / 0.21 / 0.25)

CMYK percentages

%35.6
%0
%21.47
%25.1

Codes

Color #7BBF96 in popluar color models

7B BF 96
RGB 123 191 150
HSL 144° 34.69% 61.57%
HSB/HSV 144° 35.60% 74.90%
CMYK 35.60% 0.00% 21.47%
25.10%

Color #7BBF96 in popluar number systems.

HEX 7B BF 96
Decimal 123 191 150
Binary 1111011 10111111 10010110
Octal 173 277 226

Shades and tints

Shades of #7BBF96

#7BBF96
(123,191,150)
#70AE89
(112,174,137)
#659D7C
(101,157,124)
#5A8C6F
(90,140,111)
#4F7B62
(79,123,98)
#446A55
(68,106,85)
#395948
(57,89,72)
#2E483B
(46,72,59)
#23372E
(35,55,46)
#182621
(24,38,33)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #7BBF96

#7BBF96
(123,191,150)
#87C49F
(135,196,159)
#93C9A8
(147,201,168)
#9FCEB1
(159,206,177)
#ABD3BA
(171,211,186)
#B7D8C3
(183,216,195)
#C3DDCC
(195,221,204)
#CFE2D5
(207,226,213)
#DBE7DE
(219,231,222)
#E7ECE7
(231,236,231)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BBF96 color. Also use rgb(123,191,150) instead hex code.

Text Font Color

.myTextColor { color: #7BBF96; }

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

This text font color is #7BBF96.

Background Color

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

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

This div background color is #7BBF96.

Border color

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

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

This div border color is #7BBF96.

Opacity

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

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

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

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

This text has shadow with #7BBF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BBF96.

Preview

Color preview on black background

This text has color #7BBF96 on black background.


Color preview on white background

This text has color #7BBF96 on white background.


Black color preview on #7BBF96 background

This text has black color on #7BBF96 background.


White color preview on #7BBF96 background

This text has white color on #7BBF96 background.


Related colors

Complementary color

Complementary color for #hex is #844069.


I love getcolorcode.com

Triadic colors

1 #967BBF and #BF967B with #7BBF96 are triadic colors.

2 #96BF7B and #BF7B96 with #7BBF96 are triadic colors.