#82AA78

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

Shades of Amulet #82AA78

Tints of Amulet #82AA78

Color information

#82AA78 (or 0x82AA78) is unknown color: approx Amulet. HEX triplet: 82, AA and 78. RGB value is (130,170,120). Sum of RGB (Red+Green+Blue) = 130+170+120=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AA78 is #7D5587. Grayscale: #989898. Windows color (decimal): -8213896 or 7907970. OLE color: 7907970.

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

Color convert

RGB130170120-
CMYK0.2400.290.33
HSL108º22.73%56.86%-
HSV(B)108º29.41%66.67%-
XYZ26.9734.8523.07-
YUV152.34109.75112.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=30.95%
G=40.48%
B=28.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701200.2400.290.3310822.7356.86
Hex82AA781801D216c1739
Octal20225217030035411542771
Binary1000001010101010111100011000011101100001110110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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