#7EA573

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

Shades of Amulet #7EA573

Tints of Amulet #7EA573

Color information

#7EA573 (or 0x7EA573) is unknown color: approx Amulet. HEX triplet: 7E, A5 and 73. RGB value is (126,165,115). Sum of RGB (Red+Green+Blue) = 126+165+115=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA573 is #815A8C. Grayscale: #939393. Windows color (decimal): -8477325 or 7579006. OLE color: 7579006.

HSL color Cylindrical-coordinate representation of color #7EA573: hue angle of 106.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EA573 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB126165115-
CMYK0.2400.300.35
HSL106.8º21.74%54.9%-
HSV(B)106.8º30.3%64.71%-
XYZ25.1532.5821.18-
YUV147.64109.58112.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.03%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=31.03%
G=40.64%
B=28.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261651150.2400.300.35106.821.7454.9
Hex7EA5731801E236b1637
Octal17624516330036431532667
Binary111111010100101111001111000011110100011110101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA573; }

 p { color: rgb(126,165,115); }

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

<style>
 a { background-color: #7EA573; }

 a { background-color: rgb(126,165,115); }

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

<style>
 span { border-color: #7EA573; }

 span { border-color: rgb(126,165,115); }

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