COLOR #60B339

HEX: #60B339
RGB: (96,179,57)

Color info

#60B339 contains mainly green color. Web safe color of #60B339 is #669933 (or #693).

RGB color model

#60B339 color RGB value is (96,179,57).

  • red value is 96;
  • green value is 179;
  • blue value is 57.
RGB:
(96,179,57)
(38%,70%,22%)

RGB channels and saturation

R 96 of 255 = 38%
G 179 of 255 = 70%
B 57 of 255 = 22%

96
179
57

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

Portions of RGB colors in percentages

R + G + B =
96 + 179 + 57 = 332 (100%)
R 96 of 332 ~ 28.92%
G 179 of 332 ~ 53.92%
B 57 of 332 ~ 17.17%

%28.92
%53.92
%17.17

CMYK color model

#60B339 color CMYK value is (46,0,68,30).

  • cyan value is 46.37%
  • magenta value is 0.00%
  • yellow value is 68.16%
  • key color value is 29.80%
CMYK:
(46,0,68,30)
C46M0Y68K30 
(46%,0%,68%,30%)
(0.46/0.00/0.68/0.30)	

CMYK percentages

%46.37
%0
%68.16
%29.8

Codes

Color #60B339 in popluar color models

60B339
RGB9617957
HSL101°51.69%46.27%
HSB/HSV101°68.16%70.20%
CMYK46.37%0.00%68.16%
29.80%

Color #60B339 in popluar number systems.

HEX60B339
Decimal9617957
Binary110000010110011111001
Octal14026371

Shades and tints

Shades of #60B339

#60B339
(96,179,57)
#58A334
(88,163,52)
#50932F
(80,147,47)
#48832A
(72,131,42)
#407325
(64,115,37)
#386320
(56,99,32)
#30531B
(48,83,27)
#284316
(40,67,22)
#203311
(32,51,17)
#18230C
(24,35,12)
#101307
(16,19,7)
#000000
(0,0,0)

Tints of #60B339

#60B339
(96,179,57)
#6EB94B
(110,185,75)
#7CBF5D
(124,191,93)
#8AC56F
(138,197,111)
#98CB81
(152,203,129)
#A6D193
(166,209,147)
#B4D7A5
(180,215,165)
#C2DDB7
(194,221,183)
#D0E3C9
(208,227,201)
#DEE9DB
(222,233,219)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B339 color. Also use rgb(96,179,57) instead hex code.

Text Font Color

.myTextColor { color: #60B339; }

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

This text font color is #60B339.


Background Color

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

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

This div background color is #60B339.


Border color

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

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

This div border color is #60B339.


Opacity

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

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

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

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

This text has shadow with #60B339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B339 on black background.


Color preview on white background

This text has color #60B339 on white background.



Black color preview on #60B339 background

This text has black color on #60B339 background.


White color preview on #60B339 background

This text has white color on #60B339 background.