COLOR #8CA65F

HEX: #8CA65F RGB: (140,166,95)

Color info

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

RGB color model

#8CA65F color RGB value is (140,166,95).

RGB: (140,166,95) (55%, 65%, 37%)

RGB channels and saturation

R 140 of 255 = 55%
G 166 of 255 = 65%
B 95 of 255 = 37%

140
166
95

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

Portions of RGB colors in percentages

R + G + B = 140 + 166 + 95 = 401 (100%)
R 140 of 401 ~ 34.91%
G 166 of 401 ~ 41.4%
B 95 of 401 ~ 23.69'%

%34.91
%41.4
%23.69

CMYK color model

#8CA65F color CMYK value is (16,0,43,35).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 42.77%
  • key color value is 34.90%

CMYK: (16,0,43,35)
C16M0Y43K35 (16%, 0%, 43%, 35%)
(0.16 / 0.00 / 0.43 / 0.35)

CMYK percentages

%15.66
%0
%42.77
%34.9

Codes

Color #8CA65F in popluar color models

8C A6 5F
RGB 140 166 95
HSL 82° 28.51% 51.18%
HSB/HSV 82° 42.77% 65.10%
CMYK 15.66% 0.00% 42.77%
34.90%

Color #8CA65F in popluar number systems.

HEX 8C A6 5F
Decimal 140 166 95
Binary 10001100 10100110 1011111
Octal 214 246 137

Shades and tints

Shades of #8CA65F

#8CA65F
(140,166,95)
#809757
(128,151,87)
#74884F
(116,136,79)
#687947
(104,121,71)
#5C6A3F
(92,106,63)
#505B37
(80,91,55)
#444C2F
(68,76,47)
#383D27
(56,61,39)
#2C2E1F
(44,46,31)
#201F17
(32,31,23)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #8CA65F

#8CA65F
(140,166,95)
#96AE6D
(150,174,109)
#A0B67B
(160,182,123)
#AABE89
(170,190,137)
#B4C697
(180,198,151)
#BECEA5
(190,206,165)
#C8D6B3
(200,214,179)
#D2DEC1
(210,222,193)
#DCE6CF
(220,230,207)
#E6EEDD
(230,238,221)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA65F color. Also use rgb(140,166,95) instead hex code.

Text Font Color

.myTextColor { color: #8CA65F; }

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

This text font color is #8CA65F.

Background Color

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

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

This div background color is #8CA65F.

Border color

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

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

This div border color is #8CA65F.

Opacity

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

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

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

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

This text has shadow with #8CA65F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA65F.

Preview

Color preview on black background

This text has color #8CA65F on black background.


Color preview on white background

This text has color #8CA65F on white background.


Black color preview on #8CA65F background

This text has black color on #8CA65F background.


White color preview on #8CA65F background

This text has white color on #8CA65F background.


Related colors

Complementary color

Complementary color for #hex is #7359A0.


I love getcolorcode.com

Triadic colors

1 #5F8CA6 and #A65F8C with #8CA65F are triadic colors.

2 #5FA68C and #A68C5F with #8CA65F are triadic colors.