COLOR #6C7D04

HEX: #6C7D04 RGB: (108,125,4)

Color info

#6C7D04 contains mainly red and green colors. Web safe color of #6C7D04 is #666600 (or #660).

RGB color model

#6C7D04 color RGB value is (108,125,4).

RGB: (108,125,4) (42%, 49%, 2%)

RGB channels and saturation

R 108 of 255 = 42%
G 125 of 255 = 49%
B 4 of 255 = 2%

108
125
4

R + G + B ~ 31%. #6C7D04 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 125 + 4 = 237 (100%)
R 108 of 237 ~ 45.57%
G 125 of 237 ~ 52.74%
B 4 of 237 ~ 1.69'%

%45.57
%52.74

CMYK color model

#6C7D04 color CMYK value is (14,0,97,51).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 96.80%
  • key color value is 50.98%

CMYK: (14,0,97,51)
C14M0Y97K51 (14%, 0%, 97%, 51%)
(0.14 / 0.00 / 0.97 / 0.51)

CMYK percentages

%13.6
%0
%96.8
%50.98

Codes

Color #6C7D04 in popluar color models

6C 7D 04
RGB 108 125 4
HSL 68° 93.80% 25.29%
HSB/HSV 68° 96.80% 49.02%
CMYK 13.60% 0.00% 96.80%
50.98%

Color #6C7D04 in popluar number systems.

HEX 6C 7D 04
Decimal 108 125 4
Binary 1101100 1111101 100
Octal 154 175 4

Shades and tints

Shades of #6C7D04

#6C7D04
(108,125,4)
#637204
(99,114,4)
#5A6704
(90,103,4)
#515C04
(81,92,4)
#485104
(72,81,4)
#3F4604
(63,70,4)
#363B04
(54,59,4)
#2D3004
(45,48,4)
#242504
(36,37,4)
#1B1A04
(27,26,4)
#120F04
(18,15,4)
#000000
(0,0,0)

Tints of #6C7D04

#6C7D04
(108,125,4)
#79881A
(121,136,26)
#869330
(134,147,48)
#939E46
(147,158,70)
#A0A95C
(160,169,92)
#ADB472
(173,180,114)
#BABF88
(186,191,136)
#C7CA9E
(199,202,158)
#D4D5B4
(212,213,180)
#E1E0CA
(225,224,202)
#EEEBE0
(238,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7D04 color. Also use rgb(108,125,4) instead hex code.

Text Font Color

.myTextColor { color: #6C7D04; }

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

This text font color is #6C7D04.

Background Color

.myBgColor { background-color: #6C7D04; }

<div style="background-color:#6C7D04">Inner text</div>

This div background color is #6C7D04.

Border color

.myBorderColor { border: 1px solid #6C7D04; }

<div style="border:3px solid #6C7D04">Div</div>

This div border color is #6C7D04.

Opacity

.myOpacity80 { color: #6C7D04; opacity: 0.8; }

<p style="color:#6C7D04;opacity:0.8;">80%</p>

Text with #6C7D04 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 #6C7D04;}

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

This text has shadow with #6C7D04 color.


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

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

This text has shadow with #6C7D04 primary color and red secondary color.


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

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

This text has shadow with #6C7D04 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6C7D04.

Preview

Color preview on black background

This text has color #6C7D04 on black background.


Color preview on white background

This text has color #6C7D04 on white background.


Black color preview on #6C7D04 background

This text has black color on #6C7D04 background.


White color preview on #6C7D04 background

This text has white color on #6C7D04 background.


Related colors

Complementary color

Complementary color for #hex is #9382FB.


I love getcolorcode.com

Triadic colors

1 #046C7D and #7D046C with #6C7D04 are triadic colors.

2 #047D6C and #7D6C04 with #6C7D04 are triadic colors.