COLOR #6A9763

HEX: #6A9763
RGB: (106,151,99)

Color info

#6A9763 contains red, green and blue colors in about the same proportion. Web safe color of #6A9763 is #669966 (or #696).

RGB color model

#6A9763 color RGB value is (106,151,99).

  • red value is 106;
  • green value is 151;
  • blue value is 99.
RGB:
(106,151,99)
(42%,59%,39%)

RGB channels and saturation

R 106 of 255 = 42%
G 151 of 255 = 59%
B 99 of 255 = 39%

106
151
99

R + G + B ~ 47%. #6A9763 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 151 + 99 = 356 (100%)
R 106 of 356 ~ 29.78%
G 151 of 356 ~ 42.42%
B 99 of 356 ~ 27.81%

%29.78
%42.42
%27.81

CMYK color model

#6A9763 color CMYK value is (30,0,34,41).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 34.44%
  • key color value is 40.78%
CMYK:
(30,0,34,41)
C30M0Y34K41 
(30%,0%,34%,41%)
(0.30/0.00/0.34/0.41)	

CMYK percentages

%29.8
%0
%34.44
%40.78

Codes

Color #6A9763 in popluar color models

6A9763
RGB10615199
HSL112°20.80%49.02%
HSB/HSV112°34.44%59.22%
CMYK29.80%0.00%34.44%
40.78%

Color #6A9763 in popluar number systems.

HEX6A9763
Decimal10615199
Binary1101010100101111100011
Octal152227143

Shades and tints

Shades of #6A9763

#6A9763
(106,151,99)
#618A5A
(97,138,90)
#587D51
(88,125,81)
#4F7048
(79,112,72)
#46633F
(70,99,63)
#3D5636
(61,86,54)
#34492D
(52,73,45)
#2B3C24
(43,60,36)
#222F1B
(34,47,27)
#192212
(25,34,18)
#101509
(16,21,9)
#000000
(0,0,0)

Tints of #6A9763

#6A9763
(106,151,99)
#77A071
(119,160,113)
#84A97F
(132,169,127)
#91B28D
(145,178,141)
#9EBB9B
(158,187,155)
#ABC4A9
(171,196,169)
#B8CDB7
(184,205,183)
#C5D6C5
(197,214,197)
#D2DFD3
(210,223,211)
#DFE8E1
(223,232,225)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9763 color. Also use rgb(106,151,99) instead hex code.

Text Font Color

.myTextColor { color: #6A9763; }

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

This text font color is #6A9763.


Background Color

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

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

This div background color is #6A9763.


Border color

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

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

This div border color is #6A9763.


Opacity

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

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

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

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

This text has shadow with #6A9763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9763 on black background.


Color preview on white background

This text has color #6A9763 on white background.



Black color preview on #6A9763 background

This text has black color on #6A9763 background.


White color preview on #6A9763 background

This text has white color on #6A9763 background.