#7EA971

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

Shades of Amulet #7EA971

Tints of Amulet #7EA971

Color information

#7EA971 (or 0x7EA971) is unknown color: approx Amulet. HEX triplet: 7E, A9 and 71. RGB value is (126,169,113). Sum of RGB (Red+Green+Blue) = 126+169+113=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA971 is #81568E. Grayscale: #959595. Windows color (decimal): -8476303 or 7448958. OLE color: 7448958.

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

Color convert

RGB126169113-
CMYK0.2500.330.34
HSL106.07º24.56%55.29%-
HSV(B)106.07º33.14%66.27%-
XYZ25.773420.83-
YUV149.76107.25111.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.88%
GREEN value IS 169 (66.41% from 255) = 41.42%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=30.88%
G=41.42%
B=27.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1261691130.2500.330.34106.0724.5655.29
Hex7EA97119021226a1937
Octal17625116131041421523167
Binary1111110101010011110001110010100001100010110101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,169,113); }

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

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

 a { background-color: rgb(126,169,113); }

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

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

 span { border-color: rgb(126,169,113); }

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