COLOR #60A46E

HEX: #60A46E RGB: (96,164,110)

Color info

#60A46E contains mainly green and blue colors. Web safe color of #60A46E is #669966 (or #696).

RGB color model

#60A46E color RGB value is (96,164,110).

RGB: (96,164,110) (38%, 64%, 43%)

RGB channels and saturation

R 96 of 255 = 38%
G 164 of 255 = 64%
B 110 of 255 = 43%

96
164
110

R + G + B ~ 48%. #60A46E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 164 + 110 = 370 (100%)
R 96 of 370 ~ 25.95%
G 164 of 370 ~ 44.32%
B 110 of 370 ~ 29.73'%

%25.95
%44.32
%29.73

CMYK color model

#60A46E color CMYK value is (41,0,33,36).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 35.69%

CMYK: (41,0,33,36)
C41M0Y33K36 (41%, 0%, 33%, 36%)
(0.41 / 0.00 / 0.33 / 0.36)

CMYK percentages

%41.46
%0
%32.93
%35.69

Codes

Color #60A46E in popluar color models

60 A4 6E
RGB 96 164 110
HSL 132° 27.20% 50.98%
HSB/HSV 132° 41.46% 64.31%
CMYK 41.46% 0.00% 32.93%
35.69%

Color #60A46E in popluar number systems.

HEX 60 A4 6E
Decimal 96 164 110
Binary 1100000 10100100 1101110
Octal 140 244 156

Shades and tints

Shades of #60A46E

#60A46E
(96,164,110)
#589664
(88,150,100)
#50885A
(80,136,90)
#487A50
(72,122,80)
#406C46
(64,108,70)
#385E3C
(56,94,60)
#305032
(48,80,50)
#284228
(40,66,40)
#20341E
(32,52,30)
#182614
(24,38,20)
#10180A
(16,24,10)
#000000
(0,0,0)

Tints of #60A46E

#60A46E
(96,164,110)
#6EAC7B
(110,172,123)
#7CB488
(124,180,136)
#8ABC95
(138,188,149)
#98C4A2
(152,196,162)
#A6CCAF
(166,204,175)
#B4D4BC
(180,212,188)
#C2DCC9
(194,220,201)
#D0E4D6
(208,228,214)
#DEECE3
(222,236,227)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A46E color. Also use rgb(96,164,110) instead hex code.

Text Font Color

.myTextColor { color: #60A46E; }

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

This text font color is #60A46E.

Background Color

.myBgColor { background-color: #60A46E; }

<div style="background-color:#60A46E">Inner text</div>

This div background color is #60A46E.

Border color

.myBorderColor { border: 1px solid #60A46E; }

<div style="border:3px solid #60A46E">Div</div>

This div border color is #60A46E.

Opacity

.myOpacity80 { color: #60A46E; opacity: 0.8; }

<p style="color:#60A46E;opacity:0.8;">80%</p>

Text with #60A46E 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 #60A46E;}

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

This text has shadow with #60A46E color.


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

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

This text has shadow with #60A46E primary color and red secondary color.


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

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

This text has shadow with #60A46E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60A46E.

Preview

Color preview on black background

This text has color #60A46E on black background.


Color preview on white background

This text has color #60A46E on white background.


Black color preview on #60A46E background

This text has black color on #60A46E background.


White color preview on #60A46E background

This text has white color on #60A46E background.


Related colors

Complementary color

Complementary color for #hex is #9F5B91.


I love getcolorcode.com

Triadic colors

1 #6E60A4 and #A46E60 with #60A46E are triadic colors.

2 #6EA460 and #A4606E with #60A46E are triadic colors.