COLOR #8CB065

HEX: #8CB065 RGB: (140,176,101)

Color info

#8CB065 contains mainly red and green colors. Web safe color of #8CB065 is #999966 (or #996).

RGB color model

#8CB065 color RGB value is (140,176,101).

RGB: (140,176,101) (55%, 69%, 40%)

RGB channels and saturation

R 140 of 255 = 55%
G 176 of 255 = 69%
B 101 of 255 = 40%

140
176
101

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

Portions of RGB colors in percentages

R + G + B = 140 + 176 + 101 = 417 (100%)
R 140 of 417 ~ 33.57%
G 176 of 417 ~ 42.21%
B 101 of 417 ~ 24.22'%

%33.57
%42.21
%24.22

CMYK color model

#8CB065 color CMYK value is (20,0,43,31).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 42.61%
  • key color value is 30.98%
CMYK: (20,0,43,31) C20M0Y43K31 (20%,0%,43%,31%) (0.20/0.00/0.43/0.31) 

CMYK percentages

%20.45
%0
%42.61
%30.98

Codes

Color #8CB065 in popluar color models

8C B0 65
RGB 140 176 101
HSL 89° 32.19% 54.31%
HSB/HSV 89° 42.61% 69.02%
CMYK 20.45% 0.00% 42.61%
30.98%

Color #8CB065 in popluar number systems.

HEX 8C B0 65
Decimal 140 176 101
Binary 10001100 10110000 1100101
Octal 214 260 145

Shades and tints

Shades of #8CB065

#8CB065
(140,176,101)
#80A05C
(128,160,92)
#749053
(116,144,83)
#68804A
(104,128,74)
#5C7041
(92,112,65)
#506038
(80,96,56)
#44502F
(68,80,47)
#384026
(56,64,38)
#2C301D
(44,48,29)
#202014
(32,32,20)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #8CB065

#8CB065
(140,176,101)
#96B773
(150,183,115)
#A0BE81
(160,190,129)
#AAC58F
(170,197,143)
#B4CC9D
(180,204,157)
#BED3AB
(190,211,171)
#C8DAB9
(200,218,185)
#D2E1C7
(210,225,199)
#DCE8D5
(220,232,213)
#E6EFE3
(230,239,227)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB065 color. Also use rgb(140,176,101) instead hex code.

Text Font Color

.myTextColor { color: #8CB065; }

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

This text font color is #8CB065.

Background Color

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

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

This div background color is #8CB065.

Border color

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

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

This div border color is #8CB065.

Opacity

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

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

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

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

This text has shadow with #8CB065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB065.

Preview

Color preview on black background

This text has color #8CB065 on black background.


Color preview on white background

This text has color #8CB065 on white background.


Black color preview on #8CB065 background

This text has black color on #8CB065 background.


White color preview on #8CB065 background

This text has white color on #8CB065 background.


Related colors

Complementary color

Complementary color for #hex is #734F9A.


I love getcolorcode.com

Triadic colors

1 #658CB0 and #B0658C with #8CB065 are triadic colors.

2 #65B08C and #B08C65 with #8CB065 are triadic colors.