#7EA76F

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

Shades of Amulet #7EA76F

Tints of Amulet #7EA76F

Color information

#7EA76F (or 0x7EA76F) is unknown color: approx Amulet. HEX triplet: 7E, A7 and 6F. RGB value is (126,167,111). Sum of RGB (Red+Green+Blue) = 126+167+111=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA76F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA76F is #815890. Grayscale: #949494. Windows color (decimal): -8476817 or 7317374. OLE color: 7317374.

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

Color convert

RGB126167111-
CMYK0.2500.340.35
HSL103.93º24.14%54.51%-
HSV(B)103.93º33.53%65.49%-
XYZ25.2933.2220.12-
YUV148.36106.92112.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.19%
GREEN value IS 167 (65.62% from 255) = 41.34%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=31.19%
G=41.34%
B=27.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261671110.2500.340.35103.9324.1454.51
Hex7EA76F1902223681837
Octal17624715731042431503067
Binary1111110101001111101111110010100010100011110100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,167,111); }

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

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

 a { background-color: rgb(126,167,111); }

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

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

 span { border-color: rgb(126,167,111); }

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