#84AC6C

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

Shades of Amulet #84AC6C

Tints of Amulet #84AC6C

Color information

#84AC6C (or 0x84AC6C) is unknown color: approx Amulet. HEX triplet: 84, AC and 6C. RGB value is (132,172,108). Sum of RGB (Red+Green+Blue) = 132+172+108=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AC6C is #7B5393. Grayscale: #989898. Windows color (decimal): -8082324 or 7122052. OLE color: 7122052.

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

Color convert

RGB132172108-
CMYK0.2300.370.33
HSL97.5º27.83%54.9%-
HSV(B)97.5º37.21%67.45%-
XYZ26.9835.4919.62-
YUV152.74102.75113.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=32.04%
G=41.75%
B=26.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321721080.2300.370.3397.527.8354.9
Hex84AC6C1702521611c37
Octal20425415427045411413467
Binary10000100101011001101100101110100101100001110000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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