COLOR #68973C

HEX: #68973C RGB: (104,151,60)

Color info

#68973C contains mainly red and green colors. Web safe color of #68973C is #669933 (or #693).

RGB color model

#68973C color RGB value is (104,151,60).

RGB: (104,151,60) (41%, 59%, 24%)

RGB channels and saturation

R 104 of 255 = 41%
G 151 of 255 = 59%
B 60 of 255 = 24%

104
151
60

R + G + B ~ 41%. #68973C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 151 + 60 = 315 (100%)
R 104 of 315 ~ 33.02%
G 151 of 315 ~ 47.94%
B 60 of 315 ~ 19.05'%

%33.02
%47.94
%19.05

CMYK color model

#68973C color CMYK value is (31,0,60,41).

  • cyan value is 31.13%
  • magenta value is 0.00%
  • yellow value is 60.26%
  • key color value is 40.78%

CMYK: (31,0,60,41)
C31M0Y60K41 (31%, 0%, 60%, 41%)
(0.31 / 0.00 / 0.60 / 0.41)

CMYK percentages

%31.13
%0
%60.26
%40.78

Codes

Color #68973C in popluar color models

68 97 3C
RGB 104 151 60
HSL 91° 43.13% 41.37%
HSB/HSV 91° 60.26% 59.22%
CMYK 31.13% 0.00% 60.26%
40.78%

Color #68973C in popluar number systems.

HEX 68 97 3C
Decimal 104 151 60
Binary 1101000 10010111 111100
Octal 150 227 74

Shades and tints

Shades of #68973C

#68973C
(104,151,60)
#5F8A37
(95,138,55)
#567D32
(86,125,50)
#4D702D
(77,112,45)
#446328
(68,99,40)
#3B5623
(59,86,35)
#32491E
(50,73,30)
#293C19
(41,60,25)
#202F14
(32,47,20)
#17220F
(23,34,15)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #68973C

#68973C
(104,151,60)
#75A04D
(117,160,77)
#82A95E
(130,169,94)
#8FB26F
(143,178,111)
#9CBB80
(156,187,128)
#A9C491
(169,196,145)
#B6CDA2
(182,205,162)
#C3D6B3
(195,214,179)
#D0DFC4
(208,223,196)
#DDE8D5
(221,232,213)
#EAF1E6
(234,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68973C color. Also use rgb(104,151,60) instead hex code.

Text Font Color

.myTextColor { color: #68973C; }

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

This text font color is #68973C.

Background Color

.myBgColor { background-color: #68973C; }

<div style="background-color:#68973C">Inner text</div>

This div background color is #68973C.

Border color

.myBorderColor { border: 1px solid #68973C; }

<div style="border:3px solid #68973C">Div</div>

This div border color is #68973C.

Opacity

.myOpacity80 { color: #68973C; opacity: 0.8; }

<p style="color:#68973C;opacity:0.8;">80%</p>

Text with #68973C 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 #68973C;}

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

This text has shadow with #68973C color.


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

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

This text has shadow with #68973C primary color and red secondary color.


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

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

This text has shadow with #68973C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68973C.

Preview

Color preview on black background

This text has color #68973C on black background.


Color preview on white background

This text has color #68973C on white background.


Black color preview on #68973C background

This text has black color on #68973C background.


White color preview on #68973C background

This text has white color on #68973C background.


Related colors

Complementary color

Complementary color for #hex is #9768C3.


I love getcolorcode.com

Triadic colors

1 #3C6897 and #973C68 with #68973C are triadic colors.

2 #3C9768 and #97683C with #68973C are triadic colors.