#84AC6A

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

Shades of Amulet #84AC6A

Tints of Amulet #84AC6A

Color information

#84AC6A (or 0x84AC6A) is unknown color: approx Amulet. HEX triplet: 84, AC and 6A. RGB value is (132,172,106). Sum of RGB (Red+Green+Blue) = 132+172+106=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AC6A is #7B5395. Grayscale: #989898. Windows color (decimal): -8082326 or 6990980. OLE color: 6990980.

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

Color convert

RGB132172106-
CMYK0.2300.380.33
HSL96.36º28.45%54.51%-
HSV(B)96.36º38.37%67.45%-
XYZ26.8735.4519.06-
YUV152.52101.75113.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.20%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=32.20%
G=41.95%
B=25.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321721060.2300.380.3396.3628.4554.51
Hex84AC6A1702621601c37
Octal20425415227046411403467
Binary10000100101011001101010101110100110100001110000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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