COLOR #9AA755

HEX: #9AA755 RGB: (154,167,85)

Color info

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

RGB color model

#9AA755 color RGB value is (154,167,85).

RGB: (154,167,85) (60%, 65%, 33%)

RGB channels and saturation

R 154 of 255 = 60%
G 167 of 255 = 65%
B 85 of 255 = 33%

154
167
85

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

Portions of RGB colors in percentages

R + G + B = 154 + 167 + 85 = 406 (100%)
R 154 of 406 ~ 37.93%
G 167 of 406 ~ 41.13%
B 85 of 406 ~ 20.94'%

%37.93
%41.13
%20.94

CMYK color model

#9AA755 color CMYK value is (8,0,49,35).

  • cyan value is 7.78%
  • magenta value is 0.00%
  • yellow value is 49.10%
  • key color value is 34.51%

CMYK: (8,0,49,35)
C8M0Y49K35 (8%, 0%, 49%, 35%)
(0.08 / 0.00 / 0.49 / 0.35)

CMYK percentages

%7.78
%0
%49.1
%34.51

Codes

Color #9AA755 in popluar color models

9A A7 55
RGB 154 167 85
HSL 70° 32.54% 49.41%
HSB/HSV 70° 49.10% 65.49%
CMYK 7.78% 0.00% 49.10%
34.51%

Color #9AA755 in popluar number systems.

HEX 9A A7 55
Decimal 154 167 85
Binary 10011010 10100111 1010101
Octal 232 247 125

Shades and tints

Shades of #9AA755

#9AA755
(154,167,85)
#8C984E
(140,152,78)
#7E8947
(126,137,71)
#707A40
(112,122,64)
#626B39
(98,107,57)
#545C32
(84,92,50)
#464D2B
(70,77,43)
#383E24
(56,62,36)
#2A2F1D
(42,47,29)
#1C2016
(28,32,22)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #9AA755

#9AA755
(154,167,85)
#A3AF64
(163,175,100)
#ACB773
(172,183,115)
#B5BF82
(181,191,130)
#BEC791
(190,199,145)
#C7CFA0
(199,207,160)
#D0D7AF
(208,215,175)
#D9DFBE
(217,223,190)
#E2E7CD
(226,231,205)
#EBEFDC
(235,239,220)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA755 color. Also use rgb(154,167,85) instead hex code.

Text Font Color

.myTextColor { color: #9AA755; }

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

This text font color is #9AA755.

Background Color

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

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

This div background color is #9AA755.

Border color

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

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

This div border color is #9AA755.

Opacity

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

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

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

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

This text has shadow with #9AA755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA755.

Preview

Color preview on black background

This text has color #9AA755 on black background.


Color preview on white background

This text has color #9AA755 on white background.


Black color preview on #9AA755 background

This text has black color on #9AA755 background.


White color preview on #9AA755 background

This text has white color on #9AA755 background.


Related colors

Complementary color

Complementary color for #hex is #6558AA.


I love getcolorcode.com

Triadic colors

1 #559AA7 and #A7559A with #9AA755 are triadic colors.

2 #55A79A and #A79A55 with #9AA755 are triadic colors.