COLOR #68B23B

HEX: #68B23B RGB: (104,178,59)

Color info

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

RGB color model

#68B23B color RGB value is (104,178,59).

RGB: (104,178,59) (41%, 70%, 23%)

RGB channels and saturation

R 104 of 255 = 41%
G 178 of 255 = 70%
B 59 of 255 = 23%

104
178
59

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

Portions of RGB colors in percentages

R + G + B = 104 + 178 + 59 = 341 (100%)
R 104 of 341 ~ 30.5%
G 178 of 341 ~ 52.2%
B 59 of 341 ~ 17.3'%

%30.5
%52.2
%17.3

CMYK color model

#68B23B color CMYK value is (42,0,67,30).

  • cyan value is 41.57%
  • magenta value is 0.00%
  • yellow value is 66.85%
  • key color value is 30.20%

CMYK: (42,0,67,30)
C42M0Y67K30 (42%, 0%, 67%, 30%)
(0.42 / 0.00 / 0.67 / 0.30)

CMYK percentages

%41.57
%0
%66.85
%30.2

Codes

Color #68B23B in popluar color models

68 B2 3B
RGB 104 178 59
HSL 97° 50.21% 46.47%
HSB/HSV 97° 66.85% 69.80%
CMYK 41.57% 0.00% 66.85%
30.20%

Color #68B23B in popluar number systems.

HEX 68 B2 3B
Decimal 104 178 59
Binary 1101000 10110010 111011
Octal 150 262 73

Shades and tints

Shades of #68B23B

#68B23B
(104,178,59)
#5FA236
(95,162,54)
#569231
(86,146,49)
#4D822C
(77,130,44)
#447227
(68,114,39)
#3B6222
(59,98,34)
#32521D
(50,82,29)
#294218
(41,66,24)
#203213
(32,50,19)
#17220E
(23,34,14)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #68B23B

#68B23B
(104,178,59)
#75B94C
(117,185,76)
#82C05D
(130,192,93)
#8FC76E
(143,199,110)
#9CCE7F
(156,206,127)
#A9D590
(169,213,144)
#B6DCA1
(182,220,161)
#C3E3B2
(195,227,178)
#D0EAC3
(208,234,195)
#DDF1D4
(221,241,212)
#EAF8E5
(234,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B23B color. Also use rgb(104,178,59) instead hex code.

Text Font Color

.myTextColor { color: #68B23B; }

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

This text font color is #68B23B.

Background Color

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

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

This div background color is #68B23B.

Border color

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

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

This div border color is #68B23B.

Opacity

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

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

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

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

This text has shadow with #68B23B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68B23B.

Preview

Color preview on black background

This text has color #68B23B on black background.


Color preview on white background

This text has color #68B23B on white background.


Black color preview on #68B23B background

This text has black color on #68B23B background.


White color preview on #68B23B background

This text has white color on #68B23B background.


Related colors

Complementary color

Complementary color for #hex is #974DC4.


I love getcolorcode.com

Triadic colors

1 #3B68B2 and #B23B68 with #68B23B are triadic colors.

2 #3BB268 and #B2683B with #68B23B are triadic colors.