COLOR #68CB46

HEX: #68CB46 RGB: (104,203,70)

Color info

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

RGB color model

#68CB46 color RGB value is (104,203,70).

RGB: (104,203,70) (41%, 80%, 27%)

RGB channels and saturation

R 104 of 255 = 41%
G 203 of 255 = 80%
B 70 of 255 = 27%

104
203
70

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

Portions of RGB colors in percentages

R + G + B = 104 + 203 + 70 = 377 (100%)
R 104 of 377 ~ 27.59%
G 203 of 377 ~ 53.85%
B 70 of 377 ~ 18.57'%

%27.59
%53.85
%18.57

CMYK color model

#68CB46 color CMYK value is (49,0,66,20).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 20.39%

CMYK: (49,0,66,20)
C49M0Y66K20 (49%, 0%, 66%, 20%)
(0.49 / 0.00 / 0.66 / 0.20)

CMYK percentages

%48.77
%0
%65.52
%20.39

Codes

Color #68CB46 in popluar color models

68 CB 46
RGB 104 203 70
HSL 105° 56.12% 53.53%
HSB/HSV 105° 65.52% 79.61%
CMYK 48.77% 0.00% 65.52%
20.39%

Color #68CB46 in popluar number systems.

HEX 68 CB 46
Decimal 104 203 70
Binary 1101000 11001011 1000110
Octal 150 313 106

Shades and tints

Shades of #68CB46

#68CB46
(104,203,70)
#5FB940
(95,185,64)
#56A73A
(86,167,58)
#4D9534
(77,149,52)
#44832E
(68,131,46)
#3B7128
(59,113,40)
#325F22
(50,95,34)
#294D1C
(41,77,28)
#203B16
(32,59,22)
#172910
(23,41,16)
#0E170A
(14,23,10)
#000000
(0,0,0)

Tints of #68CB46

#68CB46
(104,203,70)
#75CF56
(117,207,86)
#82D366
(130,211,102)
#8FD776
(143,215,118)
#9CDB86
(156,219,134)
#A9DF96
(169,223,150)
#B6E3A6
(182,227,166)
#C3E7B6
(195,231,182)
#D0EBC6
(208,235,198)
#DDEFD6
(221,239,214)
#EAF3E6
(234,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68CB46 color. Also use rgb(104,203,70) instead hex code.

Text Font Color

.myTextColor { color: #68CB46; }

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

This text font color is #68CB46.

Background Color

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

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

This div background color is #68CB46.

Border color

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

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

This div border color is #68CB46.

Opacity

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

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

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

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

This text has shadow with #68CB46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68CB46.

Preview

Color preview on black background

This text has color #68CB46 on black background.


Color preview on white background

This text has color #68CB46 on white background.


Black color preview on #68CB46 background

This text has black color on #68CB46 background.


White color preview on #68CB46 background

This text has white color on #68CB46 background.


Related colors

Complementary color

Complementary color for #hex is #9734B9.


I love getcolorcode.com

Triadic colors

1 #4668CB and #CB4668 with #68CB46 are triadic colors.

2 #46CB68 and #CB6846 with #68CB46 are triadic colors.