COLOR #84A868

HEX: #84A868
RGB: (132,168,104)

Color info

#84A868 contains mainly red and green colors. Web safe color of #84A868 is #999966 (or #996).

RGB color model

#84A868 color RGB value is (132,168,104).

  • red value is 132;
  • green value is 168;
  • blue value is 104.
RGB:
(132,168,104)
(52%,66%,41%)

RGB channels and saturation

R 132 of 255 = 52%
G 168 of 255 = 66%
B 104 of 255 = 41%

132
168
104

R + G + B ~ 53%. #84A868 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 168 + 104 = 404 (100%)
R 132 of 404 ~ 32.67%
G 168 of 404 ~ 41.58%
B 104 of 404 ~ 25.74%

%32.67
%41.58
%25.74

CMYK color model

#84A868 color CMYK value is (21,0,38,34).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 34.12%
CMYK:
(21,0,38,34)
C21M0Y38K34 
(21%,0%,38%,34%)
(0.21/0.00/0.38/0.34)	

CMYK percentages

%21.43
%0
%38.1
%34.12

Codes

Color #84A868 in popluar color models

84A868
RGB132168104
HSL94°26.89%53.33%
HSB/HSV94°38.10%65.88%
CMYK21.43%0.00%38.10%
34.12%

Color #84A868 in popluar number systems.

HEX84A868
Decimal132168104
Binary10000100101010001101000
Octal204250150

Shades and tints

Shades of #84A868

#84A868
(132,168,104)
#78995F
(120,153,95)
#6C8A56
(108,138,86)
#607B4D
(96,123,77)
#546C44
(84,108,68)
#485D3B
(72,93,59)
#3C4E32
(60,78,50)
#303F29
(48,63,41)
#243020
(36,48,32)
#182117
(24,33,23)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #84A868

#84A868
(132,168,104)
#8FAF75
(143,175,117)
#9AB682
(154,182,130)
#A5BD8F
(165,189,143)
#B0C49C
(176,196,156)
#BBCBA9
(187,203,169)
#C6D2B6
(198,210,182)
#D1D9C3
(209,217,195)
#DCE0D0
(220,224,208)
#E7E7DD
(231,231,221)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A868 color. Also use rgb(132,168,104) instead hex code.

Text Font Color

.myTextColor { color: #84A868; }

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

This text font color is #84A868.


Background Color

.myBgColor { background-color: #84A868; }

<div style="background-color:#84A868">Inner text</div>

This div background color is #84A868.


Border color

.myBorderColor { border: 1px solid #84A868; }

<div style="border:3px solid #84A868">Div</div>

This div border color is #84A868.


Opacity

.myOpacity80 { color: #84A868; opacity: 0.8; }

<p style="color:#84A868;opacity:0.8;">80%</p>

Text with #84A868 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 #84A868;}

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

This text has shadow with #84A868 color.

.textShadow {text-shadow: 3px 3px 1px #84A868, 3px 3px 1px red;}

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

This text has shadow with #84A868 primary color and red secondary color.


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

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

This text has shadow with #84A868 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A868 on black background.


Color preview on white background

This text has color #84A868 on white background.



Black color preview on #84A868 background

This text has black color on #84A868 background.


White color preview on #84A868 background

This text has white color on #84A868 background.