COLOR #60A375

HEX: #60A375 RGB: (96,163,117)

Color info

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

RGB color model

#60A375 color RGB value is (96,163,117).

RGB: (96,163,117) (38%, 64%, 46%)

RGB channels and saturation

R 96 of 255 = 38%
G 163 of 255 = 64%
B 117 of 255 = 46%

96
163
117

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

Portions of RGB colors in percentages

R + G + B = 96 + 163 + 117 = 376 (100%)
R 96 of 376 ~ 25.53%
G 163 of 376 ~ 43.35%
B 117 of 376 ~ 31.12'%

%25.53
%43.35
%31.12

CMYK color model

#60A375 color CMYK value is (41,0,28,36).

  • cyan value is 41.10%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 36.08%

CMYK: (41,0,28,36)
C41M0Y28K36 (41%, 0%, 28%, 36%)
(0.41 / 0.00 / 0.28 / 0.36)

CMYK percentages

%41.1
%0
%28.22
%36.08

Codes

Color #60A375 in popluar color models

60 A3 75
RGB 96 163 117
HSL 139° 26.69% 50.78%
HSB/HSV 139° 41.10% 63.92%
CMYK 41.10% 0.00% 28.22%
36.08%

Color #60A375 in popluar number systems.

HEX 60 A3 75
Decimal 96 163 117
Binary 1100000 10100011 1110101
Octal 140 243 165

Shades and tints

Shades of #60A375

#60A375
(96,163,117)
#58956B
(88,149,107)
#508761
(80,135,97)
#487957
(72,121,87)
#406B4D
(64,107,77)
#385D43
(56,93,67)
#304F39
(48,79,57)
#28412F
(40,65,47)
#203325
(32,51,37)
#18251B
(24,37,27)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #60A375

#60A375
(96,163,117)
#6EAB81
(110,171,129)
#7CB38D
(124,179,141)
#8ABB99
(138,187,153)
#98C3A5
(152,195,165)
#A6CBB1
(166,203,177)
#B4D3BD
(180,211,189)
#C2DBC9
(194,219,201)
#D0E3D5
(208,227,213)
#DEEBE1
(222,235,225)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A375 color. Also use rgb(96,163,117) instead hex code.

Text Font Color

.myTextColor { color: #60A375; }

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

This text font color is #60A375.

Background Color

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

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

This div background color is #60A375.

Border color

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

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

This div border color is #60A375.

Opacity

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

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

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

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

This text has shadow with #60A375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60A375.

Preview

Color preview on black background

This text has color #60A375 on black background.


Color preview on white background

This text has color #60A375 on white background.


Black color preview on #60A375 background

This text has black color on #60A375 background.


White color preview on #60A375 background

This text has white color on #60A375 background.


Related colors

Complementary color

Complementary color for #hex is #9F5C8A.


I love getcolorcode.com

Triadic colors

1 #7560A3 and #A37560 with #60A375 are triadic colors.

2 #75A360 and #A36075 with #60A375 are triadic colors.