COLOR #6AA33F

HEX: #6AA33F
RGB: (106,163,63)

Color info

#6AA33F contains mainly red and green colors. Web safe color of #6AA33F is #669933 (or #693).

RGB color model

#6AA33F color RGB value is (106,163,63).

  • red value is 106;
  • green value is 163;
  • blue value is 63.
RGB:
(106,163,63)
(42%,64%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 163 of 255 = 64%
B 63 of 255 = 25%

106
163
63

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

Portions of RGB colors in percentages

R + G + B =
106 + 163 + 63 = 332 (100%)
R 106 of 332 ~ 31.93%
G 163 of 332 ~ 49.1%
B 63 of 332 ~ 18.98%

%31.93
%49.1
%18.98

CMYK color model

#6AA33F color CMYK value is (35,0,61,36).

  • cyan value is 34.97%
  • magenta value is 0.00%
  • yellow value is 61.35%
  • key color value is 36.08%
CMYK:
(35,0,61,36)
C35M0Y61K36 
(35%,0%,61%,36%)
(0.35/0.00/0.61/0.36)	

CMYK percentages

%34.97
%0
%61.35
%36.08

Codes

Color #6AA33F in popluar color models

6AA33F
RGB10616363
HSL94°44.25%44.31%
HSB/HSV94°61.35%63.92%
CMYK34.97%0.00%61.35%
36.08%

Color #6AA33F in popluar number systems.

HEX6AA33F
Decimal10616363
Binary110101010100011111111
Octal15224377

Shades and tints

Shades of #6AA33F

#6AA33F
(106,163,63)
#61953A
(97,149,58)
#588735
(88,135,53)
#4F7930
(79,121,48)
#466B2B
(70,107,43)
#3D5D26
(61,93,38)
#344F21
(52,79,33)
#2B411C
(43,65,28)
#223317
(34,51,23)
#192512
(25,37,18)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #6AA33F

#6AA33F
(106,163,63)
#77AB50
(119,171,80)
#84B361
(132,179,97)
#91BB72
(145,187,114)
#9EC383
(158,195,131)
#ABCB94
(171,203,148)
#B8D3A5
(184,211,165)
#C5DBB6
(197,219,182)
#D2E3C7
(210,227,199)
#DFEBD8
(223,235,216)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA33F color. Also use rgb(106,163,63) instead hex code.

Text Font Color

.myTextColor { color: #6AA33F; }

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

This text font color is #6AA33F.


Background Color

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

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

This div background color is #6AA33F.


Border color

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

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

This div border color is #6AA33F.


Opacity

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

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

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

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

This text has shadow with #6AA33F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA33F on black background.


Color preview on white background

This text has color #6AA33F on white background.



Black color preview on #6AA33F background

This text has black color on #6AA33F background.


White color preview on #6AA33F background

This text has white color on #6AA33F background.