COLOR #67AE5D

HEX: #67AE5D RGB: (103,174,93)

Color info

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

RGB color model

#67AE5D color RGB value is (103,174,93).

RGB: (103,174,93) (40%, 68%, 36%)

RGB channels and saturation

R 103 of 255 = 40%
G 174 of 255 = 68%
B 93 of 255 = 36%

103
174
93

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

Portions of RGB colors in percentages

R + G + B = 103 + 174 + 93 = 370 (100%)
R 103 of 370 ~ 27.84%
G 174 of 370 ~ 47.03%
B 93 of 370 ~ 25.14'%

%27.84
%47.03
%25.14

CMYK color model

#67AE5D color CMYK value is (41,0,47,32).

  • cyan value is 40.80%
  • magenta value is 0.00%
  • yellow value is 46.55%
  • key color value is 31.76%
CMYK: (41,0,47,32) C41M0Y47K32 (41%,0%,47%,32%) (0.41/0.00/0.47/0.32) 

CMYK percentages

%40.8
%0
%46.55
%31.76

Codes

Color #67AE5D in popluar color models

67 AE 5D
RGB 103 174 93
HSL 113° 33.33% 52.35%
HSB/HSV 113° 46.55% 68.24%
CMYK 40.80% 0.00% 46.55%
31.76%

Color #67AE5D in popluar number systems.

HEX 67 AE 5D
Decimal 103 174 93
Binary 1100111 10101110 1011101
Octal 147 256 135

Shades and tints

Shades of #67AE5D

#67AE5D
(103,174,93)
#5E9F55
(94,159,85)
#55904D
(85,144,77)
#4C8145
(76,129,69)
#43723D
(67,114,61)
#3A6335
(58,99,53)
#31542D
(49,84,45)
#284525
(40,69,37)
#1F361D
(31,54,29)
#162715
(22,39,21)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #67AE5D

#67AE5D
(103,174,93)
#74B56B
(116,181,107)
#81BC79
(129,188,121)
#8EC387
(142,195,135)
#9BCA95
(155,202,149)
#A8D1A3
(168,209,163)
#B5D8B1
(181,216,177)
#C2DFBF
(194,223,191)
#CFE6CD
(207,230,205)
#DCEDDB
(220,237,219)
#E9F4E9
(233,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67AE5D; }

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

This text font color is #67AE5D.

Background Color

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

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

This div background color is #67AE5D.

Border color

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

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

This div border color is #67AE5D.

Opacity

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

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

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

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

This text has shadow with #67AE5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67AE5D.

Preview

Color preview on black background

This text has color #67AE5D on black background.


Color preview on white background

This text has color #67AE5D on white background.


Black color preview on #67AE5D background

This text has black color on #67AE5D background.


White color preview on #67AE5D background

This text has white color on #67AE5D background.


Related colors

Complementary color

Complementary color for #hex is #9851A2.


I love getcolorcode.com

Triadic colors

1 #5D67AE and #AE5D67 with #67AE5D are triadic colors.

2 #5DAE67 and #AE675D with #67AE5D are triadic colors.