#83AC7A

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

Shades of Amulet #83AC7A

Tints of Amulet #83AC7A

Color information

#83AC7A (or 0x83AC7A) is unknown color: approx Amulet. HEX triplet: 83, AC and 7A. RGB value is (131,172,122). Sum of RGB (Red+Green+Blue) = 131+172+122=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC7A is #7C5385. Grayscale: #9A9A9A. Windows color (decimal): -8147846 or 8039555. OLE color: 8039555.

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

Color convert

RGB131172122-
CMYK0.2400.290.33
HSL109.2º23.15%57.65%-
HSV(B)109.2º29.07%67.45%-
XYZ27.6335.7423.85-
YUV154.04109.92111.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.82%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=30.82%
G=40.47%
B=28.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311721220.2400.290.33109.223.1557.65
Hex83AC7A1801D216d173a
Octal20325417230035411552772
Binary1000001110101100111101011000011101100001110110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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