#84A078

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

Shades of Amulet #84A078

Tints of Amulet #84A078

Color information

#84A078 (or 0x84A078) is unknown color: approx Amulet. HEX triplet: 84, A0 and 78. RGB value is (132,160,120). Sum of RGB (Red+Green+Blue) = 132+160+120=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #84A078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A078 is #7B5F87. Grayscale: #939393. Windows color (decimal): -8085384 or 7905412. OLE color: 7905412.

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

Color convert

RGB132160120-
CMYK0.1700.250.37
HSL102º17.39%54.9%-
HSV(B)102º25%62.75%-
XYZ25.4831.422.49-
YUV147.07112.72117.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 160 (62.89% from 255) = 38.83%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=32.04%
G=38.83%
B=29.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1321601200.1700.250.3710217.3954.9
Hex84A0781101925661137
Octal20424017021031451462167
Binary1000010010100000111100010001011001100101110011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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