#7EA77C

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

Shades of Amulet #7EA77C

Tints of Amulet #7EA77C

Color information

#7EA77C (or 0x7EA77C) is unknown color: approx Amulet. HEX triplet: 7E, A7 and 7C. RGB value is (126,167,124). Sum of RGB (Red+Green+Blue) = 126+167+124=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA77C is #815883. Grayscale: #959595. Windows color (decimal): -8476804 or 8169342. OLE color: 8169342.

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

Color convert

RGB126167124-
CMYK0.2500.260.35
HSL117.21º19.63%57.06%-
HSV(B)117.21º25.75%65.49%-
XYZ26.0633.5324.17-
YUV149.84113.42111-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=30.22%
G=40.05%
B=29.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261671240.2500.260.35117.2119.6357.06
Hex7EA77C1901A23751439
Octal17624717431032431652471
Binary111111010100111111110011001011010100011111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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