COLOR #6C9910

HEX: #6C9910
RGB: (108,153,16)

Color info

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

RGB color model

#6C9910 color RGB value is (108,153,16).

  • red value is 108;
  • green value is 153;
  • blue value is 16.
RGB:
(108,153,16)
(42%,60%,6%)

RGB channels and saturation

R 108 of 255 = 42%
G 153 of 255 = 60%
B 16 of 255 = 6%

108
153
16

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

Portions of RGB colors in percentages

R + G + B =
108 + 153 + 16 = 277 (100%)
R 108 of 277 ~ 38.99%
G 153 of 277 ~ 55.23%
B 16 of 277 ~ 5.78%

%38.99
%55.23

CMYK color model

#6C9910 color CMYK value is (29,0,90,40).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 89.54%
  • key color value is 40.00%
CMYK:
(29,0,90,40)
C29M0Y90K40 
(29%,0%,90%,40%)
(0.29/0.00/0.90/0.40)	

CMYK percentages

%29.41
%0
%89.54
%40

Codes

Color #6C9910 in popluar color models

6C9910
RGB10815316
HSL80°81.07%33.14%
HSB/HSV80°89.54%60.00%
CMYK29.41%0.00%89.54%
40.00%

Color #6C9910 in popluar number systems.

HEX6C9910
Decimal10815316
Binary11011001001100110000
Octal15423120

Shades and tints

Shades of #6C9910

#6C9910
(108,153,16)
#638C0F
(99,140,15)
#5A7F0E
(90,127,14)
#51720D
(81,114,13)
#48650C
(72,101,12)
#3F580B
(63,88,11)
#364B0A
(54,75,10)
#2D3E09
(45,62,9)
#243108
(36,49,8)
#1B2407
(27,36,7)
#121706
(18,23,6)
#000000
(0,0,0)

Tints of #6C9910

#6C9910
(108,153,16)
#79A225
(121,162,37)
#86AB3A
(134,171,58)
#93B44F
(147,180,79)
#A0BD64
(160,189,100)
#ADC679
(173,198,121)
#BACF8E
(186,207,142)
#C7D8A3
(199,216,163)
#D4E1B8
(212,225,184)
#E1EACD
(225,234,205)
#EEF3E2
(238,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9910 color. Also use rgb(108,153,16) instead hex code.

Text Font Color

.myTextColor { color: #6C9910; }

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

This text font color is #6C9910.


Background Color

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

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

This div background color is #6C9910.


Border color

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

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

This div border color is #6C9910.


Opacity

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

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

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

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

This text has shadow with #6C9910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9910 on black background.


Color preview on white background

This text has color #6C9910 on white background.



Black color preview on #6C9910 background

This text has black color on #6C9910 background.


White color preview on #6C9910 background

This text has white color on #6C9910 background.