COLOR #7BB665

HEX: #7BB665 RGB: (123,182,101)

Color info

#7BB665 contains mainly red and green colors. Web safe color of #7BB665 is #66CC66 (or #6C6).

RGB color model

#7BB665 color RGB value is (123,182,101).

RGB: (123,182,101) (48%, 71%, 40%)

RGB channels and saturation

R 123 of 255 = 48%
G 182 of 255 = 71%
B 101 of 255 = 40%

123
182
101

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

Portions of RGB colors in percentages

R + G + B = 123 + 182 + 101 = 406 (100%)
R 123 of 406 ~ 30.3%
G 182 of 406 ~ 44.83%
B 101 of 406 ~ 24.88'%

%30.3
%44.83
%24.88

CMYK color model

#7BB665 color CMYK value is (32,0,45,29).

  • cyan value is 32.42%
  • magenta value is 0.00%
  • yellow value is 44.51%
  • key color value is 28.63%

CMYK: (32,0,45,29)
C32M0Y45K29 (32%, 0%, 45%, 29%)
(0.32 / 0.00 / 0.45 / 0.29)

CMYK percentages

%32.42
%0
%44.51
%28.63

Codes

Color #7BB665 in popluar color models

7B B6 65
RGB 123 182 101
HSL 104° 35.68% 55.49%
HSB/HSV 104° 44.51% 71.37%
CMYK 32.42% 0.00% 44.51%
28.63%

Color #7BB665 in popluar number systems.

HEX 7B B6 65
Decimal 123 182 101
Binary 1111011 10110110 1100101
Octal 173 266 145

Shades and tints

Shades of #7BB665

#7BB665
(123,182,101)
#70A65C
(112,166,92)
#659653
(101,150,83)
#5A864A
(90,134,74)
#4F7641
(79,118,65)
#446638
(68,102,56)
#39562F
(57,86,47)
#2E4626
(46,70,38)
#23361D
(35,54,29)
#182614
(24,38,20)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #7BB665

#7BB665
(123,182,101)
#87BC73
(135,188,115)
#93C281
(147,194,129)
#9FC88F
(159,200,143)
#ABCE9D
(171,206,157)
#B7D4AB
(183,212,171)
#C3DAB9
(195,218,185)
#CFE0C7
(207,224,199)
#DBE6D5
(219,230,213)
#E7ECE3
(231,236,227)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB665 color. Also use rgb(123,182,101) instead hex code.

Text Font Color

.myTextColor { color: #7BB665; }

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

This text font color is #7BB665.

Background Color

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

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

This div background color is #7BB665.

Border color

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

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

This div border color is #7BB665.

Opacity

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

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

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

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

This text has shadow with #7BB665 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB665.

Preview

Color preview on black background

This text has color #7BB665 on black background.


Color preview on white background

This text has color #7BB665 on white background.


Black color preview on #7BB665 background

This text has black color on #7BB665 background.


White color preview on #7BB665 background

This text has white color on #7BB665 background.


Related colors

Complementary color

Complementary color for #hex is #84499A.


I love getcolorcode.com

Triadic colors

1 #657BB6 and #B6657B with #7BB665 are triadic colors.

2 #65B67B and #B67B65 with #7BB665 are triadic colors.