COLOR #60A071

HEX: #60A071
RGB: (96,160,113)

Color info

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

RGB color model

#60A071 color RGB value is (96,160,113).

  • red value is 96;
  • green value is 160;
  • blue value is 113.
RGB:
(96,160,113)
(38%,63%,44%)

RGB channels and saturation

R 96 of 255 = 38%
G 160 of 255 = 63%
B 113 of 255 = 44%

96
160
113

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

Portions of RGB colors in percentages

R + G + B =
96 + 160 + 113 = 369 (100%)
R 96 of 369 ~ 26.02%
G 160 of 369 ~ 43.36%
B 113 of 369 ~ 30.62%

%26.02
%43.36
%30.62

CMYK color model

#60A071 color CMYK value is (40,0,29,37).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 37.25%
CMYK:
(40,0,29,37)
C40M0Y29K37 
(40%,0%,29%,37%)
(0.40/0.00/0.29/0.37)	

CMYK percentages

%40
%0
%29.38
%37.25

Codes

Color #60A071 in popluar color models

60A071
RGB96160113
HSL136°25.20%50.20%
HSB/HSV136°40.00%62.75%
CMYK40.00%0.00%29.38%
37.25%

Color #60A071 in popluar number systems.

HEX60A071
Decimal96160113
Binary1100000101000001110001
Octal140240161

Shades and tints

Shades of #60A071

#60A071
(96,160,113)
#589267
(88,146,103)
#50845D
(80,132,93)
#487653
(72,118,83)
#406849
(64,104,73)
#385A3F
(56,90,63)
#304C35
(48,76,53)
#283E2B
(40,62,43)
#203021
(32,48,33)
#182217
(24,34,23)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #60A071

#60A071
(96,160,113)
#6EA87D
(110,168,125)
#7CB089
(124,176,137)
#8AB895
(138,184,149)
#98C0A1
(152,192,161)
#A6C8AD
(166,200,173)
#B4D0B9
(180,208,185)
#C2D8C5
(194,216,197)
#D0E0D1
(208,224,209)
#DEE8DD
(222,232,221)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A071 color. Also use rgb(96,160,113) instead hex code.

Text Font Color

.myTextColor { color: #60A071; }

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

This text font color is #60A071.


Background Color

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

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

This div background color is #60A071.


Border color

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

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

This div border color is #60A071.


Opacity

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

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

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

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

This text has shadow with #60A071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A071 on black background.


Color preview on white background

This text has color #60A071 on white background.



Black color preview on #60A071 background

This text has black color on #60A071 background.


White color preview on #60A071 background

This text has white color on #60A071 background.