#82AF6D

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

Shades of Amulet #82AF6D

Tints of Amulet #82AF6D

Color information

#82AF6D (or 0x82AF6D) is unknown color: approx Amulet. HEX triplet: 82, AF and 6D. RGB value is (130,175,109). Sum of RGB (Red+Green+Blue) = 130+175+109=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF6D is #7D5092. Grayscale: #9A9A9A. Windows color (decimal): -8212627 or 7188354. OLE color: 7188354.

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

Color convert

RGB130175109-
CMYK0.2600.380.31
HSL100.91º29.2%55.69%-
HSV(B)100.91º37.71%68.63%-
XYZ27.336.5120.08-
YUV154.02102.59110.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 175 (68.75% from 255) = 42.27%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=31.40%
G=42.27%
B=26.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301751090.2600.380.31100.9129.255.69
Hex82AF6D1A0261F651d38
Octal20225715532046371453570
Binary1000001010101111110110111010010011011111110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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