COLOR #67B749

HEX: #67B749
RGB: (103,183,73)

Color info

#67B749 contains mainly green color. Web safe color of #67B749 is #66CC33 (or #6C3).

RGB color model

#67B749 color RGB value is (103,183,73).

  • red value is 103;
  • green value is 183;
  • blue value is 73.
RGB:
(103,183,73)
(40%,72%,29%)

RGB channels and saturation

R 103 of 255 = 40%
G 183 of 255 = 72%
B 73 of 255 = 29%

103
183
73

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

Portions of RGB colors in percentages

R + G + B =
103 + 183 + 73 = 359 (100%)
R 103 of 359 ~ 28.69%
G 183 of 359 ~ 50.97%
B 73 of 359 ~ 20.33%

%28.69
%50.97
%20.33

CMYK color model

#67B749 color CMYK value is (44,0,60,28).

  • cyan value is 43.72%
  • magenta value is 0.00%
  • yellow value is 60.11%
  • key color value is 28.24%
CMYK:
(44,0,60,28)
C44M0Y60K28 
(44%,0%,60%,28%)
(0.44/0.00/0.60/0.28)	

CMYK percentages

%43.72
%0
%60.11
%28.24

Codes

Color #67B749 in popluar color models

67B749
RGB10318373
HSL104°43.31%50.20%
HSB/HSV104°60.11%71.76%
CMYK43.72%0.00%60.11%
28.24%

Color #67B749 in popluar number systems.

HEX67B749
Decimal10318373
Binary1100111101101111001001
Octal147267111

Shades and tints

Shades of #67B749

#67B749
(103,183,73)
#5EA743
(94,167,67)
#55973D
(85,151,61)
#4C8737
(76,135,55)
#437731
(67,119,49)
#3A672B
(58,103,43)
#315725
(49,87,37)
#28471F
(40,71,31)
#1F3719
(31,55,25)
#162713
(22,39,19)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #67B749

#67B749
(103,183,73)
#74BD59
(116,189,89)
#81C369
(129,195,105)
#8EC979
(142,201,121)
#9BCF89
(155,207,137)
#A8D599
(168,213,153)
#B5DBA9
(181,219,169)
#C2E1B9
(194,225,185)
#CFE7C9
(207,231,201)
#DCEDD9
(220,237,217)
#E9F3E9
(233,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67B749; }

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

This text font color is #67B749.


Background Color

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

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

This div background color is #67B749.


Border color

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

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

This div border color is #67B749.


Opacity

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

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

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

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

This text has shadow with #67B749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B749 on black background.


Color preview on white background

This text has color #67B749 on white background.



Black color preview on #67B749 background

This text has black color on #67B749 background.


White color preview on #67B749 background

This text has white color on #67B749 background.