COLOR #67A367

HEX: #67A367
RGB: (103,163,103)

Color info

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

RGB color model

#67A367 color RGB value is (103,163,103).

  • red value is 103;
  • green value is 163;
  • blue value is 103.
RGB:
(103,163,103)
(40%,64%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 163 of 255 = 64%
B 103 of 255 = 40%

103
163
103

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

Portions of RGB colors in percentages

R + G + B =
103 + 163 + 103 = 369 (100%)
R 103 of 369 ~ 27.91%
G 163 of 369 ~ 44.17%
B 103 of 369 ~ 27.91%

%27.91
%44.17
%27.91

CMYK color model

#67A367 color CMYK value is (37,0,37,36).

  • cyan value is 36.81%
  • magenta value is 0.00%
  • yellow value is 36.81%
  • key color value is 36.08%
CMYK:
(37,0,37,36)
C37M0Y37K36 
(37%,0%,37%,36%)
(0.37/0.00/0.37/0.36)	

CMYK percentages

%36.81
%0
%36.81
%36.08

Codes

Color #67A367 in popluar color models

67A367
RGB103163103
HSL120°24.59%52.16%
HSB/HSV120°36.81%63.92%
CMYK36.81%0.00%36.81%
36.08%

Color #67A367 in popluar number systems.

HEX67A367
Decimal103163103
Binary1100111101000111100111
Octal147243147

Shades and tints

Shades of #67A367

#67A367
(103,163,103)
#5E955E
(94,149,94)
#558755
(85,135,85)
#4C794C
(76,121,76)
#436B43
(67,107,67)
#3A5D3A
(58,93,58)
#314F31
(49,79,49)
#284128
(40,65,40)
#1F331F
(31,51,31)
#162516
(22,37,22)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #67A367

#67A367
(103,163,103)
#74AB74
(116,171,116)
#81B381
(129,179,129)
#8EBB8E
(142,187,142)
#9BC39B
(155,195,155)
#A8CBA8
(168,203,168)
#B5D3B5
(181,211,181)
#C2DBC2
(194,219,194)
#CFE3CF
(207,227,207)
#DCEBDC
(220,235,220)
#E9F3E9
(233,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67A367; }

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

This text font color is #67A367.


Background Color

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

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

This div background color is #67A367.


Border color

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

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

This div border color is #67A367.


Opacity

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

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

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

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

This text has shadow with #67A367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67A367 on black background.


Color preview on white background

This text has color #67A367 on white background.



Black color preview on #67A367 background

This text has black color on #67A367 background.


White color preview on #67A367 background

This text has white color on #67A367 background.