COLOR #96A869

HEX: #96A869 RGB: (150,168,105)

Color info

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

RGB color model

#96A869 color RGB value is (150,168,105).

RGB: (150,168,105) (59%, 66%, 41%)

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 105 of 255 = 41%

150
168
105

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

Portions of RGB colors in percentages

R + G + B = 150 + 168 + 105 = 423 (100%)
R 150 of 423 ~ 35.46%
G 168 of 423 ~ 39.72%
B 105 of 423 ~ 24.82'%

%35.46
%39.72
%24.82

CMYK color model

#96A869 color CMYK value is (11,0,38,34).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 34.12%

CMYK: (11,0,38,34)
C11M0Y38K34 (11%, 0%, 38%, 34%)
(0.11 / 0.00 / 0.38 / 0.34)

CMYK percentages

%10.71
%0
%37.5
%34.12

Codes

Color #96A869 in popluar color models

96 A8 69
RGB 150 168 105
HSL 77° 26.58% 53.53%
HSB/HSV 77° 37.50% 65.88%
CMYK 10.71% 0.00% 37.50%
34.12%

Color #96A869 in popluar number systems.

HEX 96 A8 69
Decimal 150 168 105
Binary 10010110 10101000 1101001
Octal 226 250 151

Shades and tints

Shades of #96A869

#96A869
(150,168,105)
#899960
(137,153,96)
#7C8A57
(124,138,87)
#6F7B4E
(111,123,78)
#626C45
(98,108,69)
#555D3C
(85,93,60)
#484E33
(72,78,51)
#3B3F2A
(59,63,42)
#2E3021
(46,48,33)
#212118
(33,33,24)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #96A869

#96A869
(150,168,105)
#9FAF76
(159,175,118)
#A8B683
(168,182,131)
#B1BD90
(177,189,144)
#BAC49D
(186,196,157)
#C3CBAA
(195,203,170)
#CCD2B7
(204,210,183)
#D5D9C4
(213,217,196)
#DEE0D1
(222,224,209)
#E7E7DE
(231,231,222)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A869 color. Also use rgb(150,168,105) instead hex code.

Text Font Color

.myTextColor { color: #96A869; }

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

This text font color is #96A869.

Background Color

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

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

This div background color is #96A869.

Border color

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

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

This div border color is #96A869.

Opacity

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

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

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

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

This text has shadow with #96A869 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A869.

Preview

Color preview on black background

This text has color #96A869 on black background.


Color preview on white background

This text has color #96A869 on white background.


Black color preview on #96A869 background

This text has black color on #96A869 background.


White color preview on #96A869 background

This text has white color on #96A869 background.


Related colors

Complementary color

Complementary color for #hex is #695796.


I love getcolorcode.com

Triadic colors

1 #6996A8 and #A86996 with #96A869 are triadic colors.

2 #69A896 and #A89669 with #96A869 are triadic colors.