#84A06F

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

Shades of Amulet #84A06F

Tints of Amulet #84A06F

Color information

#84A06F (or 0x84A06F) is unknown color: approx Amulet. HEX triplet: 84, A0 and 6F. RGB value is (132,160,111). Sum of RGB (Red+Green+Blue) = 132+160+111=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 160 - color contains mainly: green. Hex color #84A06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A06F is #7B5F90. Grayscale: #929292. Windows color (decimal): -8085393 or 7315588. OLE color: 7315588.

HSL color Cylindrical-coordinate representation of color #84A06F: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84A06F is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB132160111-
CMYK0.1700.310.37
HSL94.29º20.5%53.14%-
HSV(B)94.29º30.63%62.75%-
XYZ24.9631.1919.74-
YUV146.04108.22117.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 160 (62.89% from 255) = 39.70%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=32.75%
G=39.70%
B=27.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1321601110.1700.310.3794.2920.553.14
Hex84A06F1101F255e1535
Octal20424015721037451362565
Binary1000010010100000110111110001011111100101101111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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