COLOR #6C9D16

HEX: #6C9D16
RGB: (108,157,22)

Color info

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

RGB color model

#6C9D16 color RGB value is (108,157,22).

  • red value is 108;
  • green value is 157;
  • blue value is 22.
RGB:
(108,157,22)
(42%,62%,9%)

RGB channels and saturation

R 108 of 255 = 42%
G 157 of 255 = 62%
B 22 of 255 = 9%

108
157
22

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

Portions of RGB colors in percentages

R + G + B =
108 + 157 + 22 = 287 (100%)
R 108 of 287 ~ 37.63%
G 157 of 287 ~ 54.7%
B 22 of 287 ~ 7.67%

%37.63
%54.7

CMYK color model

#6C9D16 color CMYK value is (31,0,86,38).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 85.99%
  • key color value is 38.43%
CMYK:
(31,0,86,38)
C31M0Y86K38 
(31%,0%,86%,38%)
(0.31/0.00/0.86/0.38)	

CMYK percentages

%31.21
%0
%85.99
%38.43

Codes

Color #6C9D16 in popluar color models

6C9D16
RGB10815722
HSL82°75.42%35.10%
HSB/HSV82°85.99%61.57%
CMYK31.21%0.00%85.99%
38.43%

Color #6C9D16 in popluar number systems.

HEX6C9D16
Decimal10815722
Binary11011001001110110110
Octal15423526

Shades and tints

Shades of #6C9D16

#6C9D16
(108,157,22)
#638F14
(99,143,20)
#5A8112
(90,129,18)
#517310
(81,115,16)
#48650E
(72,101,14)
#3F570C
(63,87,12)
#36490A
(54,73,10)
#2D3B08
(45,59,8)
#242D06
(36,45,6)
#1B1F04
(27,31,4)
#121102
(18,17,2)
#000000
(0,0,0)

Tints of #6C9D16

#6C9D16
(108,157,22)
#79A52B
(121,165,43)
#86AD40
(134,173,64)
#93B555
(147,181,85)
#A0BD6A
(160,189,106)
#ADC57F
(173,197,127)
#BACD94
(186,205,148)
#C7D5A9
(199,213,169)
#D4DDBE
(212,221,190)
#E1E5D3
(225,229,211)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9D16 color. Also use rgb(108,157,22) instead hex code.

Text Font Color

.myTextColor { color: #6C9D16; }

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

This text font color is #6C9D16.


Background Color

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

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

This div background color is #6C9D16.


Border color

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

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

This div border color is #6C9D16.


Opacity

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

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

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

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

This text has shadow with #6C9D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9D16 on black background.


Color preview on white background

This text has color #6C9D16 on white background.



Black color preview on #6C9D16 background

This text has black color on #6C9D16 background.


White color preview on #6C9D16 background

This text has white color on #6C9D16 background.