#82B076

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

Shades of Amulet #82B076

Tints of Amulet #82B076

Color information

#82B076 (or 0x82B076) is unknown color: approx Amulet. HEX triplet: 82, B0 and 76. RGB value is (130,176,118). Sum of RGB (Red+Green+Blue) = 130+176+118=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #82B076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B076 is #7D4F89. Grayscale: #9B9B9B. Windows color (decimal): -8212362 or 7778434. OLE color: 7778434.

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

Color convert

RGB130176118-
CMYK0.2600.330.31
HSL107.59º26.85%57.65%-
HSV(B)107.59º32.95%69.02%-
XYZ2837.122.83-
YUV155.63106.76109.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.66%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=30.66%
G=41.51%
B=27.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301761180.2600.330.31107.5926.8557.65
Hex82B0761A0211F6c1b3a
Octal20226016632041371543372
Binary1000001010110000111011011010010000111111110110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,176,118); }

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

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

 a { background-color: rgb(130,176,118); }

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

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

 span { border-color: rgb(130,176,118); }

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