COLOR #68B95C

HEX: #68B95C RGB: (104,185,92)

Color info

#68B95C contains mainly green color. Web safe color of #68B95C is #66CC66 (or #6C6).

RGB color model

#68B95C color RGB value is (104,185,92).

RGB: (104,185,92) (41%, 73%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 185 of 255 = 73%
B 92 of 255 = 36%

104
185
92

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

Portions of RGB colors in percentages

R + G + B = 104 + 185 + 92 = 381 (100%)
R 104 of 381 ~ 27.3%
G 185 of 381 ~ 48.56%
B 92 of 381 ~ 24.15'%

%27.3
%48.56
%24.15

CMYK color model

#68B95C color CMYK value is (44,0,50,27).

  • cyan value is 43.78%
  • magenta value is 0.00%
  • yellow value is 50.27%
  • key color value is 27.45%

CMYK: (44,0,50,27)
C44M0Y50K27 (44%, 0%, 50%, 27%)
(0.44 / 0.00 / 0.50 / 0.27)

CMYK percentages

%43.78
%0
%50.27
%27.45

Codes

Color #68B95C in popluar color models

68 B9 5C
RGB 104 185 92
HSL 112° 39.91% 54.31%
HSB/HSV 112° 50.27% 72.55%
CMYK 43.78% 0.00% 50.27%
27.45%

Color #68B95C in popluar number systems.

HEX 68 B9 5C
Decimal 104 185 92
Binary 1101000 10111001 1011100
Octal 150 271 134

Shades and tints

Shades of #68B95C

#68B95C
(104,185,92)
#5FA954
(95,169,84)
#56994C
(86,153,76)
#4D8944
(77,137,68)
#44793C
(68,121,60)
#3B6934
(59,105,52)
#32592C
(50,89,44)
#294924
(41,73,36)
#20391C
(32,57,28)
#172914
(23,41,20)
#0E190C
(14,25,12)
#000000
(0,0,0)

Tints of #68B95C

#68B95C
(104,185,92)
#75BF6A
(117,191,106)
#82C578
(130,197,120)
#8FCB86
(143,203,134)
#9CD194
(156,209,148)
#A9D7A2
(169,215,162)
#B6DDB0
(182,221,176)
#C3E3BE
(195,227,190)
#D0E9CC
(208,233,204)
#DDEFDA
(221,239,218)
#EAF5E8
(234,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68B95C; }

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

This text font color is #68B95C.

Background Color

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

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

This div background color is #68B95C.

Border color

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

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

This div border color is #68B95C.

Opacity

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

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

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

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

This text has shadow with #68B95C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68B95C.

Preview

Color preview on black background

This text has color #68B95C on black background.


Color preview on white background

This text has color #68B95C on white background.


Black color preview on #68B95C background

This text has black color on #68B95C background.


White color preview on #68B95C background

This text has white color on #68B95C background.


Related colors

Complementary color

Complementary color for #hex is #9746A3.


I love getcolorcode.com

Triadic colors

1 #5C68B9 and #B95C68 with #68B95C are triadic colors.

2 #5CB968 and #B9685C with #68B95C are triadic colors.