COLOR #60B363

HEX: #60B363
RGB: (96,179,99)

Color info

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

RGB color model

#60B363 color RGB value is (96,179,99).

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

RGB channels and saturation

R 96 of 255 = 38%
G 179 of 255 = 70%
B 99 of 255 = 39%

96
179
99

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

Portions of RGB colors in percentages

R + G + B =
96 + 179 + 99 = 374 (100%)
R 96 of 374 ~ 25.67%
G 179 of 374 ~ 47.86%
B 99 of 374 ~ 26.47%

%25.67
%47.86
%26.47

CMYK color model

#60B363 color CMYK value is (46,0,45,30).

  • cyan value is 46.37%
  • magenta value is 0.00%
  • yellow value is 44.69%
  • key color value is 29.80%
CMYK:
(46,0,45,30)
C46M0Y45K30 
(46%,0%,45%,30%)
(0.46/0.00/0.45/0.30)	

CMYK percentages

%46.37
%0
%44.69
%29.8

Codes

Color #60B363 in popluar color models

60B363
RGB9617999
HSL122°35.32%53.92%
HSB/HSV122°46.37%70.20%
CMYK46.37%0.00%44.69%
29.80%

Color #60B363 in popluar number systems.

HEX60B363
Decimal9617999
Binary1100000101100111100011
Octal140263143

Shades and tints

Shades of #60B363

#60B363
(96,179,99)
#58A35A
(88,163,90)
#509351
(80,147,81)
#488348
(72,131,72)
#40733F
(64,115,63)
#386336
(56,99,54)
#30532D
(48,83,45)
#284324
(40,67,36)
#20331B
(32,51,27)
#182312
(24,35,18)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #60B363

#60B363
(96,179,99)
#6EB971
(110,185,113)
#7CBF7F
(124,191,127)
#8AC58D
(138,197,141)
#98CB9B
(152,203,155)
#A6D1A9
(166,209,169)
#B4D7B7
(180,215,183)
#C2DDC5
(194,221,197)
#D0E3D3
(208,227,211)
#DEE9E1
(222,233,225)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60B363; }

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

This text font color is #60B363.


Background Color

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

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

This div background color is #60B363.


Border color

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

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

This div border color is #60B363.


Opacity

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

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

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

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

This text has shadow with #60B363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B363 on black background.


Color preview on white background

This text has color #60B363 on white background.



Black color preview on #60B363 background

This text has black color on #60B363 background.


White color preview on #60B363 background

This text has white color on #60B363 background.