COLOR #6C9C30

HEX: #6C9C30
RGB: (108,156,48)

Color info

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

RGB color model

#6C9C30 color RGB value is (108,156,48).

  • red value is 108;
  • green value is 156;
  • blue value is 48.
RGB:
(108,156,48)
(42%,61%,19%)

RGB channels and saturation

R 108 of 255 = 42%
G 156 of 255 = 61%
B 48 of 255 = 19%

108
156
48

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

Portions of RGB colors in percentages

R + G + B =
108 + 156 + 48 = 312 (100%)
R 108 of 312 ~ 34.62%
G 156 of 312 ~ 50%
B 48 of 312 ~ 15.38%

%34.62
%50
%15.38

CMYK color model

#6C9C30 color CMYK value is (31,0,69,39).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 38.82%
CMYK:
(31,0,69,39)
C31M0Y69K39 
(31%,0%,69%,39%)
(0.31/0.00/0.69/0.39)	

CMYK percentages

%30.77
%0
%69.23
%38.82

Codes

Color #6C9C30 in popluar color models

6C9C30
RGB10815648
HSL87°52.94%40.00%
HSB/HSV87°69.23%61.18%
CMYK30.77%0.00%69.23%
38.82%

Color #6C9C30 in popluar number systems.

HEX6C9C30
Decimal10815648
Binary110110010011100110000
Octal15423460

Shades and tints

Shades of #6C9C30

#6C9C30
(108,156,48)
#638E2C
(99,142,44)
#5A8028
(90,128,40)
#517224
(81,114,36)
#486420
(72,100,32)
#3F561C
(63,86,28)
#364818
(54,72,24)
#2D3A14
(45,58,20)
#242C10
(36,44,16)
#1B1E0C
(27,30,12)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #6C9C30

#6C9C30
(108,156,48)
#79A542
(121,165,66)
#86AE54
(134,174,84)
#93B766
(147,183,102)
#A0C078
(160,192,120)
#ADC98A
(173,201,138)
#BAD29C
(186,210,156)
#C7DBAE
(199,219,174)
#D4E4C0
(212,228,192)
#E1EDD2
(225,237,210)
#EEF6E4
(238,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9C30; }

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

This text font color is #6C9C30.


Background Color

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

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

This div background color is #6C9C30.


Border color

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

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

This div border color is #6C9C30.


Opacity

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

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

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

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

This text has shadow with #6C9C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9C30 on black background.


Color preview on white background

This text has color #6C9C30 on white background.



Black color preview on #6C9C30 background

This text has black color on #6C9C30 background.


White color preview on #6C9C30 background

This text has white color on #6C9C30 background.