COLOR #68B933

HEX: #68B933 RGB: (104,185,51)

Color info

#68B933 contains mainly green color. Web safe color of #68B933 is #66CC33 (or #6C3).

RGB color model

#68B933 color RGB value is (104,185,51).

RGB: (104,185,51) (41%, 73%, 20%)

RGB channels and saturation

R 104 of 255 = 41%
G 185 of 255 = 73%
B 51 of 255 = 20%

104
185
51

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

Portions of RGB colors in percentages

R + G + B = 104 + 185 + 51 = 340 (100%)
R 104 of 340 ~ 30.59%
G 185 of 340 ~ 54.41%
B 51 of 340 ~ 15'%

%30.59
%54.41
%15

CMYK color model

#68B933 color CMYK value is (44,0,72,27).

  • cyan value is 43.78%
  • magenta value is 0.00%
  • yellow value is 72.43%
  • key color value is 27.45%
CMYK: (44,0,72,27) C44M0Y72K27 (44%,0%,72%,27%) (0.44/0.00/0.72/0.27) 

CMYK percentages

%43.78
%0
%72.43
%27.45

Codes

Color #68B933 in popluar color models

68 B9 33
RGB 104 185 51
HSL 96° 56.78% 46.27%
HSB/HSV 96° 72.43% 72.55%
CMYK 43.78% 0.00% 72.43%
27.45%

Color #68B933 in popluar number systems.

HEX 68 B9 33
Decimal 104 185 51
Binary 1101000 10111001 110011
Octal 150 271 63

Shades and tints

Shades of #68B933

#68B933
(104,185,51)
#5FA92F
(95,169,47)
#56992B
(86,153,43)
#4D8927
(77,137,39)
#447923
(68,121,35)
#3B691F
(59,105,31)
#32591B
(50,89,27)
#294917
(41,73,23)
#203913
(32,57,19)
#17290F
(23,41,15)
#0E190B
(14,25,11)
#000000
(0,0,0)

Tints of #68B933

#68B933
(104,185,51)
#75BF45
(117,191,69)
#82C557
(130,197,87)
#8FCB69
(143,203,105)
#9CD17B
(156,209,123)
#A9D78D
(169,215,141)
#B6DD9F
(182,221,159)
#C3E3B1
(195,227,177)
#D0E9C3
(208,233,195)
#DDEFD5
(221,239,213)
#EAF5E7
(234,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68B933; }

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

This text font color is #68B933.

Background Color

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

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

This div background color is #68B933.

Border color

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

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

This div border color is #68B933.

Opacity

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

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

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

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

This text has shadow with #68B933 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68B933.

Preview

Color preview on black background

This text has color #68B933 on black background.


Color preview on white background

This text has color #68B933 on white background.


Black color preview on #68B933 background

This text has black color on #68B933 background.


White color preview on #68B933 background

This text has white color on #68B933 background.


Related colors

Complementary color

Complementary color for #hex is #9746CC.


I love getcolorcode.com

Triadic colors

1 #3368B9 and #B93368 with #68B933 are triadic colors.

2 #33B968 and #B96833 with #68B933 are triadic colors.