COLOR #60A336

HEX: #60A336
RGB: (96,163,54)

Color info

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

RGB color model

#60A336 color RGB value is (96,163,54).

  • red value is 96;
  • green value is 163;
  • blue value is 54.
RGB:
(96,163,54)
(38%,64%,21%)

RGB channels and saturation

R 96 of 255 = 38%
G 163 of 255 = 64%
B 54 of 255 = 21%

96
163
54

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

Portions of RGB colors in percentages

R + G + B =
96 + 163 + 54 = 313 (100%)
R 96 of 313 ~ 30.67%
G 163 of 313 ~ 52.08%
B 54 of 313 ~ 17.25%

%30.67
%52.08
%17.25

CMYK color model

#60A336 color CMYK value is (41,0,67,36).

  • cyan value is 41.10%
  • magenta value is 0.00%
  • yellow value is 66.87%
  • key color value is 36.08%
CMYK:
(41,0,67,36)
C41M0Y67K36 
(41%,0%,67%,36%)
(0.41/0.00/0.67/0.36)	

CMYK percentages

%41.1
%0
%66.87
%36.08

Codes

Color #60A336 in popluar color models

60A336
RGB9616354
HSL97°50.23%42.55%
HSB/HSV97°66.87%63.92%
CMYK41.10%0.00%66.87%
36.08%

Color #60A336 in popluar number systems.

HEX60A336
Decimal9616354
Binary110000010100011110110
Octal14024366

Shades and tints

Shades of #60A336

#60A336
(96,163,54)
#589532
(88,149,50)
#50872E
(80,135,46)
#48792A
(72,121,42)
#406B26
(64,107,38)
#385D22
(56,93,34)
#304F1E
(48,79,30)
#28411A
(40,65,26)
#203316
(32,51,22)
#182512
(24,37,18)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #60A336

#60A336
(96,163,54)
#6EAB48
(110,171,72)
#7CB35A
(124,179,90)
#8ABB6C
(138,187,108)
#98C37E
(152,195,126)
#A6CB90
(166,203,144)
#B4D3A2
(180,211,162)
#C2DBB4
(194,219,180)
#D0E3C6
(208,227,198)
#DEEBD8
(222,235,216)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60A336; }

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

This text font color is #60A336.


Background Color

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

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

This div background color is #60A336.


Border color

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

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

This div border color is #60A336.


Opacity

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

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

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

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

This text has shadow with #60A336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A336 on black background.


Color preview on white background

This text has color #60A336 on white background.



Black color preview on #60A336 background

This text has black color on #60A336 background.


White color preview on #60A336 background

This text has white color on #60A336 background.