COLOR #68BD2B

HEX: #68BD2B RGB: (104,189,43)

Color info

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

RGB color model

#68BD2B color RGB value is (104,189,43).

RGB: (104,189,43) (41%, 74%, 17%)

RGB channels and saturation

R 104 of 255 = 41%
G 189 of 255 = 74%
B 43 of 255 = 17%

104
189
43

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

Portions of RGB colors in percentages

R + G + B = 104 + 189 + 43 = 336 (100%)
R 104 of 336 ~ 30.95%
G 189 of 336 ~ 56.25%
B 43 of 336 ~ 12.8'%

%30.95
%56.25
%12.8

CMYK color model

#68BD2B color CMYK value is (45,0,77,26).

  • cyan value is 44.97%
  • magenta value is 0.00%
  • yellow value is 77.25%
  • key color value is 25.88%
CMYK: (45,0,77,26) C45M0Y77K26 (45%,0%,77%,26%) (0.45/0.00/0.77/0.26) 

CMYK percentages

%44.97
%0
%77.25
%25.88

Codes

Color #68BD2B in popluar color models

68 BD 2B
RGB 104 189 43
HSL 95° 62.93% 45.49%
HSB/HSV 95° 77.25% 74.12%
CMYK 44.97% 0.00% 77.25%
25.88%

Color #68BD2B in popluar number systems.

HEX 68 BD 2B
Decimal 104 189 43
Binary 1101000 10111101 101011
Octal 150 275 53

Shades and tints

Shades of #68BD2B

#68BD2B
(104,189,43)
#5FAC28
(95,172,40)
#569B25
(86,155,37)
#4D8A22
(77,138,34)
#44791F
(68,121,31)
#3B681C
(59,104,28)
#325719
(50,87,25)
#294616
(41,70,22)
#203513
(32,53,19)
#172410
(23,36,16)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #68BD2B

#68BD2B
(104,189,43)
#75C33E
(117,195,62)
#82C951
(130,201,81)
#8FCF64
(143,207,100)
#9CD577
(156,213,119)
#A9DB8A
(169,219,138)
#B6E19D
(182,225,157)
#C3E7B0
(195,231,176)
#D0EDC3
(208,237,195)
#DDF3D6
(221,243,214)
#EAF9E9
(234,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BD2B color. Also use rgb(104,189,43) instead hex code.

Text Font Color

.myTextColor { color: #68BD2B; }

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

This text font color is #68BD2B.

Background Color

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

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

This div background color is #68BD2B.

Border color

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

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

This div border color is #68BD2B.

Opacity

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

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

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

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

This text has shadow with #68BD2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68BD2B.

Preview

Color preview on black background

This text has color #68BD2B on black background.


Color preview on white background

This text has color #68BD2B on white background.


Black color preview on #68BD2B background

This text has black color on #68BD2B background.


White color preview on #68BD2B background

This text has white color on #68BD2B background.


Related colors

Complementary color

Complementary color for #hex is #9742D4.


I love getcolorcode.com

Triadic colors

1 #2B68BD and #BD2B68 with #68BD2B are triadic colors.

2 #2BBD68 and #BD682B with #68BD2B are triadic colors.