#84A87A

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

Shades of Amulet #84A87A

Tints of Amulet #84A87A

Color information

#84A87A (or 0x84A87A) is unknown color: approx Amulet. HEX triplet: 84, A8 and 7A. RGB value is (132,168,122). Sum of RGB (Red+Green+Blue) = 132+168+122=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #84A87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A87A is #7B5785. Grayscale: #989898. Windows color (decimal): -8083334 or 8038532. OLE color: 8038532.

HSL color Cylindrical-coordinate representation of color #84A87A: hue angle of 106.96º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84A87A is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB132168122-
CMYK0.2100.270.34
HSL106.96º20.91%56.86%-
HSV(B)106.96º27.38%65.88%-
XYZ27.0334.3223.61-
YUV151.99111.07113.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=31.28%
G=39.81%
B=28.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1321681220.2100.270.34106.9620.9156.86
Hex84A87A1501B226b1539
Octal20425017225033421532571
Binary1000010010101000111101010101011011100010110101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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