#7EA67A

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

Shades of Amulet #7EA67A

Tints of Amulet #7EA67A

Color information

#7EA67A (or 0x7EA67A) is unknown color: approx Amulet. HEX triplet: 7E, A6 and 7A. RGB value is (126,166,122). Sum of RGB (Red+Green+Blue) = 126+166+122=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA67A is #815985. Grayscale: #959595. Windows color (decimal): -8477062 or 8038014. OLE color: 8038014.

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

Color convert

RGB126166122-
CMYK0.2400.270.35
HSL114.55º19.82%56.47%-
HSV(B)114.55º26.51%65.1%-
XYZ25.7533.1123.45-
YUV149.02112.75111.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.43%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=30.43%
G=40.10%
B=29.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261661220.2400.270.35114.5519.8256.47
Hex7EA67A1801B23731438
Octal17624617230033431632470
Binary111111010100110111101011000011011100011111001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,166,122); }

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

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

 a { background-color: rgb(126,166,122); }

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

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

 span { border-color: rgb(126,166,122); }

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