#84AF71

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

Shades of Amulet #84AF71

Tints of Amulet #84AF71

Color information

#84AF71 (or 0x84AF71) is unknown color: approx Amulet. HEX triplet: 84, AF and 71. RGB value is (132,175,113). Sum of RGB (Red+Green+Blue) = 132+175+113=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF71 is #7B508E. Grayscale: #9B9B9B. Windows color (decimal): -8081551 or 7450500. OLE color: 7450500.

HSL color Cylindrical-coordinate representation of color #84AF71: hue angle of 101.61º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84AF71 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB132175113-
CMYK0.2500.350.31
HSL101.61º27.93%56.47%-
HSV(B)101.61º35.43%68.63%-
XYZ27.8336.7621.25-
YUV155.07104.25111.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=31.43%
G=41.67%
B=26.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321751130.2500.350.31101.6127.9356.47
Hex84AF71190231F661c38
Octal20425716131043371463470
Binary1000010010101111111000111001010001111111110011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,175,113); }

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

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

 a { background-color: rgb(132,175,113); }

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

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

 span { border-color: rgb(132,175,113); }

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