COLOR #67B060

HEX: #67B060 RGB: (103,176,96)

Color info

#67B060 contains mainly green color. Web safe color of #67B060 is #669966 (or #696).

RGB color model

#67B060 color RGB value is (103,176,96).

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

RGB channels and saturation

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

103
176
96

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

Portions of RGB colors in percentages

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

%27.47
%46.93
%25.6

CMYK color model

#67B060 color CMYK value is (41,0,45,31).

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

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

CMYK percentages

%41.48
%0
%45.45
%30.98

Codes

Color #67B060 in popluar color models

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

Color #67B060 in popluar number systems.

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

Shades and tints

Shades of #67B060

#67B060
(103,176,96)
#5EA058
(94,160,88)
#559050
(85,144,80)
#4C8048
(76,128,72)
#437040
(67,112,64)
#3A6038
(58,96,56)
#315030
(49,80,48)
#284028
(40,64,40)
#1F3020
(31,48,32)
#162018
(22,32,24)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #67B060

#67B060
(103,176,96)
#74B76E
(116,183,110)
#81BE7C
(129,190,124)
#8EC58A
(142,197,138)
#9BCC98
(155,204,152)
#A8D3A6
(168,211,166)
#B5DAB4
(181,218,180)
#C2E1C2
(194,225,194)
#CFE8D0
(207,232,208)
#DCEFDE
(220,239,222)
#E9F6EC
(233,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67B060; }

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

This text font color is #67B060.

Background Color

.myBgColor { background-color: #67B060; }

<div style="background-color:#67B060">Inner text</div>

This div background color is #67B060.

Border color

.myBorderColor { border: 1px solid #67B060; }

<div style="border:3px solid #67B060">Div</div>

This div border color is #67B060.

Opacity

.myOpacity80 { color: #67B060; opacity: 0.8; }

<p style="color:#67B060;opacity:0.8;">80%</p>

Text with #67B060 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 #67B060;}

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

This text has shadow with #67B060 color.


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

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

This text has shadow with #67B060 primary color and red secondary color.


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

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

This text has shadow with #67B060 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #67B060.

Preview

Color preview on black background

This text has color #67B060 on black background.


Color preview on white background

This text has color #67B060 on white background.


Black color preview on #67B060 background

This text has black color on #67B060 background.


White color preview on #67B060 background

This text has white color on #67B060 background.


Related colors

Complementary color

Complementary color for #hex is #984F9F.


I love getcolorcode.com

Triadic colors

1 #6067B0 and #B06067 with #67B060 are triadic colors.

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