#82AF79

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

Shades of Amulet #82AF79

Tints of Amulet #82AF79

Color information

#82AF79 (or 0x82AF79) is unknown color: approx Amulet. HEX triplet: 82, AF and 79. RGB value is (130,175,121). Sum of RGB (Red+Green+Blue) = 130+175+121=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF79 is #7D5086. Grayscale: #9B9B9B. Windows color (decimal): -8212615 or 7974786. OLE color: 7974786.

HSL color Cylindrical-coordinate representation of color #82AF79: hue angle of 110º degrees, saturation: 0.25, 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 #82AF79 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB130175121-
CMYK0.2600.310.31
HSL110º25.23%58.04%-
HSV(B)110º30.86%68.63%-
XYZ27.9936.7923.71-
YUV155.39108.59109.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=30.52%
G=41.08%
B=28.40%

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
Decimal1301751210.2600.310.3111025.2358.04
Hex82AF791A01F1F6e193a
Octal20225717132037371563172
Binary100000101010111111110011101001111111111110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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