COLOR #60B061

HEX: #60B061
RGB: (96,176,97)

Color info

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

RGB color model

#60B061 color RGB value is (96,176,97).

  • red value is 96;
  • green value is 176;
  • blue value is 97.
RGB:
(96,176,97)
(38%,69%,38%)

RGB channels and saturation

R 96 of 255 = 38%
G 176 of 255 = 69%
B 97 of 255 = 38%

96
176
97

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

Portions of RGB colors in percentages

R + G + B =
96 + 176 + 97 = 369 (100%)
R 96 of 369 ~ 26.02%
G 176 of 369 ~ 47.7%
B 97 of 369 ~ 26.29%

%26.02
%47.7
%26.29

CMYK color model

#60B061 color CMYK value is (45,0,45,31).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 44.89%
  • key color value is 30.98%
CMYK:
(45,0,45,31)
C45M0Y45K31 
(45%,0%,45%,31%)
(0.45/0.00/0.45/0.31)	

CMYK percentages

%45.45
%0
%44.89
%30.98

Codes

Color #60B061 in popluar color models

60B061
RGB9617697
HSL121°33.61%53.33%
HSB/HSV121°45.45%69.02%
CMYK45.45%0.00%44.89%
30.98%

Color #60B061 in popluar number systems.

HEX60B061
Decimal9617697
Binary1100000101100001100001
Octal140260141

Shades and tints

Shades of #60B061

#60B061
(96,176,97)
#58A059
(88,160,89)
#509051
(80,144,81)
#488049
(72,128,73)
#407041
(64,112,65)
#386039
(56,96,57)
#305031
(48,80,49)
#284029
(40,64,41)
#203021
(32,48,33)
#182019
(24,32,25)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #60B061

#60B061
(96,176,97)
#6EB76F
(110,183,111)
#7CBE7D
(124,190,125)
#8AC58B
(138,197,139)
#98CC99
(152,204,153)
#A6D3A7
(166,211,167)
#B4DAB5
(180,218,181)
#C2E1C3
(194,225,195)
#D0E8D1
(208,232,209)
#DEEFDF
(222,239,223)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B061 color. Also use rgb(96,176,97) instead hex code.

Text Font Color

.myTextColor { color: #60B061; }

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

This text font color is #60B061.


Background Color

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

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

This div background color is #60B061.


Border color

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

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

This div border color is #60B061.


Opacity

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

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

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

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

This text has shadow with #60B061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B061 on black background.


Color preview on white background

This text has color #60B061 on white background.



Black color preview on #60B061 background

This text has black color on #60B061 background.


White color preview on #60B061 background

This text has white color on #60B061 background.