COLOR #60955A

HEX: #60955A RGB: (96,149,90)

Color info

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

RGB color model

#60955A color RGB value is (96,149,90).

RGB: (96,149,90) (38%, 58%, 35%)

RGB channels and saturation

R 96 of 255 = 38%
G 149 of 255 = 58%
B 90 of 255 = 35%

96
149
90

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

Portions of RGB colors in percentages

R + G + B = 96 + 149 + 90 = 335 (100%)
R 96 of 335 ~ 28.66%
G 149 of 335 ~ 44.48%
B 90 of 335 ~ 26.87'%

%28.66
%44.48
%26.87

CMYK color model

#60955A color CMYK value is (36,0,40,42).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 41.57%
CMYK: (36,0,40,42) C36M0Y40K42 (36%,0%,40%,42%) (0.36/0.00/0.40/0.42) 

CMYK percentages

%35.57
%0
%39.6
%41.57

Codes

Color #60955A in popluar color models

60 95 5A
RGB 96 149 90
HSL 114° 24.69% 46.86%
HSB/HSV 114° 39.60% 58.43%
CMYK 35.57% 0.00% 39.60%
41.57%

Color #60955A in popluar number systems.

HEX 60 95 5A
Decimal 96 149 90
Binary 1100000 10010101 1011010
Octal 140 225 132

Shades and tints

Shades of #60955A

#60955A
(96,149,90)
#588852
(88,136,82)
#507B4A
(80,123,74)
#486E42
(72,110,66)
#40613A
(64,97,58)
#385432
(56,84,50)
#30472A
(48,71,42)
#283A22
(40,58,34)
#202D1A
(32,45,26)
#182012
(24,32,18)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #60955A

#60955A
(96,149,90)
#6E9E69
(110,158,105)
#7CA778
(124,167,120)
#8AB087
(138,176,135)
#98B996
(152,185,150)
#A6C2A5
(166,194,165)
#B4CBB4
(180,203,180)
#C2D4C3
(194,212,195)
#D0DDD2
(208,221,210)
#DEE6E1
(222,230,225)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60955A; }

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

This text font color is #60955A.

Background Color

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

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

This div background color is #60955A.

Border color

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

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

This div border color is #60955A.

Opacity

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

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

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

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

This text has shadow with #60955A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60955A.

Preview

Color preview on black background

This text has color #60955A on black background.


Color preview on white background

This text has color #60955A on white background.


Black color preview on #60955A background

This text has black color on #60955A background.


White color preview on #60955A background

This text has white color on #60955A background.


Related colors

Complementary color

Complementary color for #hex is #9F6AA5.


I love getcolorcode.com

Triadic colors

1 #5A6095 and #955A60 with #60955A are triadic colors.

2 #5A9560 and #95605A with #60955A are triadic colors.