COLOR #60B456

HEX: #60B456
RGB: (96,180,86)

Color info

#60B456 contains mainly green color. Web safe color of #60B456 is #66CC66 (or #6C6).

RGB color model

#60B456 color RGB value is (96,180,86).

  • red value is 96;
  • green value is 180;
  • blue value is 86.
RGB:
(96,180,86)
(38%,71%,34%)

RGB channels and saturation

R 96 of 255 = 38%
G 180 of 255 = 71%
B 86 of 255 = 34%

96
180
86

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

Portions of RGB colors in percentages

R + G + B =
96 + 180 + 86 = 362 (100%)
R 96 of 362 ~ 26.52%
G 180 of 362 ~ 49.72%
B 86 of 362 ~ 23.76%

%26.52
%49.72
%23.76

CMYK color model

#60B456 color CMYK value is (47,0,52,29).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 52.22%
  • key color value is 29.41%
CMYK:
(47,0,52,29)
C47M0Y52K29 
(47%,0%,52%,29%)
(0.47/0.00/0.52/0.29)	

CMYK percentages

%46.67
%0
%52.22
%29.41

Codes

Color #60B456 in popluar color models

60B456
RGB9618086
HSL114°38.52%52.16%
HSB/HSV114°52.22%70.59%
CMYK46.67%0.00%52.22%
29.41%

Color #60B456 in popluar number systems.

HEX60B456
Decimal9618086
Binary1100000101101001010110
Octal140264126

Shades and tints

Shades of #60B456

#60B456
(96,180,86)
#58A44F
(88,164,79)
#509448
(80,148,72)
#488441
(72,132,65)
#40743A
(64,116,58)
#386433
(56,100,51)
#30542C
(48,84,44)
#284425
(40,68,37)
#20341E
(32,52,30)
#182417
(24,36,23)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #60B456

#60B456
(96,180,86)
#6EBA65
(110,186,101)
#7CC074
(124,192,116)
#8AC683
(138,198,131)
#98CC92
(152,204,146)
#A6D2A1
(166,210,161)
#B4D8B0
(180,216,176)
#C2DEBF
(194,222,191)
#D0E4CE
(208,228,206)
#DEEADD
(222,234,221)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B456 color. Also use rgb(96,180,86) instead hex code.

Text Font Color

.myTextColor { color: #60B456; }

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

This text font color is #60B456.


Background Color

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

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

This div background color is #60B456.


Border color

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

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

This div border color is #60B456.


Opacity

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

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

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

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

This text has shadow with #60B456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B456 on black background.


Color preview on white background

This text has color #60B456 on white background.



Black color preview on #60B456 background

This text has black color on #60B456 background.


White color preview on #60B456 background

This text has white color on #60B456 background.