#82AA6C

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

Shades of Amulet #82AA6C

Tints of Amulet #82AA6C

Color information

#82AA6C (or 0x82AA6C) is unknown color: approx Amulet. HEX triplet: 82, AA and 6C. RGB value is (130,170,108). Sum of RGB (Red+Green+Blue) = 130+170+108=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA6C is #7D5593. Grayscale: #979797. Windows color (decimal): -8213908 or 7121538. OLE color: 7121538.

HSL color Cylindrical-coordinate representation of color #82AA6C: hue angle of 98.71º degrees, saturation: 0.27, 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 #82AA6C is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB130170108-
CMYK0.2400.360.33
HSL98.71º26.72%54.51%-
HSV(B)98.71º36.47%66.67%-
XYZ26.2934.5819.48-
YUV150.97103.75113.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=31.86%
G=41.67%
B=26.47%

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
Decimal1301701080.2400.360.3398.7126.7254.51
Hex82AA6C1802421631b37
Octal20225215430044411433367
Binary10000010101010101101100110000100100100001110001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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