#82AA6D

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

Shades of Amulet #82AA6D

Tints of Amulet #82AA6D

Color information

#82AA6D (or 0x82AA6D) is unknown color: approx Amulet. HEX triplet: 82, AA and 6D. RGB value is (130,170,109). Sum of RGB (Red+Green+Blue) = 130+170+109=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA6D is #7D5592. Grayscale: #979797. Windows color (decimal): -8213907 or 7187074. OLE color: 7187074.

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

Color convert

RGB130170109-
CMYK0.2400.360.33
HSL99.34º26.41%54.71%-
HSV(B)99.34º35.88%66.67%-
XYZ26.3434.619.76-
YUV151.09104.25112.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=31.78%
G=41.56%
B=26.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701090.2400.360.3399.3426.4154.71
Hex82AA6D1802421631a37
Octal20225215530044411433267
Binary10000010101010101101101110000100100100001110001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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