COLOR #60AB5B

HEX: #60AB5B RGB: (96,171,91)

Color info

#60AB5B contains mainly green color. Web safe color of #60AB5B is #669966 (or #696).

RGB color model

#60AB5B color RGB value is (96,171,91).

RGB: (96,171,91) (38%, 67%, 36%)

RGB channels and saturation

R 96 of 255 = 38%
G 171 of 255 = 67%
B 91 of 255 = 36%

96
171
91

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

Portions of RGB colors in percentages

R + G + B = 96 + 171 + 91 = 358 (100%)
R 96 of 358 ~ 26.82%
G 171 of 358 ~ 47.77%
B 91 of 358 ~ 25.42'%

%26.82
%47.77
%25.42

CMYK color model

#60AB5B color CMYK value is (44,0,47,33).

  • cyan value is 43.86%
  • magenta value is 0.00%
  • yellow value is 46.78%
  • key color value is 32.94%

CMYK: (44,0,47,33)
C44M0Y47K33 (44%, 0%, 47%, 33%)
(0.44 / 0.00 / 0.47 / 0.33)

CMYK percentages

%43.86
%0
%46.78
%32.94

Codes

Color #60AB5B in popluar color models

60 AB 5B
RGB 96 171 91
HSL 116° 32.26% 51.37%
HSB/HSV 116° 46.78% 67.06%
CMYK 43.86% 0.00% 46.78%
32.94%

Color #60AB5B in popluar number systems.

HEX 60 AB 5B
Decimal 96 171 91
Binary 1100000 10101011 1011011
Octal 140 253 133

Shades and tints

Shades of #60AB5B

#60AB5B
(96,171,91)
#589C53
(88,156,83)
#508D4B
(80,141,75)
#487E43
(72,126,67)
#406F3B
(64,111,59)
#386033
(56,96,51)
#30512B
(48,81,43)
#284223
(40,66,35)
#20331B
(32,51,27)
#182413
(24,36,19)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #60AB5B

#60AB5B
(96,171,91)
#6EB269
(110,178,105)
#7CB977
(124,185,119)
#8AC085
(138,192,133)
#98C793
(152,199,147)
#A6CEA1
(166,206,161)
#B4D5AF
(180,213,175)
#C2DCBD
(194,220,189)
#D0E3CB
(208,227,203)
#DEEAD9
(222,234,217)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60AB5B color. Also use rgb(96,171,91) instead hex code.

Text Font Color

.myTextColor { color: #60AB5B; }

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

This text font color is #60AB5B.

Background Color

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

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

This div background color is #60AB5B.

Border color

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

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

This div border color is #60AB5B.

Opacity

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

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

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

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

This text has shadow with #60AB5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60AB5B.

Preview

Color preview on black background

This text has color #60AB5B on black background.


Color preview on white background

This text has color #60AB5B on white background.


Black color preview on #60AB5B background

This text has black color on #60AB5B background.


White color preview on #60AB5B background

This text has white color on #60AB5B background.


Related colors

Complementary color

Complementary color for #hex is #9F54A4.


I love getcolorcode.com

Triadic colors

1 #5B60AB and #AB5B60 with #60AB5B are triadic colors.

2 #5BAB60 and #AB605B with #60AB5B are triadic colors.