COLOR #68A781

HEX: #68A781 RGB: (104,167,129)

Color info

#68A781 contains mainly green and blue colors. Web safe color of #68A781 is #669999 (or #699).

RGB color model

#68A781 color RGB value is (104,167,129).

RGB: (104,167,129) (41%, 65%, 51%)

RGB channels and saturation

R 104 of 255 = 41%
G 167 of 255 = 65%
B 129 of 255 = 51%

104
167
129

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

Portions of RGB colors in percentages

R + G + B = 104 + 167 + 129 = 400 (100%)
R 104 of 400 ~ 26%
G 167 of 400 ~ 41.75%
B 129 of 400 ~ 32.25'%

%26
%41.75
%32.25

CMYK color model

#68A781 color CMYK value is (38,0,23,35).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 34.51%

CMYK: (38,0,23,35)
C38M0Y23K35 (38%, 0%, 23%, 35%)
(0.38 / 0.00 / 0.23 / 0.35)

CMYK percentages

%37.72
%0
%22.75
%34.51

Codes

Color #68A781 in popluar color models

68 A7 81
RGB 104 167 129
HSL 144° 26.36% 53.14%
HSB/HSV 144° 37.72% 65.49%
CMYK 37.72% 0.00% 22.75%
34.51%

Color #68A781 in popluar number systems.

HEX 68 A7 81
Decimal 104 167 129
Binary 1101000 10100111 10000001
Octal 150 247 201

Shades and tints

Shades of #68A781

#68A781
(104,167,129)
#5F9876
(95,152,118)
#56896B
(86,137,107)
#4D7A60
(77,122,96)
#446B55
(68,107,85)
#3B5C4A
(59,92,74)
#324D3F
(50,77,63)
#293E34
(41,62,52)
#202F29
(32,47,41)
#17201E
(23,32,30)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #68A781

#68A781
(104,167,129)
#75AF8C
(117,175,140)
#82B797
(130,183,151)
#8FBFA2
(143,191,162)
#9CC7AD
(156,199,173)
#A9CFB8
(169,207,184)
#B6D7C3
(182,215,195)
#C3DFCE
(195,223,206)
#D0E7D9
(208,231,217)
#DDEFE4
(221,239,228)
#EAF7EF
(234,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A781 color. Also use rgb(104,167,129) instead hex code.

Text Font Color

.myTextColor { color: #68A781; }

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

This text font color is #68A781.

Background Color

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

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

This div background color is #68A781.

Border color

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

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

This div border color is #68A781.

Opacity

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

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

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

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

This text has shadow with #68A781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68A781.

Preview

Color preview on black background

This text has color #68A781 on black background.


Color preview on white background

This text has color #68A781 on white background.


Black color preview on #68A781 background

This text has black color on #68A781 background.


White color preview on #68A781 background

This text has white color on #68A781 background.


Related colors

Complementary color

Complementary color for #hex is #97587E.


I love getcolorcode.com

Triadic colors

1 #8168A7 and #A78168 with #68A781 are triadic colors.

2 #81A768 and #A76881 with #68A781 are triadic colors.