COLOR #67B13D

HEX: #67B13D RGB: (103,177,61)

Color info

#67B13D contains mainly green color. Web safe color of #67B13D is #669933 (or #693).

RGB color model

#67B13D color RGB value is (103,177,61).

RGB: (103,177,61) (40%, 69%, 24%)

RGB channels and saturation

R 103 of 255 = 40%
G 177 of 255 = 69%
B 61 of 255 = 24%

103
177
61

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

Portions of RGB colors in percentages

R + G + B = 103 + 177 + 61 = 341 (100%)
R 103 of 341 ~ 30.21%
G 177 of 341 ~ 51.91%
B 61 of 341 ~ 17.89'%

%30.21
%51.91
%17.89

CMYK color model

#67B13D color CMYK value is (42,0,66,31).

  • cyan value is 41.81%
  • magenta value is 0.00%
  • yellow value is 65.54%
  • key color value is 30.59%

CMYK: (42,0,66,31)
C42M0Y66K31 (42%, 0%, 66%, 31%)
(0.42 / 0.00 / 0.66 / 0.31)

CMYK percentages

%41.81
%0
%65.54
%30.59

Codes

Color #67B13D in popluar color models

67 B1 3D
RGB 103 177 61
HSL 98° 48.74% 46.67%
HSB/HSV 98° 65.54% 69.41%
CMYK 41.81% 0.00% 65.54%
30.59%

Color #67B13D in popluar number systems.

HEX 67 B1 3D
Decimal 103 177 61
Binary 1100111 10110001 111101
Octal 147 261 75

Shades and tints

Shades of #67B13D

#67B13D
(103,177,61)
#5EA138
(94,161,56)
#559133
(85,145,51)
#4C812E
(76,129,46)
#437129
(67,113,41)
#3A6124
(58,97,36)
#31511F
(49,81,31)
#28411A
(40,65,26)
#1F3115
(31,49,21)
#162110
(22,33,16)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #67B13D

#67B13D
(103,177,61)
#74B84E
(116,184,78)
#81BF5F
(129,191,95)
#8EC670
(142,198,112)
#9BCD81
(155,205,129)
#A8D492
(168,212,146)
#B5DBA3
(181,219,163)
#C2E2B4
(194,226,180)
#CFE9C5
(207,233,197)
#DCF0D6
(220,240,214)
#E9F7E7
(233,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67B13D; }

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

This text font color is #67B13D.

Background Color

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

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

This div background color is #67B13D.

Border color

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

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

This div border color is #67B13D.

Opacity

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

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

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

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

This text has shadow with #67B13D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67B13D.

Preview

Color preview on black background

This text has color #67B13D on black background.


Color preview on white background

This text has color #67B13D on white background.


Black color preview on #67B13D background

This text has black color on #67B13D background.


White color preview on #67B13D background

This text has white color on #67B13D background.


Related colors

Complementary color

Complementary color for #hex is #984EC2.


I love getcolorcode.com

Triadic colors

1 #3D67B1 and #B13D67 with #67B13D are triadic colors.

2 #3DB167 and #B1673D with #67B13D are triadic colors.