COLOR #67A566

HEX: #67A566
RGB: (103,165,102)

Color info

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

RGB color model

#67A566 color RGB value is (103,165,102).

  • red value is 103;
  • green value is 165;
  • blue value is 102.
RGB:
(103,165,102)
(40%,65%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 165 of 255 = 65%
B 102 of 255 = 40%

103
165
102

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

Portions of RGB colors in percentages

R + G + B =
103 + 165 + 102 = 370 (100%)
R 103 of 370 ~ 27.84%
G 165 of 370 ~ 44.59%
B 102 of 370 ~ 27.57%

%27.84
%44.59
%27.57

CMYK color model

#67A566 color CMYK value is (38,0,38,35).

  • cyan value is 37.58%
  • magenta value is 0.00%
  • yellow value is 38.18%
  • key color value is 35.29%
CMYK:
(38,0,38,35)
C38M0Y38K35 
(38%,0%,38%,35%)
(0.38/0.00/0.38/0.35)	

CMYK percentages

%37.58
%0
%38.18
%35.29

Codes

Color #67A566 in popluar color models

67A566
RGB103165102
HSL119°25.93%52.35%
HSB/HSV119°38.18%64.71%
CMYK37.58%0.00%38.18%
35.29%

Color #67A566 in popluar number systems.

HEX67A566
Decimal103165102
Binary1100111101001011100110
Octal147245146

Shades and tints

Shades of #67A566

#67A566
(103,165,102)
#5E965D
(94,150,93)
#558754
(85,135,84)
#4C784B
(76,120,75)
#436942
(67,105,66)
#3A5A39
(58,90,57)
#314B30
(49,75,48)
#283C27
(40,60,39)
#1F2D1E
(31,45,30)
#161E15
(22,30,21)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #67A566

#67A566
(103,165,102)
#74AD73
(116,173,115)
#81B580
(129,181,128)
#8EBD8D
(142,189,141)
#9BC59A
(155,197,154)
#A8CDA7
(168,205,167)
#B5D5B4
(181,213,180)
#C2DDC1
(194,221,193)
#CFE5CE
(207,229,206)
#DCEDDB
(220,237,219)
#E9F5E8
(233,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67A566; }

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

This text font color is #67A566.


Background Color

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

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

This div background color is #67A566.


Border color

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

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

This div border color is #67A566.


Opacity

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

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

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

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

This text has shadow with #67A566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67A566 on black background.


Color preview on white background

This text has color #67A566 on white background.



Black color preview on #67A566 background

This text has black color on #67A566 background.


White color preview on #67A566 background

This text has white color on #67A566 background.