COLOR #6C9812

HEX: #6C9812
RGB: (108,152,18)

Color info

#6C9812 contains mainly red and green colors. Web safe color of #6C9812 is #669900 (or #690).

RGB color model

#6C9812 color RGB value is (108,152,18).

  • red value is 108;
  • green value is 152;
  • blue value is 18.
RGB:
(108,152,18)
(42%,60%,7%)

RGB channels and saturation

R 108 of 255 = 42%
G 152 of 255 = 60%
B 18 of 255 = 7%

108
152
18

R + G + B ~ 36%. #6C9812 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 152 + 18 = 278 (100%)
R 108 of 278 ~ 38.85%
G 152 of 278 ~ 54.68%
B 18 of 278 ~ 6.47%

%38.85
%54.68

CMYK color model

#6C9812 color CMYK value is (29,0,88,40).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 88.16%
  • key color value is 40.39%
CMYK:
(29,0,88,40)
C29M0Y88K40 
(29%,0%,88%,40%)
(0.29/0.00/0.88/0.40)	

CMYK percentages

%28.95
%0
%88.16
%40.39

Codes

Color #6C9812 in popluar color models

6C9812
RGB10815218
HSL80°78.82%33.33%
HSB/HSV80°88.16%59.61%
CMYK28.95%0.00%88.16%
40.39%

Color #6C9812 in popluar number systems.

HEX6C9812
Decimal10815218
Binary11011001001100010010
Octal15423022

Shades and tints

Shades of #6C9812

#6C9812
(108,152,18)
#638B11
(99,139,17)
#5A7E10
(90,126,16)
#51710F
(81,113,15)
#48640E
(72,100,14)
#3F570D
(63,87,13)
#364A0C
(54,74,12)
#2D3D0B
(45,61,11)
#24300A
(36,48,10)
#1B2309
(27,35,9)
#121608
(18,22,8)
#000000
(0,0,0)

Tints of #6C9812

#6C9812
(108,152,18)
#79A127
(121,161,39)
#86AA3C
(134,170,60)
#93B351
(147,179,81)
#A0BC66
(160,188,102)
#ADC57B
(173,197,123)
#BACE90
(186,206,144)
#C7D7A5
(199,215,165)
#D4E0BA
(212,224,186)
#E1E9CF
(225,233,207)
#EEF2E4
(238,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9812 color. Also use rgb(108,152,18) instead hex code.

Text Font Color

.myTextColor { color: #6C9812; }

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

This text font color is #6C9812.


Background Color

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

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

This div background color is #6C9812.


Border color

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

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

This div border color is #6C9812.


Opacity

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

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

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

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

This text has shadow with #6C9812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9812 on black background.


Color preview on white background

This text has color #6C9812 on white background.



Black color preview on #6C9812 background

This text has black color on #6C9812 background.


White color preview on #6C9812 background

This text has white color on #6C9812 background.