COLOR #6A9B12

HEX: #6A9B12
RGB: (106,155,18)

Color info

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

RGB color model

#6A9B12 color RGB value is (106,155,18).

  • red value is 106;
  • green value is 155;
  • blue value is 18.
RGB:
(106,155,18)
(42%,61%,7%)

RGB channels and saturation

R 106 of 255 = 42%
G 155 of 255 = 61%
B 18 of 255 = 7%

106
155
18

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

Portions of RGB colors in percentages

R + G + B =
106 + 155 + 18 = 279 (100%)
R 106 of 279 ~ 37.99%
G 155 of 279 ~ 55.56%
B 18 of 279 ~ 6.45%

%37.99
%55.56

CMYK color model

#6A9B12 color CMYK value is (32,0,88,39).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 88.39%
  • key color value is 39.22%
CMYK:
(32,0,88,39)
C32M0Y88K39 
(32%,0%,88%,39%)
(0.32/0.00/0.88/0.39)	

CMYK percentages

%31.61
%0
%88.39
%39.22

Codes

Color #6A9B12 in popluar color models

6A9B12
RGB10615518
HSL81°79.19%33.92%
HSB/HSV81°88.39%60.78%
CMYK31.61%0.00%88.39%
39.22%

Color #6A9B12 in popluar number systems.

HEX6A9B12
Decimal10615518
Binary11010101001101110010
Octal15223322

Shades and tints

Shades of #6A9B12

#6A9B12
(106,155,18)
#618D11
(97,141,17)
#587F10
(88,127,16)
#4F710F
(79,113,15)
#46630E
(70,99,14)
#3D550D
(61,85,13)
#34470C
(52,71,12)
#2B390B
(43,57,11)
#222B0A
(34,43,10)
#191D09
(25,29,9)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #6A9B12

#6A9B12
(106,155,18)
#77A427
(119,164,39)
#84AD3C
(132,173,60)
#91B651
(145,182,81)
#9EBF66
(158,191,102)
#ABC87B
(171,200,123)
#B8D190
(184,209,144)
#C5DAA5
(197,218,165)
#D2E3BA
(210,227,186)
#DFECCF
(223,236,207)
#ECF5E4
(236,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9B12 color. Also use rgb(106,155,18) instead hex code.

Text Font Color

.myTextColor { color: #6A9B12; }

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

This text font color is #6A9B12.


Background Color

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

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

This div background color is #6A9B12.


Border color

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

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

This div border color is #6A9B12.


Opacity

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

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

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

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

This text has shadow with #6A9B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9B12 on black background.


Color preview on white background

This text has color #6A9B12 on white background.



Black color preview on #6A9B12 background

This text has black color on #6A9B12 background.


White color preview on #6A9B12 background

This text has white color on #6A9B12 background.