#7EA575

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

Shades of Amulet #7EA575

Tints of Amulet #7EA575

Color information

#7EA575 (or 0x7EA575) is unknown color: approx Amulet. HEX triplet: 7E, A5 and 75. RGB value is (126,165,117). Sum of RGB (Red+Green+Blue) = 126+165+117=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA575 is #815A8A. Grayscale: #949494. Windows color (decimal): -8477323 or 7710078. OLE color: 7710078.

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

Color convert

RGB126165117-
CMYK0.2400.290.35
HSL108.75º21.05%55.29%-
HSV(B)108.75º29.09%64.71%-
XYZ25.2732.6321.8-
YUV147.87110.58112.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.88%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=30.88%
G=40.44%
B=28.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261651170.2400.290.35108.7521.0555.29
Hex7EA5751801D236d1537
Octal17624516530035431552567
Binary111111010100101111010111000011101100011110110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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