COLOR #68A762

HEX: #68A762
RGB: (104,167,98)

Color info

#68A762 contains mainly green color. Web safe color of #68A762 is #669966 (or #696).

RGB color model

#68A762 color RGB value is (104,167,98).

  • red value is 104;
  • green value is 167;
  • blue value is 98.
RGB:
(104,167,98)
(41%,65%,38%)

RGB channels and saturation

R 104 of 255 = 41%
G 167 of 255 = 65%
B 98 of 255 = 38%

104
167
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 167 + 98 = 369 (100%)
R 104 of 369 ~ 28.18%
G 167 of 369 ~ 45.26%
B 98 of 369 ~ 26.56%

%28.18
%45.26
%26.56

CMYK color model

#68A762 color CMYK value is (38,0,41,35).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 41.32%
  • key color value is 34.51%
CMYK:
(38,0,41,35)
C38M0Y41K35 
(38%,0%,41%,35%)
(0.38/0.00/0.41/0.35)	

CMYK percentages

%37.72
%0
%41.32
%34.51

Codes

Color #68A762 in popluar color models

68A762
RGB10416798
HSL115°28.16%51.96%
HSB/HSV115°41.32%65.49%
CMYK37.72%0.00%41.32%
34.51%

Color #68A762 in popluar number systems.

HEX68A762
Decimal10416798
Binary1101000101001111100010
Octal150247142

Shades and tints

Shades of #68A762

#68A762
(104,167,98)
#5F985A
(95,152,90)
#568952
(86,137,82)
#4D7A4A
(77,122,74)
#446B42
(68,107,66)
#3B5C3A
(59,92,58)
#324D32
(50,77,50)
#293E2A
(41,62,42)
#202F22
(32,47,34)
#17201A
(23,32,26)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #68A762

#68A762
(104,167,98)
#75AF70
(117,175,112)
#82B77E
(130,183,126)
#8FBF8C
(143,191,140)
#9CC79A
(156,199,154)
#A9CFA8
(169,207,168)
#B6D7B6
(182,215,182)
#C3DFC4
(195,223,196)
#D0E7D2
(208,231,210)
#DDEFE0
(221,239,224)
#EAF7EE
(234,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68A762; }

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

This text font color is #68A762.


Background Color

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

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

This div background color is #68A762.


Border color

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

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

This div border color is #68A762.


Opacity

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

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

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

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

This text has shadow with #68A762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A762 on black background.


Color preview on white background

This text has color #68A762 on white background.



Black color preview on #68A762 background

This text has black color on #68A762 background.


White color preview on #68A762 background

This text has white color on #68A762 background.