#84AC7A

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

Shades of Amulet #84AC7A

Tints of Amulet #84AC7A

Color information

#84AC7A (or 0x84AC7A) is unknown color: approx Amulet. HEX triplet: 84, AC and 7A. RGB value is (132,172,122). Sum of RGB (Red+Green+Blue) = 132+172+122=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AC7A is #7B5385. Grayscale: #9A9A9A. Windows color (decimal): -8082310 or 8039556. OLE color: 8039556.

HSL color Cylindrical-coordinate representation of color #84AC7A: hue angle of 108º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84AC7A is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB132172122-
CMYK0.2300.290.33
HSL108º23.15%57.65%-
HSV(B)108º29.07%67.45%-
XYZ27.7835.8223.86-
YUV154.34109.75112.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=30.99%
G=40.38%
B=28.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321721220.2300.290.3310823.1557.65
Hex84AC7A1701D216c173a
Octal20425417227035411542772
Binary1000010010101100111101010111011101100001110110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,172,122); }

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

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

 a { background-color: rgb(132,172,122); }

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

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

 span { border-color: rgb(132,172,122); }

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