COLOR #6A9910

HEX: #6A9910
RGB: (106,153,16)

Color info

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

RGB color model

#6A9910 color RGB value is (106,153,16).

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

RGB channels and saturation

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

106
153
16

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

Portions of RGB colors in percentages

R + G + B =
106 + 153 + 16 = 275 (100%)
R 106 of 275 ~ 38.55%
G 153 of 275 ~ 55.64%
B 16 of 275 ~ 5.82%

%38.55
%55.64

CMYK color model

#6A9910 color CMYK value is (31,0,90,40).

  • cyan value is 30.72%
  • magenta value is 0.00%
  • yellow value is 89.54%
  • key color value is 40.00%
CMYK:
(31,0,90,40)
C31M0Y90K40 
(31%,0%,90%,40%)
(0.31/0.00/0.90/0.40)	

CMYK percentages

%30.72
%0
%89.54
%40

Codes

Color #6A9910 in popluar color models

6A9910
RGB10615316
HSL81°81.07%33.14%
HSB/HSV81°89.54%60.00%
CMYK30.72%0.00%89.54%
40.00%

Color #6A9910 in popluar number systems.

HEX6A9910
Decimal10615316
Binary11010101001100110000
Octal15223120

Shades and tints

Shades of #6A9910

#6A9910
(106,153,16)
#618C0F
(97,140,15)
#587F0E
(88,127,14)
#4F720D
(79,114,13)
#46650C
(70,101,12)
#3D580B
(61,88,11)
#344B0A
(52,75,10)
#2B3E09
(43,62,9)
#223108
(34,49,8)
#192407
(25,36,7)
#101706
(16,23,6)
#000000
(0,0,0)

Tints of #6A9910

#6A9910
(106,153,16)
#77A225
(119,162,37)
#84AB3A
(132,171,58)
#91B44F
(145,180,79)
#9EBD64
(158,189,100)
#ABC679
(171,198,121)
#B8CF8E
(184,207,142)
#C5D8A3
(197,216,163)
#D2E1B8
(210,225,184)
#DFEACD
(223,234,205)
#ECF3E2
(236,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9910; }

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

This text font color is #6A9910.


Background Color

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

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

This div background color is #6A9910.


Border color

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

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

This div border color is #6A9910.


Opacity

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

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

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

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

This text has shadow with #6A9910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9910 on black background.


Color preview on white background

This text has color #6A9910 on white background.



Black color preview on #6A9910 background

This text has black color on #6A9910 background.


White color preview on #6A9910 background

This text has white color on #6A9910 background.