#7EA87C

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

Shades of Amulet #7EA87C

Tints of Amulet #7EA87C

Color information

#7EA87C (or 0x7EA87C) is unknown color: approx Amulet. HEX triplet: 7E, A8 and 7C. RGB value is (126,168,124). Sum of RGB (Red+Green+Blue) = 126+168+124=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA87C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA87C is #815783. Grayscale: #969696. Windows color (decimal): -8476548 or 8169598. OLE color: 8169598.

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

Color convert

RGB126168124-
CMYK0.2500.260.34
HSL117.27º20.18%57.25%-
HSV(B)117.27º26.19%65.88%-
XYZ26.2433.924.23-
YUV150.43113.09110.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.14%
GREEN value IS 168 (66.02% from 255) = 40.19%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=30.14%
G=40.19%
B=29.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1261681240.2500.260.34117.2720.1857.25
Hex7EA87C1901A22751439
Octal17625017431032421652471
Binary111111010101000111110011001011010100010111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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