#82A670

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

Shades of Amulet #82A670

Tints of Amulet #82A670

Color information

#82A670 (or 0x82A670) is unknown color: approx Amulet. HEX triplet: 82, A6 and 70. RGB value is (130,166,112). Sum of RGB (Red+Green+Blue) = 130+166+112=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #82A670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A670 is #7D598F. Grayscale: #959595. Windows color (decimal): -8214928 or 7382658. OLE color: 7382658.

HSL color Cylindrical-coordinate representation of color #82A670: hue angle of 100º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82A670 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB130166112-
CMYK0.2200.330.35
HSL100º23.28%54.51%-
HSV(B)100º32.53%65.1%-
XYZ25.7733.1920.38-
YUV149.08107.07114.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 166 (65.23% from 255) = 40.69%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=31.86%
G=40.69%
B=27.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301661120.2200.330.3510023.2854.51
Hex82A6701602123641737
Octal20224616026041431442767
Binary10000010101001101110000101100100001100011110010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,166,112); }

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

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

 a { background-color: rgb(130,166,112); }

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

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

 span { border-color: rgb(130,166,112); }

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