COLOR #6C8730

HEX: #6C8730 RGB: (108,135,48)

Color info

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

RGB color model

#6C8730 color RGB value is (108,135,48).

RGB: (108,135,48) (42%, 53%, 19%)

RGB channels and saturation

R 108 of 255 = 42%
G 135 of 255 = 53%
B 48 of 255 = 19%

108
135
48

R + G + B ~ 38%. #6C8730 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 135 + 48 = 291 (100%)
R 108 of 291 ~ 37.11%
G 135 of 291 ~ 46.39%
B 48 of 291 ~ 16.49'%

%37.11
%46.39
%16.49

CMYK color model

#6C8730 color CMYK value is (20,0,64,47).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 64.44%
  • key color value is 47.06%
CMYK: (20,0,64,47) C20M0Y64K47 (20%,0%,64%,47%) (0.20/0.00/0.64/0.47) 

CMYK percentages

%20
%0
%64.44
%47.06

Codes

Color #6C8730 in popluar color models

6C 87 30
RGB 108 135 48
HSL 79° 47.54% 35.88%
HSB/HSV 79° 64.44% 52.94%
CMYK 20.00% 0.00% 64.44%
47.06%

Color #6C8730 in popluar number systems.

HEX 6C 87 30
Decimal 108 135 48
Binary 1101100 10000111 110000
Octal 154 207 60

Shades and tints

Shades of #6C8730

#6C8730
(108,135,48)
#637B2C
(99,123,44)
#5A6F28
(90,111,40)
#516324
(81,99,36)
#485720
(72,87,32)
#3F4B1C
(63,75,28)
#363F18
(54,63,24)
#2D3314
(45,51,20)
#242710
(36,39,16)
#1B1B0C
(27,27,12)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #6C8730

#6C8730
(108,135,48)
#799142
(121,145,66)
#869B54
(134,155,84)
#93A566
(147,165,102)
#A0AF78
(160,175,120)
#ADB98A
(173,185,138)
#BAC39C
(186,195,156)
#C7CDAE
(199,205,174)
#D4D7C0
(212,215,192)
#E1E1D2
(225,225,210)
#EEEBE4
(238,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8730 color. Also use rgb(108,135,48) instead hex code.

Text Font Color

.myTextColor { color: #6C8730; }

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

This text font color is #6C8730.

Background Color

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

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

This div background color is #6C8730.

Border color

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

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

This div border color is #6C8730.

Opacity

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

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

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

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

This text has shadow with #6C8730 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8730.

Preview

Color preview on black background

This text has color #6C8730 on black background.


Color preview on white background

This text has color #6C8730 on white background.


Black color preview on #6C8730 background

This text has black color on #6C8730 background.


White color preview on #6C8730 background

This text has white color on #6C8730 background.


Related colors

Complementary color

Complementary color for #hex is #9378CF.


I love getcolorcode.com

Triadic colors

1 #306C87 and #87306C with #6C8730 are triadic colors.

2 #30876C and #876C30 with #6C8730 are triadic colors.