#84A37F

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

Shades of Amulet #84A37F

Tints of Amulet #84A37F

Color information

#84A37F (or 0x84A37F) is unknown color: approx Amulet. HEX triplet: 84, A3 and 7F. RGB value is (132,163,127). Sum of RGB (Red+Green+Blue) = 132+163+127=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #84A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A37F is #7B5C80. Grayscale: #959595. Windows color (decimal): -8084609 or 8364932. OLE color: 8364932.

HSL color Cylindrical-coordinate representation of color #84A37F: hue angle of 111.67º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84A37F is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB132163127-
CMYK0.1900.220.36
HSL111.67º16.36%56.86%-
HSV(B)111.67º22.09%63.92%-
XYZ26.4432.6324.98-
YUV149.63115.23115.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 127 (50% from 255) = 30.09%
R=31.28%
G=38.63%
B=30.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321631270.1900.220.36111.6716.3656.86
Hex84A37F1301624701039
Octal20424317723026441602071
Binary1000010010100011111111110011010110100100111000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,163,127); }

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

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

 a { background-color: rgb(132,163,127); }

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

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

 span { border-color: rgb(132,163,127); }

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