COLOR #60B867

HEX: #60B867
RGB: (96,184,103)

Color info

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

RGB color model

#60B867 color RGB value is (96,184,103).

  • red value is 96;
  • green value is 184;
  • blue value is 103.
RGB:
(96,184,103)
(38%,72%,40%)

RGB channels and saturation

R 96 of 255 = 38%
G 184 of 255 = 72%
B 103 of 255 = 40%

96
184
103

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

Portions of RGB colors in percentages

R + G + B =
96 + 184 + 103 = 383 (100%)
R 96 of 383 ~ 25.07%
G 184 of 383 ~ 48.04%
B 103 of 383 ~ 26.89%

%25.07
%48.04
%26.89

CMYK color model

#60B867 color CMYK value is (48,0,44,28).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 44.02%
  • key color value is 27.84%
CMYK:
(48,0,44,28)
C48M0Y44K28 
(48%,0%,44%,28%)
(0.48/0.00/0.44/0.28)	

CMYK percentages

%47.83
%0
%44.02
%27.84

Codes

Color #60B867 in popluar color models

60B867
RGB96184103
HSL125°38.26%54.90%
HSB/HSV125°47.83%72.16%
CMYK47.83%0.00%44.02%
27.84%

Color #60B867 in popluar number systems.

HEX60B867
Decimal96184103
Binary1100000101110001100111
Octal140270147

Shades and tints

Shades of #60B867

#60B867
(96,184,103)
#58A85E
(88,168,94)
#509855
(80,152,85)
#48884C
(72,136,76)
#407843
(64,120,67)
#38683A
(56,104,58)
#305831
(48,88,49)
#284828
(40,72,40)
#20381F
(32,56,31)
#182816
(24,40,22)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #60B867

#60B867
(96,184,103)
#6EBE74
(110,190,116)
#7CC481
(124,196,129)
#8ACA8E
(138,202,142)
#98D09B
(152,208,155)
#A6D6A8
(166,214,168)
#B4DCB5
(180,220,181)
#C2E2C2
(194,226,194)
#D0E8CF
(208,232,207)
#DEEEDC
(222,238,220)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B867 color. Also use rgb(96,184,103) instead hex code.

Text Font Color

.myTextColor { color: #60B867; }

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

This text font color is #60B867.


Background Color

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

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

This div background color is #60B867.


Border color

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

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

This div border color is #60B867.


Opacity

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

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

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

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

This text has shadow with #60B867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B867 on black background.


Color preview on white background

This text has color #60B867 on white background.



Black color preview on #60B867 background

This text has black color on #60B867 background.


White color preview on #60B867 background

This text has white color on #60B867 background.