COLOR #8BB761

HEX: #8BB761 RGB: (139,183,97)

Color info

#8BB761 contains mainly red and green colors. Web safe color of #8BB761 is #99CC66 (or #9C6).

RGB color model

#8BB761 color RGB value is (139,183,97).

RGB: (139,183,97) (55%, 72%, 38%)

RGB channels and saturation

R 139 of 255 = 55%
G 183 of 255 = 72%
B 97 of 255 = 38%

139
183
97

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

Portions of RGB colors in percentages

R + G + B = 139 + 183 + 97 = 419 (100%)
R 139 of 419 ~ 33.17%
G 183 of 419 ~ 43.68%
B 97 of 419 ~ 23.15'%

%33.17
%43.68
%23.15

CMYK color model

#8BB761 color CMYK value is (24,0,47,28).

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 46.99%
  • key color value is 28.24%

CMYK: (24,0,47,28)
C24M0Y47K28 (24%, 0%, 47%, 28%)
(0.24 / 0.00 / 0.47 / 0.28)

CMYK percentages

%24.04
%0
%46.99
%28.24

Codes

Color #8BB761 in popluar color models

8B B7 61
RGB 139 183 97
HSL 91° 37.39% 54.90%
HSB/HSV 91° 46.99% 71.76%
CMYK 24.04% 0.00% 46.99%
28.24%

Color #8BB761 in popluar number systems.

HEX 8B B7 61
Decimal 139 183 97
Binary 10001011 10110111 1100001
Octal 213 267 141

Shades and tints

Shades of #8BB761

#8BB761
(139,183,97)
#7FA759
(127,167,89)
#739751
(115,151,81)
#678749
(103,135,73)
#5B7741
(91,119,65)
#4F6739
(79,103,57)
#435731
(67,87,49)
#374729
(55,71,41)
#2B3721
(43,55,33)
#1F2719
(31,39,25)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #8BB761

#8BB761
(139,183,97)
#95BD6F
(149,189,111)
#9FC37D
(159,195,125)
#A9C98B
(169,201,139)
#B3CF99
(179,207,153)
#BDD5A7
(189,213,167)
#C7DBB5
(199,219,181)
#D1E1C3
(209,225,195)
#DBE7D1
(219,231,209)
#E5EDDF
(229,237,223)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB761 color. Also use rgb(139,183,97) instead hex code.

Text Font Color

.myTextColor { color: #8BB761; }

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

This text font color is #8BB761.

Background Color

.myBgColor { background-color: #8BB761; }

<div style="background-color:#8BB761">Inner text</div>

This div background color is #8BB761.

Border color

.myBorderColor { border: 1px solid #8BB761; }

<div style="border:3px solid #8BB761">Div</div>

This div border color is #8BB761.

Opacity

.myOpacity80 { color: #8BB761; opacity: 0.8; }

<p style="color:#8BB761;opacity:0.8;">80%</p>

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

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

This text has shadow with #8BB761 color.


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

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

This text has shadow with #8BB761 primary color and red secondary color.


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

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

This text has shadow with #8BB761 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8BB761.

Preview

Color preview on black background

This text has color #8BB761 on black background.


Color preview on white background

This text has color #8BB761 on white background.


Black color preview on #8BB761 background

This text has black color on #8BB761 background.


White color preview on #8BB761 background

This text has white color on #8BB761 background.


Related colors

Complementary color

Complementary color for #hex is #74489E.


I love getcolorcode.com

Triadic colors

1 #618BB7 and #B7618B with #8BB761 are triadic colors.

2 #61B78B and #B78B61 with #8BB761 are triadic colors.