COLOR #60B067

HEX: #60B067 RGB: (96,176,103)

Color info

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

RGB color model

#60B067 color RGB value is (96,176,103).

RGB: (96,176,103) (38%, 69%, 40%)

RGB channels and saturation

R 96 of 255 = 38%
G 176 of 255 = 69%
B 103 of 255 = 40%

96
176
103

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

Portions of RGB colors in percentages

R + G + B = 96 + 176 + 103 = 375 (100%)
R 96 of 375 ~ 25.6%
G 176 of 375 ~ 46.93%
B 103 of 375 ~ 27.47'%

%25.6
%46.93
%27.47

CMYK color model

#60B067 color CMYK value is (45,0,41,31).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 41.48%
  • key color value is 30.98%

CMYK: (45,0,41,31)
C45M0Y41K31 (45%, 0%, 41%, 31%)
(0.45 / 0.00 / 0.41 / 0.31)

CMYK percentages

%45.45
%0
%41.48
%30.98

Codes

Color #60B067 in popluar color models

60 B0 67
RGB 96 176 103
HSL 125° 33.61% 53.33%
HSB/HSV 125° 45.45% 69.02%
CMYK 45.45% 0.00% 41.48%
30.98%

Color #60B067 in popluar number systems.

HEX 60 B0 67
Decimal 96 176 103
Binary 1100000 10110000 1100111
Octal 140 260 147

Shades and tints

Shades of #60B067

#60B067
(96,176,103)
#58A05E
(88,160,94)
#509055
(80,144,85)
#48804C
(72,128,76)
#407043
(64,112,67)
#38603A
(56,96,58)
#305031
(48,80,49)
#284028
(40,64,40)
#20301F
(32,48,31)
#182016
(24,32,22)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #60B067

#60B067
(96,176,103)
#6EB774
(110,183,116)
#7CBE81
(124,190,129)
#8AC58E
(138,197,142)
#98CC9B
(152,204,155)
#A6D3A8
(166,211,168)
#B4DAB5
(180,218,181)
#C2E1C2
(194,225,194)
#D0E8CF
(208,232,207)
#DEEFDC
(222,239,220)
#ECF6E9
(236,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60B067; }

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

This text font color is #60B067.

Background Color

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

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

This div background color is #60B067.

Border color

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

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

This div border color is #60B067.

Opacity

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

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

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

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

This text has shadow with #60B067 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60B067.

Preview

Color preview on black background

This text has color #60B067 on black background.


Color preview on white background

This text has color #60B067 on white background.


Black color preview on #60B067 background

This text has black color on #60B067 background.


White color preview on #60B067 background

This text has white color on #60B067 background.


Related colors

Complementary color

Complementary color for #hex is #9F4F98.


I love getcolorcode.com

Triadic colors

1 #6760B0 and #B06760 with #60B067 are triadic colors.

2 #67B060 and #B06067 with #60B067 are triadic colors.