#7EAD7C

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

Shades of Amulet #7EAD7C

Tints of Amulet #7EAD7C

Color information

#7EAD7C (or 0x7EAD7C) is unknown color: approx Amulet. HEX triplet: 7E, AD and 7C. RGB value is (126,173,124). Sum of RGB (Red+Green+Blue) = 126+173+124=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAD7C is #815283. Grayscale: #999999. Windows color (decimal): -8475268 or 8170878. OLE color: 8170878.

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

Color convert

RGB126173124-
CMYK0.2700.280.32
HSL117.55º23%58.24%-
HSV(B)117.55º28.32%67.84%-
XYZ27.1935.7824.54-
YUV153.36111.43108.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.79%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=29.79%
G=40.90%
B=29.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261731240.2700.280.32117.552358.24
Hex7EAD7C1B01C2076173a
Octal17625517433034401662772
Binary111111010101101111110011011011100100000111011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,173,124); }

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

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

 a { background-color: rgb(126,173,124); }

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

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

 span { border-color: rgb(126,173,124); }

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