#83AA7A

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

Shades of Amulet #83AA7A

Tints of Amulet #83AA7A

Color information

#83AA7A (or 0x83AA7A) is unknown color: approx Amulet. HEX triplet: 83, AA and 7A. RGB value is (131,170,122). Sum of RGB (Red+Green+Blue) = 131+170+122=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AA7A is #7C5585. Grayscale: #999999. Windows color (decimal): -8148358 or 8039043. OLE color: 8039043.

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

Color convert

RGB131170122-
CMYK0.2300.280.33
HSL108.75º22.02%57.25%-
HSV(B)108.75º28.24%66.67%-
XYZ27.2534.9823.73-
YUV152.87110.58112.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=30.97%
G=40.19%
B=28.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311701220.2300.280.33108.7522.0257.25
Hex83AA7A1701C216d1639
Octal20325217227034411552671
Binary1000001110101010111101010111011100100001110110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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