COLOR #7BBF75

HEX: #7BBF75
RGB: (123,191,117)

Color info

#7BBF75 contains mainly green color. Web safe color of #7BBF75 is #66CC66 (or #6C6).

RGB color model

#7BBF75 color RGB value is (123,191,117).

  • red value is 123;
  • green value is 191;
  • blue value is 117.
RGB:
(123,191,117)
(48%,75%,46%)

RGB channels and saturation

R 123 of 255 = 48%
G 191 of 255 = 75%
B 117 of 255 = 46%

123
191
117

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

Portions of RGB colors in percentages

R + G + B =
123 + 191 + 117 = 431 (100%)
R 123 of 431 ~ 28.54%
G 191 of 431 ~ 44.32%
B 117 of 431 ~ 27.15%

%28.54
%44.32
%27.15

CMYK color model

#7BBF75 color CMYK value is (36,0,39,25).

  • cyan value is 35.60%
  • magenta value is 0.00%
  • yellow value is 38.74%
  • key color value is 25.10%
CMYK:
(36,0,39,25)
C36M0Y39K25 
(36%,0%,39%,25%)
(0.36/0.00/0.39/0.25)	

CMYK percentages

%35.6
%0
%38.74
%25.1

Codes

Color #7BBF75 in popluar color models

7BBF75
RGB123191117
HSL115°36.63%60.39%
HSB/HSV115°38.74%74.90%
CMYK35.60%0.00%38.74%
25.10%

Color #7BBF75 in popluar number systems.

HEX7BBF75
Decimal123191117
Binary1111011101111111110101
Octal173277165

Shades and tints

Shades of #7BBF75

#7BBF75
(123,191,117)
#70AE6B
(112,174,107)
#659D61
(101,157,97)
#5A8C57
(90,140,87)
#4F7B4D
(79,123,77)
#446A43
(68,106,67)
#395939
(57,89,57)
#2E482F
(46,72,47)
#233725
(35,55,37)
#18261B
(24,38,27)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #7BBF75

#7BBF75
(123,191,117)
#87C481
(135,196,129)
#93C98D
(147,201,141)
#9FCE99
(159,206,153)
#ABD3A5
(171,211,165)
#B7D8B1
(183,216,177)
#C3DDBD
(195,221,189)
#CFE2C9
(207,226,201)
#DBE7D5
(219,231,213)
#E7ECE1
(231,236,225)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BBF75; }

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

This text font color is #7BBF75.


Background Color

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

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

This div background color is #7BBF75.


Border color

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

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

This div border color is #7BBF75.


Opacity

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

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

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

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

This text has shadow with #7BBF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBF75 on black background.


Color preview on white background

This text has color #7BBF75 on white background.



Black color preview on #7BBF75 background

This text has black color on #7BBF75 background.


White color preview on #7BBF75 background

This text has white color on #7BBF75 background.