#7EA476

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

Shades of Amulet #7EA476

Tints of Amulet #7EA476

Color information

#7EA476 (or 0x7EA476) is unknown color: approx Amulet. HEX triplet: 7E, A4 and 76. RGB value is (126,164,118). Sum of RGB (Red+Green+Blue) = 126+164+118=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA476 is #815B89. Grayscale: #939393. Windows color (decimal): -8477578 or 7775358. OLE color: 7775358.

HSL color Cylindrical-coordinate representation of color #7EA476: hue angle of 109.57º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EA476 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB126164118-
CMYK0.2300.280.36
HSL109.57º20.18%55.29%-
HSV(B)109.57º28.05%64.31%-
XYZ25.1532.2922.05-
YUV147.39111.41112.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.88%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 118 (46.48% from 255) = 28.92%
R=30.88%
G=40.20%
B=28.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261641180.2300.280.36109.5720.1855.29
Hex7EA4761701C246e1437
Octal17624416627034441562467
Binary111111010100100111011010111011100100100110111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,164,118); }

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

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

 a { background-color: rgb(126,164,118); }

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

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

 span { border-color: rgb(126,164,118); }

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