#82B676

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

Shades of Amulet #82B676

Tints of Amulet #82B676

Color information

#82B676 (or 0x82B676) is unknown color: approx Amulet. HEX triplet: 82, B6 and 76. RGB value is (130,182,118). Sum of RGB (Red+Green+Blue) = 130+182+118=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #82B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B676 is #7D4989. Grayscale: #9F9F9F. Windows color (decimal): -8210826 or 7779970. OLE color: 7779970.

HSL color Cylindrical-coordinate representation of color #82B676: hue angle of 108.75º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82B676 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB130182118-
CMYK0.2900.350.29
HSL108.75º30.48%58.82%-
HSV(B)108.75º35.16%71.37%-
XYZ29.239.5123.23-
YUV159.16104.77107.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.23%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=30.23%
G=42.33%
B=27.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301821180.2900.350.29108.7530.4858.82
Hex82B6761D0231D6d1e3b
Octal20226616635043351553673
Binary1000001010110110111011011101010001111101110110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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