COLOR #8A9F65

HEX: #8A9F65 RGB: (138,159,101)

Color info

#8A9F65 contains red, green and blue colors in about the same proportion. Web safe color of #8A9F65 is #999966 (or #996).

RGB color model

#8A9F65 color RGB value is (138,159,101).

RGB: (138,159,101) (54%, 62%, 40%)

RGB channels and saturation

R 138 of 255 = 54%
G 159 of 255 = 62%
B 101 of 255 = 40%

138
159
101

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

Portions of RGB colors in percentages

R + G + B = 138 + 159 + 101 = 398 (100%)
R 138 of 398 ~ 34.67%
G 159 of 398 ~ 39.95%
B 101 of 398 ~ 25.38'%

%34.67
%39.95
%25.38

CMYK color model

#8A9F65 color CMYK value is (13,0,36,38).

  • cyan value is 13.21%
  • magenta value is 0.00%
  • yellow value is 36.48%
  • key color value is 37.65%

CMYK: (13,0,36,38)
C13M0Y36K38 (13%, 0%, 36%, 38%)
(0.13 / 0.00 / 0.36 / 0.38)

CMYK percentages

%13.21
%0
%36.48
%37.65

Codes

Color #8A9F65 in popluar color models

8A 9F 65
RGB 138 159 101
HSL 82° 23.20% 50.98%
HSB/HSV 82° 36.48% 62.35%
CMYK 13.21% 0.00% 36.48%
37.65%

Color #8A9F65 in popluar number systems.

HEX 8A 9F 65
Decimal 138 159 101
Binary 10001010 10011111 1100101
Octal 212 237 145

Shades and tints

Shades of #8A9F65

#8A9F65
(138,159,101)
#7E915C
(126,145,92)
#728353
(114,131,83)
#66754A
(102,117,74)
#5A6741
(90,103,65)
#4E5938
(78,89,56)
#424B2F
(66,75,47)
#363D26
(54,61,38)
#2A2F1D
(42,47,29)
#1E2114
(30,33,20)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #8A9F65

#8A9F65
(138,159,101)
#94A773
(148,167,115)
#9EAF81
(158,175,129)
#A8B78F
(168,183,143)
#B2BF9D
(178,191,157)
#BCC7AB
(188,199,171)
#C6CFB9
(198,207,185)
#D0D7C7
(208,215,199)
#DADFD5
(218,223,213)
#E4E7E3
(228,231,227)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9F65 color. Also use rgb(138,159,101) instead hex code.

Text Font Color

.myTextColor { color: #8A9F65; }

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

This text font color is #8A9F65.

Background Color

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

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

This div background color is #8A9F65.

Border color

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

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

This div border color is #8A9F65.

Opacity

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

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

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

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

This text has shadow with #8A9F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9F65.

Preview

Color preview on black background

This text has color #8A9F65 on black background.


Color preview on white background

This text has color #8A9F65 on white background.


Black color preview on #8A9F65 background

This text has black color on #8A9F65 background.


White color preview on #8A9F65 background

This text has white color on #8A9F65 background.


Related colors

Complementary color

Complementary color for #hex is #75609A.


I love getcolorcode.com

Triadic colors

1 #658A9F and #9F658A with #8A9F65 are triadic colors.

2 #659F8A and #9F8A65 with #8A9F65 are triadic colors.