#84A46F

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

Shades of Amulet #84A46F

Tints of Amulet #84A46F

Color information

#84A46F (or 0x84A46F) is unknown color: approx Amulet. HEX triplet: 84, A4 and 6F. RGB value is (132,164,111). Sum of RGB (Red+Green+Blue) = 132+164+111=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #84A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A46F is #7B5B90. Grayscale: #949494. Windows color (decimal): -8084369 or 7316612. OLE color: 7316612.

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

Color convert

RGB132164111-
CMYK0.2000.320.36
HSL96.23º22.55%53.92%-
HSV(B)96.23º32.32%64.31%-
XYZ25.6632.619.98-
YUV148.39106.9116.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=32.43%
G=40.29%
B=27.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321641110.2000.320.3696.2322.5553.92
Hex84A46F1402024601736
Octal20424415724040441402766
Binary10000100101001001101111101000100000100100110000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,164,111); }

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

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

 a { background-color: rgb(132,164,111); }

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

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

 span { border-color: rgb(132,164,111); }

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