COLOR #96AB6A

HEX: #96AB6A RGB: (150,171,106)

Color info

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

RGB color model

#96AB6A color RGB value is (150,171,106).

RGB: (150,171,106) (59%, 67%, 42%)

RGB channels and saturation

R 150 of 255 = 59%
G 171 of 255 = 67%
B 106 of 255 = 42%

150
171
106

R + G + B ~ 56%. #96AB6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 171 + 106 = 427 (100%)
R 150 of 427 ~ 35.13%
G 171 of 427 ~ 40.05%
B 106 of 427 ~ 24.82'%

%35.13
%40.05
%24.82

CMYK color model

#96AB6A color CMYK value is (12,0,38,33).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 38.01%
  • key color value is 32.94%

CMYK: (12,0,38,33)
C12M0Y38K33 (12%, 0%, 38%, 33%)
(0.12 / 0.00 / 0.38 / 0.33)

CMYK percentages

%12.28
%0
%38.01
%32.94

Codes

Color #96AB6A in popluar color models

96 AB 6A
RGB 150 171 106
HSL 79° 27.90% 54.31%
HSB/HSV 79° 38.01% 67.06%
CMYK 12.28% 0.00% 38.01%
32.94%

Color #96AB6A in popluar number systems.

HEX 96 AB 6A
Decimal 150 171 106
Binary 10010110 10101011 1101010
Octal 226 253 152

Shades and tints

Shades of #96AB6A

#96AB6A
(150,171,106)
#899C61
(137,156,97)
#7C8D58
(124,141,88)
#6F7E4F
(111,126,79)
#626F46
(98,111,70)
#55603D
(85,96,61)
#485134
(72,81,52)
#3B422B
(59,66,43)
#2E3322
(46,51,34)
#212419
(33,36,25)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #96AB6A

#96AB6A
(150,171,106)
#9FB277
(159,178,119)
#A8B984
(168,185,132)
#B1C091
(177,192,145)
#BAC79E
(186,199,158)
#C3CEAB
(195,206,171)
#CCD5B8
(204,213,184)
#D5DCC5
(213,220,197)
#DEE3D2
(222,227,210)
#E7EADF
(231,234,223)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AB6A color. Also use rgb(150,171,106) instead hex code.

Text Font Color

.myTextColor { color: #96AB6A; }

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

This text font color is #96AB6A.

Background Color

.myBgColor { background-color: #96AB6A; }

<div style="background-color:#96AB6A">Inner text</div>

This div background color is #96AB6A.

Border color

.myBorderColor { border: 1px solid #96AB6A; }

<div style="border:3px solid #96AB6A">Div</div>

This div border color is #96AB6A.

Opacity

.myOpacity80 { color: #96AB6A; opacity: 0.8; }

<p style="color:#96AB6A;opacity:0.8;">80%</p>

Text with #96AB6A 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 #96AB6A;}

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

This text has shadow with #96AB6A color.


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

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

This text has shadow with #96AB6A primary color and red secondary color.


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

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

This text has shadow with #96AB6A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96AB6A.

Preview

Color preview on black background

This text has color #96AB6A on black background.


Color preview on white background

This text has color #96AB6A on white background.


Black color preview on #96AB6A background

This text has black color on #96AB6A background.


White color preview on #96AB6A background

This text has white color on #96AB6A background.


Related colors

Complementary color

Complementary color for #hex is #695495.


I love getcolorcode.com

Triadic colors

1 #6A96AB and #AB6A96 with #96AB6A are triadic colors.

2 #6AAB96 and #AB966A with #96AB6A are triadic colors.