#82AA71

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

Shades of Amulet #82AA71

Tints of Amulet #82AA71

Color information

#82AA71 (or 0x82AA71) is unknown color: approx Amulet. HEX triplet: 82, AA and 71. RGB value is (130,170,113). Sum of RGB (Red+Green+Blue) = 130+170+113=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA71 is #7D558E. Grayscale: #979797. Windows color (decimal): -8213903 or 7449218. OLE color: 7449218.

HSL color Cylindrical-coordinate representation of color #82AA71: hue angle of 102.11º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82AA71 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB130170113-
CMYK0.2400.340.33
HSL102.11º25.11%55.49%-
HSV(B)102.11º33.53%66.67%-
XYZ26.5634.6920.92-
YUV151.54106.25112.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 113 (44.53% from 255) = 27.36%
R=31.48%
G=41.16%
B=27.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701130.2400.340.33102.1125.1155.49
Hex82AA711802221661937
Octal20225216130042411463167
Binary10000010101010101110001110000100010100001110011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82AA71; }

 p { color: rgb(130,170,113); }

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

<style>
 a { background-color: #82AA71; }

 a { background-color: rgb(130,170,113); }

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

<style>
 span { border-color: #82AA71; }

 span { border-color: rgb(130,170,113); }

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