COLOR #6BA15A

HEX: #6BA15A RGB: (107,161,90)

Color info

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

RGB color model

#6BA15A color RGB value is (107,161,90).

RGB: (107,161,90) (42%, 63%, 35%)

RGB channels and saturation

R 107 of 255 = 42%
G 161 of 255 = 63%
B 90 of 255 = 35%

107
161
90

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

Portions of RGB colors in percentages

R + G + B = 107 + 161 + 90 = 358 (100%)
R 107 of 358 ~ 29.89%
G 161 of 358 ~ 44.97%
B 90 of 358 ~ 25.14'%

%29.89
%44.97
%25.14

CMYK color model

#6BA15A color CMYK value is (34,0,44,37).

  • cyan value is 33.54%
  • magenta value is 0.00%
  • yellow value is 44.10%
  • key color value is 36.86%

CMYK: (34,0,44,37)
C34M0Y44K37 (34%, 0%, 44%, 37%)
(0.34 / 0.00 / 0.44 / 0.37)

CMYK percentages

%33.54
%0
%44.1
%36.86

Codes

Color #6BA15A in popluar color models

6B A1 5A
RGB 107 161 90
HSL 106° 28.29% 49.22%
HSB/HSV 106° 44.10% 63.14%
CMYK 33.54% 0.00% 44.10%
36.86%

Color #6BA15A in popluar number systems.

HEX 6B A1 5A
Decimal 107 161 90
Binary 1101011 10100001 1011010
Octal 153 241 132

Shades and tints

Shades of #6BA15A

#6BA15A
(107,161,90)
#629352
(98,147,82)
#59854A
(89,133,74)
#507742
(80,119,66)
#47693A
(71,105,58)
#3E5B32
(62,91,50)
#354D2A
(53,77,42)
#2C3F22
(44,63,34)
#23311A
(35,49,26)
#1A2312
(26,35,18)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #6BA15A

#6BA15A
(107,161,90)
#78A969
(120,169,105)
#85B178
(133,177,120)
#92B987
(146,185,135)
#9FC196
(159,193,150)
#ACC9A5
(172,201,165)
#B9D1B4
(185,209,180)
#C6D9C3
(198,217,195)
#D3E1D2
(211,225,210)
#E0E9E1
(224,233,225)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA15A color. Also use rgb(107,161,90) instead hex code.

Text Font Color

.myTextColor { color: #6BA15A; }

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

This text font color is #6BA15A.

Background Color

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

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

This div background color is #6BA15A.

Border color

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

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

This div border color is #6BA15A.

Opacity

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

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

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

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

This text has shadow with #6BA15A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA15A.

Preview

Color preview on black background

This text has color #6BA15A on black background.


Color preview on white background

This text has color #6BA15A on white background.


Black color preview on #6BA15A background

This text has black color on #6BA15A background.


White color preview on #6BA15A background

This text has white color on #6BA15A background.


Related colors

Complementary color

Complementary color for #hex is #945EA5.


I love getcolorcode.com

Triadic colors

1 #5A6BA1 and #A15A6B with #6BA15A are triadic colors.

2 #5AA16B and #A16B5A with #6BA15A are triadic colors.