COLOR #9EB569

HEX: #9EB569 RGB: (158,181,105)

Color info

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

RGB color model

#9EB569 color RGB value is (158,181,105).

RGB: (158,181,105) (62%, 71%, 41%)

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 105 of 255 = 41%

158
181
105

R + G + B ~ 58%. #9EB569 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 181 + 105 = 444 (100%)
R 158 of 444 ~ 35.59%
G 181 of 444 ~ 40.77%
B 105 of 444 ~ 23.65'%

%35.59
%40.77
%23.65

CMYK color model

#9EB569 color CMYK value is (13,0,42,29).

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 41.99%
  • key color value is 29.02%

CMYK: (13,0,42,29)
C13M0Y42K29 (13%, 0%, 42%, 29%)
(0.13 / 0.00 / 0.42 / 0.29)

CMYK percentages

%12.71
%0
%41.99
%29.02

Codes

Color #9EB569 in popluar color models

9E B5 69
RGB 158 181 105
HSL 78° 33.93% 56.08%
HSB/HSV 78° 41.99% 70.98%
CMYK 12.71% 0.00% 41.99%
29.02%

Color #9EB569 in popluar number systems.

HEX 9E B5 69
Decimal 158 181 105
Binary 10011110 10110101 1101001
Octal 236 265 151

Shades and tints

Shades of #9EB569

#9EB569
(158,181,105)
#90A560
(144,165,96)
#829557
(130,149,87)
#74854E
(116,133,78)
#667545
(102,117,69)
#58653C
(88,101,60)
#4A5533
(74,85,51)
#3C452A
(60,69,42)
#2E3521
(46,53,33)
#202518
(32,37,24)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #9EB569

#9EB569
(158,181,105)
#A6BB76
(166,187,118)
#AEC183
(174,193,131)
#B6C790
(182,199,144)
#BECD9D
(190,205,157)
#C6D3AA
(198,211,170)
#CED9B7
(206,217,183)
#D6DFC4
(214,223,196)
#DEE5D1
(222,229,209)
#E6EBDE
(230,235,222)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB569 color. Also use rgb(158,181,105) instead hex code.

Text Font Color

.myTextColor { color: #9EB569; }

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

This text font color is #9EB569.

Background Color

.myBgColor { background-color: #9EB569; }

<div style="background-color:#9EB569">Inner text</div>

This div background color is #9EB569.

Border color

.myBorderColor { border: 1px solid #9EB569; }

<div style="border:3px solid #9EB569">Div</div>

This div border color is #9EB569.

Opacity

.myOpacity80 { color: #9EB569; opacity: 0.8; }

<p style="color:#9EB569;opacity:0.8;">80%</p>

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

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

This text has shadow with #9EB569 color.


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

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

This text has shadow with #9EB569 primary color and red secondary color.


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

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

This text has shadow with #9EB569 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9EB569.

Preview

Color preview on black background

This text has color #9EB569 on black background.


Color preview on white background

This text has color #9EB569 on white background.


Black color preview on #9EB569 background

This text has black color on #9EB569 background.


White color preview on #9EB569 background

This text has white color on #9EB569 background.


Related colors

Complementary color

Complementary color for #hex is #614A96.


I love getcolorcode.com

Triadic colors

1 #699EB5 and #B5699E with #9EB569 are triadic colors.

2 #69B59E and #B59E69 with #9EB569 are triadic colors.