#83AA72

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

Shades of Amulet #83AA72

Tints of Amulet #83AA72

Color information

#83AA72 (or 0x83AA72) is unknown color: approx Amulet. HEX triplet: 83, AA and 72. RGB value is (131,170,114). Sum of RGB (Red+Green+Blue) = 131+170+114=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AA72 is #7C558D. Grayscale: #989898. Windows color (decimal): -8148366 or 7514755. OLE color: 7514755.

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

Color convert

RGB131170114-
CMYK0.2300.330.33
HSL101.79º24.78%55.69%-
HSV(B)101.79º32.94%66.67%-
XYZ26.7734.7921.22-
YUV151.96106.58113.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 170 (66.80% from 255) = 40.96%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=31.57%
G=40.96%
B=27.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311701140.2300.330.33101.7924.7855.69
Hex83AA721702121661938
Octal20325216227041411463170
Binary10000011101010101110010101110100001100001110011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AA72; }

 p { color: rgb(131,170,114); }

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

<style>
 a { background-color: #83AA72; }

 a { background-color: rgb(131,170,114); }

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

<style>
 span { border-color: #83AA72; }

 span { border-color: rgb(131,170,114); }

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