COLOR #60956A

HEX: #60956A RGB: (96,149,106)

Color info

#60956A contains red, green and blue colors in about the same proportion. Web safe color of #60956A is #669966 (or #696).

RGB color model

#60956A color RGB value is (96,149,106).

RGB: (96,149,106) (38%, 58%, 42%)

RGB channels and saturation

R 96 of 255 = 38%
G 149 of 255 = 58%
B 106 of 255 = 42%

96
149
106

R + G + B ~ 46%. #60956A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 149 + 106 = 351 (100%)
R 96 of 351 ~ 27.35%
G 149 of 351 ~ 42.45%
B 106 of 351 ~ 30.2'%

%27.35
%42.45
%30.2

CMYK color model

#60956A color CMYK value is (36,0,29,42).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 41.57%

CMYK: (36,0,29,42)
C36M0Y29K42 (36%, 0%, 29%, 42%)
(0.36 / 0.00 / 0.29 / 0.42)

CMYK percentages

%35.57
%0
%28.86
%41.57

Codes

Color #60956A in popluar color models

60 95 6A
RGB 96 149 106
HSL 131° 21.63% 48.04%
HSB/HSV 131° 35.57% 58.43%
CMYK 35.57% 0.00% 28.86%
41.57%

Color #60956A in popluar number systems.

HEX 60 95 6A
Decimal 96 149 106
Binary 1100000 10010101 1101010
Octal 140 225 152

Shades and tints

Shades of #60956A

#60956A
(96,149,106)
#588861
(88,136,97)
#507B58
(80,123,88)
#486E4F
(72,110,79)
#406146
(64,97,70)
#38543D
(56,84,61)
#304734
(48,71,52)
#283A2B
(40,58,43)
#202D22
(32,45,34)
#182019
(24,32,25)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #60956A

#60956A
(96,149,106)
#6E9E77
(110,158,119)
#7CA784
(124,167,132)
#8AB091
(138,176,145)
#98B99E
(152,185,158)
#A6C2AB
(166,194,171)
#B4CBB8
(180,203,184)
#C2D4C5
(194,212,197)
#D0DDD2
(208,221,210)
#DEE6DF
(222,230,223)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60956A color. Also use rgb(96,149,106) instead hex code.

Text Font Color

.myTextColor { color: #60956A; }

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

This text font color is #60956A.

Background Color

.myBgColor { background-color: #60956A; }

<div style="background-color:#60956A">Inner text</div>

This div background color is #60956A.

Border color

.myBorderColor { border: 1px solid #60956A; }

<div style="border:3px solid #60956A">Div</div>

This div border color is #60956A.

Opacity

.myOpacity80 { color: #60956A; opacity: 0.8; }

<p style="color:#60956A;opacity:0.8;">80%</p>

Text with #60956A 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 #60956A;}

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

This text has shadow with #60956A color.


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

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

This text has shadow with #60956A primary color and red secondary color.


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

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

This text has shadow with #60956A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60956A.

Preview

Color preview on black background

This text has color #60956A on black background.


Color preview on white background

This text has color #60956A on white background.


Black color preview on #60956A background

This text has black color on #60956A background.


White color preview on #60956A background

This text has white color on #60956A background.


Related colors

Complementary color

Complementary color for #hex is #9F6A95.


I love getcolorcode.com

Triadic colors

1 #6A6095 and #956A60 with #60956A are triadic colors.

2 #6A9560 and #95606A with #60956A are triadic colors.