COLOR #6C9C15

HEX: #6C9C15
RGB: (108,156,21)

Color info

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

RGB color model

#6C9C15 color RGB value is (108,156,21).

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

RGB channels and saturation

R 108 of 255 = 42%
G 156 of 255 = 61%
B 21 of 255 = 8%

108
156
21

R + G + B ~ 37%. #6C9C15 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 156 + 21 = 285 (100%)
R 108 of 285 ~ 37.89%
G 156 of 285 ~ 54.74%
B 21 of 285 ~ 7.37%

%37.89
%54.74

CMYK color model

#6C9C15 color CMYK value is (31,0,87,39).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 86.54%
  • key color value is 38.82%
CMYK:
(31,0,87,39)
C31M0Y87K39 
(31%,0%,87%,39%)
(0.31/0.00/0.87/0.39)	

CMYK percentages

%30.77
%0
%86.54
%38.82

Codes

Color #6C9C15 in popluar color models

6C9C15
RGB10815621
HSL81°76.27%34.71%
HSB/HSV81°86.54%61.18%
CMYK30.77%0.00%86.54%
38.82%

Color #6C9C15 in popluar number systems.

HEX6C9C15
Decimal10815621
Binary11011001001110010101
Octal15423425

Shades and tints

Shades of #6C9C15

#6C9C15
(108,156,21)
#638E14
(99,142,20)
#5A8013
(90,128,19)
#517212
(81,114,18)
#486411
(72,100,17)
#3F5610
(63,86,16)
#36480F
(54,72,15)
#2D3A0E
(45,58,14)
#242C0D
(36,44,13)
#1B1E0C
(27,30,12)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #6C9C15

#6C9C15
(108,156,21)
#79A52A
(121,165,42)
#86AE3F
(134,174,63)
#93B754
(147,183,84)
#A0C069
(160,192,105)
#ADC97E
(173,201,126)
#BAD293
(186,210,147)
#C7DBA8
(199,219,168)
#D4E4BD
(212,228,189)
#E1EDD2
(225,237,210)
#EEF6E7
(238,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9C15; }

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

This text font color is #6C9C15.


Background Color

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

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

This div background color is #6C9C15.


Border color

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

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

This div border color is #6C9C15.


Opacity

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

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

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

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

This text has shadow with #6C9C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9C15 on black background.


Color preview on white background

This text has color #6C9C15 on white background.



Black color preview on #6C9C15 background

This text has black color on #6C9C15 background.


White color preview on #6C9C15 background

This text has white color on #6C9C15 background.