#7EA471

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

Shades of Amulet #7EA471

Tints of Amulet #7EA471

Color information

#7EA471 (or 0x7EA471) is unknown color: approx Amulet. HEX triplet: 7E, A4 and 71. RGB value is (126,164,113). Sum of RGB (Red+Green+Blue) = 126+164+113=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA471 is #815B8E. Grayscale: #929292. Windows color (decimal): -8477583 or 7447678. OLE color: 7447678.

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

Color convert

RGB126164113-
CMYK0.2300.310.36
HSL104.71º21.89%54.31%-
HSV(B)104.71º31.1%64.31%-
XYZ24.8632.1820.52-
YUV146.82108.91113.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.27%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=31.27%
G=40.69%
B=28.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261641130.2300.310.36104.7121.8954.31
Hex7EA4711701F24691636
Octal17624416127037441512666
Binary111111010100100111000110111011111100100110100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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