#82AF78

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

Shades of Amulet #82AF78

Tints of Amulet #82AF78

Color information

#82AF78 (or 0x82AF78) is unknown color: approx Amulet. HEX triplet: 82, AF and 78. RGB value is (130,175,120). Sum of RGB (Red+Green+Blue) = 130+175+120=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF78 is #7D5087. Grayscale: #9B9B9B. Windows color (decimal): -8212616 or 7909250. OLE color: 7909250.

HSL color Cylindrical-coordinate representation of color #82AF78: hue angle of 109.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82AF78 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB130175120-
CMYK0.2600.310.31
HSL109.09º25.58%57.84%-
HSV(B)109.09º31.43%68.63%-
XYZ27.9336.7623.39-
YUV155.28108.09109.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=30.59%
G=41.18%
B=28.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301751200.2600.310.31109.0925.5857.84
Hex82AF781A01F1F6d1a3a
Octal20225717032037371553272
Binary100000101010111111110001101001111111111110110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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