COLOR #99A773

HEX: #99A773 RGB: (153,167,115)

Color info

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

RGB color model

#99A773 color RGB value is (153,167,115).

RGB: (153,167,115) (60%, 65%, 45%)

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 115 of 255 = 45%

153
167
115

R + G + B ~ 57%. #99A773 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 167 + 115 = 435 (100%)
R 153 of 435 ~ 35.17%
G 167 of 435 ~ 38.39%
B 115 of 435 ~ 26.44'%

%35.17
%38.39
%26.44

CMYK color model

#99A773 color CMYK value is (8,0,31,35).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 31.14%
  • key color value is 34.51%

CMYK: (8,0,31,35)
C8M0Y31K35 (8%, 0%, 31%, 35%)
(0.08 / 0.00 / 0.31 / 0.35)

CMYK percentages

%8.38
%0
%31.14
%34.51

Codes

Color #99A773 in popluar color models

99 A7 73
RGB 153 167 115
HSL 76° 22.81% 55.29%
HSB/HSV 76° 31.14% 65.49%
CMYK 8.38% 0.00% 31.14%
34.51%

Color #99A773 in popluar number systems.

HEX 99 A7 73
Decimal 153 167 115
Binary 10011001 10100111 1110011
Octal 231 247 163

Shades and tints

Shades of #99A773

#99A773
(153,167,115)
#8C9869
(140,152,105)
#7F895F
(127,137,95)
#727A55
(114,122,85)
#656B4B
(101,107,75)
#585C41
(88,92,65)
#4B4D37
(75,77,55)
#3E3E2D
(62,62,45)
#312F23
(49,47,35)
#242019
(36,32,25)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #99A773

#99A773
(153,167,115)
#A2AF7F
(162,175,127)
#ABB78B
(171,183,139)
#B4BF97
(180,191,151)
#BDC7A3
(189,199,163)
#C6CFAF
(198,207,175)
#CFD7BB
(207,215,187)
#D8DFC7
(216,223,199)
#E1E7D3
(225,231,211)
#EAEFDF
(234,239,223)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A773 color. Also use rgb(153,167,115) instead hex code.

Text Font Color

.myTextColor { color: #99A773; }

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

This text font color is #99A773.

Background Color

.myBgColor { background-color: #99A773; }

<div style="background-color:#99A773">Inner text</div>

This div background color is #99A773.

Border color

.myBorderColor { border: 1px solid #99A773; }

<div style="border:3px solid #99A773">Div</div>

This div border color is #99A773.

Opacity

.myOpacity80 { color: #99A773; opacity: 0.8; }

<p style="color:#99A773;opacity:0.8;">80%</p>

Text with #99A773 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 #99A773;}

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

This text has shadow with #99A773 color.


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

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

This text has shadow with #99A773 primary color and red secondary color.


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

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

This text has shadow with #99A773 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99A773.

Preview

Color preview on black background

This text has color #99A773 on black background.


Color preview on white background

This text has color #99A773 on white background.


Black color preview on #99A773 background

This text has black color on #99A773 background.


White color preview on #99A773 background

This text has white color on #99A773 background.


Related colors

Complementary color

Complementary color for #hex is #66588C.


I love getcolorcode.com

Triadic colors

1 #7399A7 and #A77399 with #99A773 are triadic colors.

2 #73A799 and #A79973 with #99A773 are triadic colors.