#7EAE71

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

Shades of Amulet #7EAE71

Tints of Amulet #7EAE71

Color information

#7EAE71 (or 0x7EAE71) is unknown color: approx Amulet. HEX triplet: 7E, AE and 71. RGB value is (126,174,113). Sum of RGB (Red+Green+Blue) = 126+174+113=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAE71 is #81518E. Grayscale: #989898. Windows color (decimal): -8475023 or 7450238. OLE color: 7450238.

HSL color Cylindrical-coordinate representation of color #7EAE71: hue angle of 107.21º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EAE71 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB126174113-
CMYK0.2800.350.32
HSL107.21º27.35%56.27%-
HSV(B)107.21º35.06%68.24%-
XYZ26.7235.921.14-
YUV152.69105.6108.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.51%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 113 (44.53% from 255) = 27.36%
R=30.51%
G=42.13%
B=27.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261741130.2800.350.32107.2127.3556.27
Hex7EAE711C023206b1b38
Octal17625616134043401533370
Binary1111110101011101110001111000100011100000110101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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