COLOR #68AF47

HEX: #68AF47 RGB: (104,175,71)

Color info

#68AF47 contains mainly green color. Web safe color of #68AF47 is #669933 (or #693).

RGB color model

#68AF47 color RGB value is (104,175,71).

RGB: (104,175,71) (41%, 69%, 28%)

RGB channels and saturation

R 104 of 255 = 41%
G 175 of 255 = 69%
B 71 of 255 = 28%

104
175
71

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

Portions of RGB colors in percentages

R + G + B = 104 + 175 + 71 = 350 (100%)
R 104 of 350 ~ 29.71%
G 175 of 350 ~ 50%
B 71 of 350 ~ 20.29'%

%29.71
%50
%20.29

CMYK color model

#68AF47 color CMYK value is (41,0,59,31).

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

CMYK: (41,0,59,31)
C41M0Y59K31 (41%, 0%, 59%, 31%)
(0.41 / 0.00 / 0.59 / 0.31)

CMYK percentages

%40.57
%0
%59.43
%31.37

Codes

Color #68AF47 in popluar color models

68 AF 47
RGB 104 175 71
HSL 101° 42.28% 48.24%
HSB/HSV 101° 59.43% 68.63%
CMYK 40.57% 0.00% 59.43%
31.37%

Color #68AF47 in popluar number systems.

HEX 68 AF 47
Decimal 104 175 71
Binary 1101000 10101111 1000111
Octal 150 257 107

Shades and tints

Shades of #68AF47

#68AF47
(104,175,71)
#5FA041
(95,160,65)
#56913B
(86,145,59)
#4D8235
(77,130,53)
#44732F
(68,115,47)
#3B6429
(59,100,41)
#325523
(50,85,35)
#29461D
(41,70,29)
#203717
(32,55,23)
#172811
(23,40,17)
#0E190B
(14,25,11)
#000000
(0,0,0)

Tints of #68AF47

#68AF47
(104,175,71)
#75B657
(117,182,87)
#82BD67
(130,189,103)
#8FC477
(143,196,119)
#9CCB87
(156,203,135)
#A9D297
(169,210,151)
#B6D9A7
(182,217,167)
#C3E0B7
(195,224,183)
#D0E7C7
(208,231,199)
#DDEED7
(221,238,215)
#EAF5E7
(234,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68AF47; }

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

This text font color is #68AF47.

Background Color

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

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

This div background color is #68AF47.

Border color

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

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

This div border color is #68AF47.

Opacity

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

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

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

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

This text has shadow with #68AF47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68AF47.

Preview

Color preview on black background

This text has color #68AF47 on black background.


Color preview on white background

This text has color #68AF47 on white background.


Black color preview on #68AF47 background

This text has black color on #68AF47 background.


White color preview on #68AF47 background

This text has white color on #68AF47 background.


Related colors

Complementary color

Complementary color for #hex is #9750B8.


I love getcolorcode.com

Triadic colors

1 #4768AF and #AF4768 with #68AF47 are triadic colors.

2 #47AF68 and #AF6847 with #68AF47 are triadic colors.