#84A671

Color #84A671 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #84A671

Tints of Amulet #84A671

Color information

#84A671 (or 0x84A671) is unknown color: approx Amulet. HEX triplet: 84, A6 and 71. RGB value is (132,166,113). Sum of RGB (Red+Green+Blue) = 132+166+113=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 166 - color contains mainly: green. Hex color #84A671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A671 is #7B598E. Grayscale: #959595. Windows color (decimal): -8083855 or 7448196. OLE color: 7448196.

HSL color Cylindrical-coordinate representation of color #84A671: hue angle of 98.49º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84A671 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB132166113-
CMYK0.2000.320.35
HSL98.49º22.94%54.71%-
HSV(B)98.49º31.93%65.1%-
XYZ26.1333.3720.69-
YUV149.79107.24115.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=32.12%
G=40.39%
B=27.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321661130.2000.320.3598.4922.9454.71
Hex84A6711402023621737
Octal20424616124040431422767
Binary10000100101001101110001101000100000100011110001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A671; }

 p { color: rgb(132,166,113); }

 H1.HeaderClassName
 {
   color: #84A671;
 }
 .AnyTagClassName
 {
   color: #84A671;
 }
</style>
background-color css

<style>
 a { background-color: #84A671; }

 a { background-color: rgb(132,166,113); }

 div.DivClassName
 {
   background-color: #84A671;
 }
 .BgClassName
 {
   background-color: #84A671;
 }
</style>
border-color css

<style>
 span { border-color: #84A671; }

 span { border-color: rgb(132,166,113); }

 td.TdClassName
 {
   border-color: #84A671;
 }
 .TagClassName
 {
   border-color: #84A671;
 }
</style>