COLOR #6AA80B

HEX: #6AA80B
RGB: (106,168,11)

Color info

#6AA80B contains mainly green color. Web safe color of #6AA80B is #669900 (or #690).

RGB color model

#6AA80B color RGB value is (106,168,11).

  • red value is 106;
  • green value is 168;
  • blue value is 11.
RGB:
(106,168,11)
(42%,66%,4%)

RGB channels and saturation

R 106 of 255 = 42%
G 168 of 255 = 66%
B 11 of 255 = 4%

106
168
11

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

Portions of RGB colors in percentages

R + G + B =
106 + 168 + 11 = 285 (100%)
R 106 of 285 ~ 37.19%
G 168 of 285 ~ 58.95%
B 11 of 285 ~ 3.86%

%37.19
%58.95

CMYK color model

#6AA80B color CMYK value is (37,0,93,34).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 93.45%
  • key color value is 34.12%
CMYK:
(37,0,93,34)
C37M0Y93K34 
(37%,0%,93%,34%)
(0.37/0.00/0.93/0.34)	

CMYK percentages

%36.9
%0
%93.45
%34.12

Codes

Color #6AA80B in popluar color models

6AA80B
RGB10616811
HSL84°87.71%35.10%
HSB/HSV84°93.45%65.88%
CMYK36.90%0.00%93.45%
34.12%

Color #6AA80B in popluar number systems.

HEX6AA80B
Decimal10616811
Binary1101010101010001011
Octal15225013

Shades and tints

Shades of #6AA80B

#6AA80B
(106,168,11)
#61990A
(97,153,10)
#588A09
(88,138,9)
#4F7B08
(79,123,8)
#466C07
(70,108,7)
#3D5D06
(61,93,6)
#344E05
(52,78,5)
#2B3F04
(43,63,4)
#223003
(34,48,3)
#192102
(25,33,2)
#101201
(16,18,1)
#000000
(0,0,0)

Tints of #6AA80B

#6AA80B
(106,168,11)
#77AF21
(119,175,33)
#84B637
(132,182,55)
#91BD4D
(145,189,77)
#9EC463
(158,196,99)
#ABCB79
(171,203,121)
#B8D28F
(184,210,143)
#C5D9A5
(197,217,165)
#D2E0BB
(210,224,187)
#DFE7D1
(223,231,209)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA80B color. Also use rgb(106,168,11) instead hex code.

Text Font Color

.myTextColor { color: #6AA80B; }

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

This text font color is #6AA80B.


Background Color

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

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

This div background color is #6AA80B.


Border color

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

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

This div border color is #6AA80B.


Opacity

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

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

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

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

This text has shadow with #6AA80B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA80B on black background.


Color preview on white background

This text has color #6AA80B on white background.



Black color preview on #6AA80B background

This text has black color on #6AA80B background.


White color preview on #6AA80B background

This text has white color on #6AA80B background.