COLOR #6AA15B

HEX: #6AA15B
RGB: (106,161,91)

Color info

#6AA15B contains mainly red and green colors. Web safe color of #6AA15B is #669966 (or #696).

RGB color model

#6AA15B color RGB value is (106,161,91).

  • red value is 106;
  • green value is 161;
  • blue value is 91.
RGB:
(106,161,91)
(42%,63%,36%)

RGB channels and saturation

R 106 of 255 = 42%
G 161 of 255 = 63%
B 91 of 255 = 36%

106
161
91

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

Portions of RGB colors in percentages

R + G + B =
106 + 161 + 91 = 358 (100%)
R 106 of 358 ~ 29.61%
G 161 of 358 ~ 44.97%
B 91 of 358 ~ 25.42%

%29.61
%44.97
%25.42

CMYK color model

#6AA15B color CMYK value is (34,0,43,37).

  • cyan value is 34.16%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 36.86%
CMYK:
(34,0,43,37)
C34M0Y43K37 
(34%,0%,43%,37%)
(0.34/0.00/0.43/0.37)	

CMYK percentages

%34.16
%0
%43.48
%36.86

Codes

Color #6AA15B in popluar color models

6AA15B
RGB10616191
HSL107°27.78%49.41%
HSB/HSV107°43.48%63.14%
CMYK34.16%0.00%43.48%
36.86%

Color #6AA15B in popluar number systems.

HEX6AA15B
Decimal10616191
Binary1101010101000011011011
Octal152241133

Shades and tints

Shades of #6AA15B

#6AA15B
(106,161,91)
#619353
(97,147,83)
#58854B
(88,133,75)
#4F7743
(79,119,67)
#46693B
(70,105,59)
#3D5B33
(61,91,51)
#344D2B
(52,77,43)
#2B3F23
(43,63,35)
#22311B
(34,49,27)
#192313
(25,35,19)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #6AA15B

#6AA15B
(106,161,91)
#77A969
(119,169,105)
#84B177
(132,177,119)
#91B985
(145,185,133)
#9EC193
(158,193,147)
#ABC9A1
(171,201,161)
#B8D1AF
(184,209,175)
#C5D9BD
(197,217,189)
#D2E1CB
(210,225,203)
#DFE9D9
(223,233,217)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA15B color. Also use rgb(106,161,91) instead hex code.

Text Font Color

.myTextColor { color: #6AA15B; }

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

This text font color is #6AA15B.


Background Color

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

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

This div background color is #6AA15B.


Border color

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

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

This div border color is #6AA15B.


Opacity

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

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

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

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

This text has shadow with #6AA15B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA15B on black background.


Color preview on white background

This text has color #6AA15B on white background.



Black color preview on #6AA15B background

This text has black color on #6AA15B background.


White color preview on #6AA15B background

This text has white color on #6AA15B background.