COLOR #68AF62

HEX: #68AF62 RGB: (104,175,98)

Color info

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

RGB color model

#68AF62 color RGB value is (104,175,98).

RGB: (104,175,98) (41%, 69%, 38%)

RGB channels and saturation

R 104 of 255 = 41%
G 175 of 255 = 69%
B 98 of 255 = 38%

104
175
98

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

Portions of RGB colors in percentages

R + G + B = 104 + 175 + 98 = 377 (100%)
R 104 of 377 ~ 27.59%
G 175 of 377 ~ 46.42%
B 98 of 377 ~ 25.99'%

%27.59
%46.42
%25.99

CMYK color model

#68AF62 color CMYK value is (41,0,44,31).

  • cyan value is 40.57%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 31.37%

CMYK: (41,0,44,31)
C41M0Y44K31 (41%, 0%, 44%, 31%)
(0.41 / 0.00 / 0.44 / 0.31)

CMYK percentages

%40.57
%0
%44
%31.37

Codes

Color #68AF62 in popluar color models

68 AF 62
RGB 104 175 98
HSL 115° 32.49% 53.53%
HSB/HSV 115° 44.00% 68.63%
CMYK 40.57% 0.00% 44.00%
31.37%

Color #68AF62 in popluar number systems.

HEX 68 AF 62
Decimal 104 175 98
Binary 1101000 10101111 1100010
Octal 150 257 142

Shades and tints

Shades of #68AF62

#68AF62
(104,175,98)
#5FA05A
(95,160,90)
#569152
(86,145,82)
#4D824A
(77,130,74)
#447342
(68,115,66)
#3B643A
(59,100,58)
#325532
(50,85,50)
#29462A
(41,70,42)
#203722
(32,55,34)
#17281A
(23,40,26)
#0E1912
(14,25,18)
#000000
(0,0,0)

Tints of #68AF62

#68AF62
(104,175,98)
#75B670
(117,182,112)
#82BD7E
(130,189,126)
#8FC48C
(143,196,140)
#9CCB9A
(156,203,154)
#A9D2A8
(169,210,168)
#B6D9B6
(182,217,182)
#C3E0C4
(195,224,196)
#D0E7D2
(208,231,210)
#DDEEE0
(221,238,224)
#EAF5EE
(234,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AF62 color. Also use rgb(104,175,98) instead hex code.

Text Font Color

.myTextColor { color: #68AF62; }

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

This text font color is #68AF62.

Background Color

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

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

This div background color is #68AF62.

Border color

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

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

This div border color is #68AF62.

Opacity

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

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

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

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

This text has shadow with #68AF62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68AF62.

Preview

Color preview on black background

This text has color #68AF62 on black background.


Color preview on white background

This text has color #68AF62 on white background.


Black color preview on #68AF62 background

This text has black color on #68AF62 background.


White color preview on #68AF62 background

This text has white color on #68AF62 background.


Related colors

Complementary color

Complementary color for #hex is #97509D.


I love getcolorcode.com

Triadic colors

1 #6268AF and #AF6268 with #68AF62 are triadic colors.

2 #62AF68 and #AF6862 with #68AF62 are triadic colors.