COLOR #6A8B33

HEX: #6A8B33 RGB: (106,139,51)

Color info

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

RGB color model

#6A8B33 color RGB value is (106,139,51).

RGB: (106,139,51) (42%, 55%, 20%)

RGB channels and saturation

R 106 of 255 = 42%
G 139 of 255 = 55%
B 51 of 255 = 20%

106
139
51

R + G + B ~ 39%. #6A8B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 139 + 51 = 296 (100%)
R 106 of 296 ~ 35.81%
G 139 of 296 ~ 46.96%
B 51 of 296 ~ 17.23'%

%35.81
%46.96
%17.23

CMYK color model

#6A8B33 color CMYK value is (24,0,63,45).

  • cyan value is 23.74%
  • magenta value is 0.00%
  • yellow value is 63.31%
  • key color value is 45.49%

CMYK: (24,0,63,45)
C24M0Y63K45 (24%, 0%, 63%, 45%)
(0.24 / 0.00 / 0.63 / 0.45)

CMYK percentages

%23.74
%0
%63.31
%45.49

Codes

Color #6A8B33 in popluar color models

6A 8B 33
RGB 106 139 51
HSL 83° 46.32% 37.25%
HSB/HSV 83° 63.31% 54.51%
CMYK 23.74% 0.00% 63.31%
45.49%

Color #6A8B33 in popluar number systems.

HEX 6A 8B 33
Decimal 106 139 51
Binary 1101010 10001011 110011
Octal 152 213 63

Shades and tints

Shades of #6A8B33

#6A8B33
(106,139,51)
#617F2F
(97,127,47)
#58732B
(88,115,43)
#4F6727
(79,103,39)
#465B23
(70,91,35)
#3D4F1F
(61,79,31)
#34431B
(52,67,27)
#2B3717
(43,55,23)
#222B13
(34,43,19)
#191F0F
(25,31,15)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #6A8B33

#6A8B33
(106,139,51)
#779545
(119,149,69)
#849F57
(132,159,87)
#91A969
(145,169,105)
#9EB37B
(158,179,123)
#ABBD8D
(171,189,141)
#B8C79F
(184,199,159)
#C5D1B1
(197,209,177)
#D2DBC3
(210,219,195)
#DFE5D5
(223,229,213)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8B33 color. Also use rgb(106,139,51) instead hex code.

Text Font Color

.myTextColor { color: #6A8B33; }

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

This text font color is #6A8B33.

Background Color

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

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

This div background color is #6A8B33.

Border color

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

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

This div border color is #6A8B33.

Opacity

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

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

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

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

This text has shadow with #6A8B33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8B33.

Preview

Color preview on black background

This text has color #6A8B33 on black background.


Color preview on white background

This text has color #6A8B33 on white background.


Black color preview on #6A8B33 background

This text has black color on #6A8B33 background.


White color preview on #6A8B33 background

This text has white color on #6A8B33 background.


Related colors

Complementary color

Complementary color for #hex is #9574CC.


I love getcolorcode.com

Triadic colors

1 #336A8B and #8B336A with #6A8B33 are triadic colors.

2 #338B6A and #8B6A33 with #6A8B33 are triadic colors.