#82AA7A

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

Shades of Amulet #82AA7A

Tints of Amulet #82AA7A

Color information

#82AA7A (or 0x82AA7A) is unknown color: approx Amulet. HEX triplet: 82, AA and 7A. RGB value is (130,170,122). Sum of RGB (Red+Green+Blue) = 130+170+122=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA7A is #7D5585. Grayscale: #989898. Windows color (decimal): -8213894 or 8039042. OLE color: 8039042.

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

Color convert

RGB130170122-
CMYK0.2400.280.33
HSL110º22.02%57.25%-
HSV(B)110º28.24%66.67%-
XYZ27.0934.923.72-
YUV152.57110.75111.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=30.81%
G=40.28%
B=28.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701220.2400.280.3311022.0257.25
Hex82AA7A1801C216e1639
Octal20225217230034411562671
Binary1000001010101010111101011000011100100001110111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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