COLOR #68A433

HEX: #68A433 RGB: (104,164,51)

Color info

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

RGB color model

#68A433 color RGB value is (104,164,51).

RGB: (104,164,51) (41%, 64%, 20%)

RGB channels and saturation

R 104 of 255 = 41%
G 164 of 255 = 64%
B 51 of 255 = 20%

104
164
51

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

Portions of RGB colors in percentages

R + G + B = 104 + 164 + 51 = 319 (100%)
R 104 of 319 ~ 32.6%
G 164 of 319 ~ 51.41%
B 51 of 319 ~ 15.99'%

%32.6
%51.41
%15.99

CMYK color model

#68A433 color CMYK value is (37,0,69,36).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 68.90%
  • key color value is 35.69%

CMYK: (37,0,69,36)
C37M0Y69K36 (37%, 0%, 69%, 36%)
(0.37 / 0.00 / 0.69 / 0.36)

CMYK percentages

%36.59
%0
%68.9
%35.69

Codes

Color #68A433 in popluar color models

68 A4 33
RGB 104 164 51
HSL 92° 52.56% 42.16%
HSB/HSV 92° 68.90% 64.31%
CMYK 36.59% 0.00% 68.90%
35.69%

Color #68A433 in popluar number systems.

HEX 68 A4 33
Decimal 104 164 51
Binary 1101000 10100100 110011
Octal 150 244 63

Shades and tints

Shades of #68A433

#68A433
(104,164,51)
#5F962F
(95,150,47)
#56882B
(86,136,43)
#4D7A27
(77,122,39)
#446C23
(68,108,35)
#3B5E1F
(59,94,31)
#32501B
(50,80,27)
#294217
(41,66,23)
#203413
(32,52,19)
#17260F
(23,38,15)
#0E180B
(14,24,11)
#000000
(0,0,0)

Tints of #68A433

#68A433
(104,164,51)
#75AC45
(117,172,69)
#82B457
(130,180,87)
#8FBC69
(143,188,105)
#9CC47B
(156,196,123)
#A9CC8D
(169,204,141)
#B6D49F
(182,212,159)
#C3DCB1
(195,220,177)
#D0E4C3
(208,228,195)
#DDECD5
(221,236,213)
#EAF4E7
(234,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A433 color. Also use rgb(104,164,51) instead hex code.

Text Font Color

.myTextColor { color: #68A433; }

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

This text font color is #68A433.

Background Color

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

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

This div background color is #68A433.

Border color

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

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

This div border color is #68A433.

Opacity

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

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

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

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

This text has shadow with #68A433 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A433.

Preview

Color preview on black background

This text has color #68A433 on black background.


Color preview on white background

This text has color #68A433 on white background.


Black color preview on #68A433 background

This text has black color on #68A433 background.


White color preview on #68A433 background

This text has white color on #68A433 background.


Related colors

Complementary color

Complementary color for #hex is #975BCC.


I love getcolorcode.com

Triadic colors

1 #3368A4 and #A43368 with #68A433 are triadic colors.

2 #33A468 and #A46833 with #68A433 are triadic colors.