COLOR #67AB77

HEX: #67AB77 RGB: (103,171,119)

Color info

#67AB77 contains mainly green and blue colors. Web safe color of #67AB77 is #669966 (or #696).

RGB color model

#67AB77 color RGB value is (103,171,119).

RGB: (103,171,119) (40%, 67%, 47%)

RGB channels and saturation

R 103 of 255 = 40%
G 171 of 255 = 67%
B 119 of 255 = 47%

103
171
119

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

Portions of RGB colors in percentages

R + G + B = 103 + 171 + 119 = 393 (100%)
R 103 of 393 ~ 26.21%
G 171 of 393 ~ 43.51%
B 119 of 393 ~ 30.28'%

%26.21
%43.51
%30.28

CMYK color model

#67AB77 color CMYK value is (40,0,30,33).

  • cyan value is 39.77%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 32.94%

CMYK: (40,0,30,33)
C40M0Y30K33 (40%, 0%, 30%, 33%)
(0.40 / 0.00 / 0.30 / 0.33)

CMYK percentages

%39.77
%0
%30.41
%32.94

Codes

Color #67AB77 in popluar color models

67 AB 77
RGB 103 171 119
HSL 134° 28.81% 53.73%
HSB/HSV 134° 39.77% 67.06%
CMYK 39.77% 0.00% 30.41%
32.94%

Color #67AB77 in popluar number systems.

HEX 67 AB 77
Decimal 103 171 119
Binary 1100111 10101011 1110111
Octal 147 253 167

Shades and tints

Shades of #67AB77

#67AB77
(103,171,119)
#5E9C6D
(94,156,109)
#558D63
(85,141,99)
#4C7E59
(76,126,89)
#436F4F
(67,111,79)
#3A6045
(58,96,69)
#31513B
(49,81,59)
#284231
(40,66,49)
#1F3327
(31,51,39)
#16241D
(22,36,29)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #67AB77

#67AB77
(103,171,119)
#74B283
(116,178,131)
#81B98F
(129,185,143)
#8EC09B
(142,192,155)
#9BC7A7
(155,199,167)
#A8CEB3
(168,206,179)
#B5D5BF
(181,213,191)
#C2DCCB
(194,220,203)
#CFE3D7
(207,227,215)
#DCEAE3
(220,234,227)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67AB77; }

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

This text font color is #67AB77.

Background Color

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

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

This div background color is #67AB77.

Border color

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

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

This div border color is #67AB77.

Opacity

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

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

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

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

This text has shadow with #67AB77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67AB77.

Preview

Color preview on black background

This text has color #67AB77 on black background.


Color preview on white background

This text has color #67AB77 on white background.


Black color preview on #67AB77 background

This text has black color on #67AB77 background.


White color preview on #67AB77 background

This text has white color on #67AB77 background.


Related colors

Complementary color

Complementary color for #hex is #985488.


I love getcolorcode.com

Triadic colors

1 #7767AB and #AB7767 with #67AB77 are triadic colors.

2 #77AB67 and #AB6777 with #67AB77 are triadic colors.