COLOR #68AE53

HEX: #68AE53 RGB: (104,174,83)

Color info

#68AE53 contains mainly green color. Web safe color of #68AE53 is #669966 (or #696).

RGB color model

#68AE53 color RGB value is (104,174,83).

RGB: (104,174,83) (41%, 68%, 33%)

RGB channels and saturation

R 104 of 255 = 41%
G 174 of 255 = 68%
B 83 of 255 = 33%

104
174
83

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

Portions of RGB colors in percentages

R + G + B = 104 + 174 + 83 = 361 (100%)
R 104 of 361 ~ 28.81%
G 174 of 361 ~ 48.2%
B 83 of 361 ~ 22.99'%

%28.81
%48.2
%22.99

CMYK color model

#68AE53 color CMYK value is (40,0,52,32).

  • cyan value is 40.23%
  • magenta value is 0.00%
  • yellow value is 52.30%
  • key color value is 31.76%

CMYK: (40,0,52,32)
C40M0Y52K32 (40%, 0%, 52%, 32%)
(0.40 / 0.00 / 0.52 / 0.32)

CMYK percentages

%40.23
%0
%52.3
%31.76

Codes

Color #68AE53 in popluar color models

68 AE 53
RGB 104 174 83
HSL 106° 35.97% 50.39%
HSB/HSV 106° 52.30% 68.24%
CMYK 40.23% 0.00% 52.30%
31.76%

Color #68AE53 in popluar number systems.

HEX 68 AE 53
Decimal 104 174 83
Binary 1101000 10101110 1010011
Octal 150 256 123

Shades and tints

Shades of #68AE53

#68AE53
(104,174,83)
#5F9F4C
(95,159,76)
#569045
(86,144,69)
#4D813E
(77,129,62)
#447237
(68,114,55)
#3B6330
(59,99,48)
#325429
(50,84,41)
#294522
(41,69,34)
#20361B
(32,54,27)
#172714
(23,39,20)
#0E180D
(14,24,13)
#000000
(0,0,0)

Tints of #68AE53

#68AE53
(104,174,83)
#75B562
(117,181,98)
#82BC71
(130,188,113)
#8FC380
(143,195,128)
#9CCA8F
(156,202,143)
#A9D19E
(169,209,158)
#B6D8AD
(182,216,173)
#C3DFBC
(195,223,188)
#D0E6CB
(208,230,203)
#DDEDDA
(221,237,218)
#EAF4E9
(234,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AE53 color. Also use rgb(104,174,83) instead hex code.

Text Font Color

.myTextColor { color: #68AE53; }

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

This text font color is #68AE53.

Background Color

.myBgColor { background-color: #68AE53; }

<div style="background-color:#68AE53">Inner text</div>

This div background color is #68AE53.

Border color

.myBorderColor { border: 1px solid #68AE53; }

<div style="border:3px solid #68AE53">Div</div>

This div border color is #68AE53.

Opacity

.myOpacity80 { color: #68AE53; opacity: 0.8; }

<p style="color:#68AE53;opacity:0.8;">80%</p>

Text with #68AE53 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 #68AE53;}

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

This text has shadow with #68AE53 color.


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

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

This text has shadow with #68AE53 primary color and red secondary color.


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

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

This text has shadow with #68AE53 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68AE53.

Preview

Color preview on black background

This text has color #68AE53 on black background.


Color preview on white background

This text has color #68AE53 on white background.


Black color preview on #68AE53 background

This text has black color on #68AE53 background.


White color preview on #68AE53 background

This text has white color on #68AE53 background.


Related colors

Complementary color

Complementary color for #hex is #9751AC.


I love getcolorcode.com

Triadic colors

1 #5368AE and #AE5368 with #68AE53 are triadic colors.

2 #53AE68 and #AE6853 with #68AE53 are triadic colors.