#7EA57D

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

Shades of Amulet #7EA57D

Tints of Amulet #7EA57D

Color information

#7EA57D (or 0x7EA57D) is unknown color: approx Amulet. HEX triplet: 7E, A5 and 7D. RGB value is (126,165,125). Sum of RGB (Red+Green+Blue) = 126+165+125=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA57D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA57D is #815A82. Grayscale: #949494. Windows color (decimal): -8477315 or 8234366. OLE color: 8234366.

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

Color convert

RGB126165125-
CMYK0.2400.240.35
HSL118.5º18.18%56.86%-
HSV(B)118.5º24.24%64.71%-
XYZ25.7632.8324.38-
YUV148.78114.58111.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.29%
GREEN value IS 165 (64.84% from 255) = 39.66%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=30.29%
G=39.66%
B=30.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261651250.2400.240.35118.518.1856.86
Hex7EA57D1801823761239
Octal17624517530030431662271
Binary111111010100101111110111000011000100011111011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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