COLOR #99AB78

HEX: #99AB78 RGB: (153,171,120)

Color info

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

RGB color model

#99AB78 color RGB value is (153,171,120).

RGB: (153,171,120) (60%, 67%, 47%)

RGB channels and saturation

R 153 of 255 = 60%
G 171 of 255 = 67%
B 120 of 255 = 47%

153
171
120

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

Portions of RGB colors in percentages

R + G + B = 153 + 171 + 120 = 444 (100%)
R 153 of 444 ~ 34.46%
G 171 of 444 ~ 38.51%
B 120 of 444 ~ 27.03'%

%34.46
%38.51
%27.03

CMYK color model

#99AB78 color CMYK value is (11,0,30,33).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 32.94%
CMYK: (11,0,30,33) C11M0Y30K33 (11%,0%,30%,33%) (0.11/0.00/0.30/0.33) 

CMYK percentages

%10.53
%0
%29.82
%32.94

Codes

Color #99AB78 in popluar color models

99 AB 78
RGB 153 171 120
HSL 81° 23.29% 57.06%
HSB/HSV 81° 29.82% 67.06%
CMYK 10.53% 0.00% 29.82%
32.94%

Color #99AB78 in popluar number systems.

HEX 99 AB 78
Decimal 153 171 120
Binary 10011001 10101011 1111000
Octal 231 253 170

Shades and tints

Shades of #99AB78

#99AB78
(153,171,120)
#8C9C6E
(140,156,110)
#7F8D64
(127,141,100)
#727E5A
(114,126,90)
#656F50
(101,111,80)
#586046
(88,96,70)
#4B513C
(75,81,60)
#3E4232
(62,66,50)
#313328
(49,51,40)
#24241E
(36,36,30)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #99AB78

#99AB78
(153,171,120)
#A2B284
(162,178,132)
#ABB990
(171,185,144)
#B4C09C
(180,192,156)
#BDC7A8
(189,199,168)
#C6CEB4
(198,206,180)
#CFD5C0
(207,213,192)
#D8DCCC
(216,220,204)
#E1E3D8
(225,227,216)
#EAEAE4
(234,234,228)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AB78 color. Also use rgb(153,171,120) instead hex code.

Text Font Color

.myTextColor { color: #99AB78; }

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

This text font color is #99AB78.

Background Color

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

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

This div background color is #99AB78.

Border color

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

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

This div border color is #99AB78.

Opacity

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

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

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

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

This text has shadow with #99AB78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AB78.

Preview

Color preview on black background

This text has color #99AB78 on black background.


Color preview on white background

This text has color #99AB78 on white background.


Black color preview on #99AB78 background

This text has black color on #99AB78 background.


White color preview on #99AB78 background

This text has white color on #99AB78 background.


Related colors

Complementary color

Complementary color for #hex is #665487.


I love getcolorcode.com

Triadic colors

1 #7899AB and #AB7899 with #99AB78 are triadic colors.

2 #78AB99 and #AB9978 with #99AB78 are triadic colors.