COLOR #99A560

HEX: #99A560
RGB: (153,165,96)

Color info

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

RGB color model

#99A560 color RGB value is (153,165,96).

  • red value is 153;
  • green value is 165;
  • blue value is 96.
RGB:
(153,165,96)
(60%,65%,38%)

RGB channels and saturation

R 153 of 255 = 60%
G 165 of 255 = 65%
B 96 of 255 = 38%

153
165
96

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

Portions of RGB colors in percentages

R + G + B =
153 + 165 + 96 = 414 (100%)
R 153 of 414 ~ 36.96%
G 165 of 414 ~ 39.86%
B 96 of 414 ~ 23.19%

%36.96
%39.86
%23.19

CMYK color model

#99A560 color CMYK value is (7,0,42,35).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 41.82%
  • key color value is 35.29%
CMYK:
(7,0,42,35)
C7M0Y42K35 
(7%,0%,42%,35%)
(0.07/0.00/0.42/0.35)	

CMYK percentages

%7.27
%0
%41.82
%35.29

Codes

Color #99A560 in popluar color models

99A560
RGB15316596
HSL70°27.71%51.18%
HSB/HSV70°41.82%64.71%
CMYK7.27%0.00%41.82%
35.29%

Color #99A560 in popluar number systems.

HEX99A560
Decimal15316596
Binary10011001101001011100000
Octal231245140

Shades and tints

Shades of #99A560

#99A560
(153,165,96)
#8C9658
(140,150,88)
#7F8750
(127,135,80)
#727848
(114,120,72)
#656940
(101,105,64)
#585A38
(88,90,56)
#4B4B30
(75,75,48)
#3E3C28
(62,60,40)
#312D20
(49,45,32)
#241E18
(36,30,24)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #99A560

#99A560
(153,165,96)
#A2AD6E
(162,173,110)
#ABB57C
(171,181,124)
#B4BD8A
(180,189,138)
#BDC598
(189,197,152)
#C6CDA6
(198,205,166)
#CFD5B4
(207,213,180)
#D8DDC2
(216,221,194)
#E1E5D0
(225,229,208)
#EAEDDE
(234,237,222)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A560 color. Also use rgb(153,165,96) instead hex code.

Text Font Color

.myTextColor { color: #99A560; }

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

This text font color is #99A560.


Background Color

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

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

This div background color is #99A560.


Border color

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

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

This div border color is #99A560.


Opacity

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

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

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

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

This text has shadow with #99A560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A560 on black background.


Color preview on white background

This text has color #99A560 on white background.



Black color preview on #99A560 background

This text has black color on #99A560 background.


White color preview on #99A560 background

This text has white color on #99A560 background.