COLOR #9BA779

HEX: #9BA779 RGB: (155,167,121)

Color info

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

RGB color model

#9BA779 color RGB value is (155,167,121).

RGB: (155,167,121) (61%, 65%, 47%)

RGB channels and saturation

R 155 of 255 = 61%
G 167 of 255 = 65%
B 121 of 255 = 47%

155
167
121

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

Portions of RGB colors in percentages

R + G + B = 155 + 167 + 121 = 443 (100%)
R 155 of 443 ~ 34.99%
G 167 of 443 ~ 37.7%
B 121 of 443 ~ 27.31'%

%34.99
%37.7
%27.31

CMYK color model

#9BA779 color CMYK value is (7,0,28,35).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 34.51%

CMYK: (7,0,28,35)
C7M0Y28K35 (7%, 0%, 28%, 35%)
(0.07 / 0.00 / 0.28 / 0.35)

CMYK percentages

%7.19
%0
%27.54
%34.51

Codes

Color #9BA779 in popluar color models

9B A7 79
RGB 155 167 121
HSL 76° 20.72% 56.47%
HSB/HSV 76° 27.54% 65.49%
CMYK 7.19% 0.00% 27.54%
34.51%

Color #9BA779 in popluar number systems.

HEX 9B A7 79
Decimal 155 167 121
Binary 10011011 10100111 1111001
Octal 233 247 171

Shades and tints

Shades of #9BA779

#9BA779
(155,167,121)
#8D986E
(141,152,110)
#7F8963
(127,137,99)
#717A58
(113,122,88)
#636B4D
(99,107,77)
#555C42
(85,92,66)
#474D37
(71,77,55)
#393E2C
(57,62,44)
#2B2F21
(43,47,33)
#1D2016
(29,32,22)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #9BA779

#9BA779
(155,167,121)
#A4AF85
(164,175,133)
#ADB791
(173,183,145)
#B6BF9D
(182,191,157)
#BFC7A9
(191,199,169)
#C8CFB5
(200,207,181)
#D1D7C1
(209,215,193)
#DADFCD
(218,223,205)
#E3E7D9
(227,231,217)
#ECEFE5
(236,239,229)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA779 color. Also use rgb(155,167,121) instead hex code.

Text Font Color

.myTextColor { color: #9BA779; }

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

This text font color is #9BA779.

Background Color

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

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

This div background color is #9BA779.

Border color

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

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

This div border color is #9BA779.

Opacity

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

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

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

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

This text has shadow with #9BA779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA779.

Preview

Color preview on black background

This text has color #9BA779 on black background.


Color preview on white background

This text has color #9BA779 on white background.


Black color preview on #9BA779 background

This text has black color on #9BA779 background.


White color preview on #9BA779 background

This text has white color on #9BA779 background.


Related colors

Complementary color

Complementary color for #hex is #645886.


I love getcolorcode.com

Triadic colors

1 #799BA7 and #A7799B with #9BA779 are triadic colors.

2 #79A79B and #A79B79 with #9BA779 are triadic colors.