#82AB75

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

Shades of Amulet #82AB75

Tints of Amulet #82AB75

Color information

#82AB75 (or 0x82AB75) is unknown color: approx Amulet. HEX triplet: 82, AB and 75. RGB value is (130,171,117). Sum of RGB (Red+Green+Blue) = 130+171+117=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB75 is #7D548A. Grayscale: #989898. Windows color (decimal): -8213643 or 7711618. OLE color: 7711618.

HSL color Cylindrical-coordinate representation of color #82AB75: hue angle of 105.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82AB75 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB130171117-
CMYK0.2400.320.33
HSL105.56º24.32%56.47%-
HSV(B)105.56º31.58%67.06%-
XYZ26.9835.1622.19-
YUV152.58107.92111.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=31.10%
G=40.91%
B=27.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301711170.2400.320.33105.5624.3256.47
Hex82AB7518020216a1838
Octal20225316530040411523070
Binary10000010101010111110101110000100000100001110101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,117); }

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

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

 a { background-color: rgb(130,171,117); }

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

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

 span { border-color: rgb(130,171,117); }

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