#7EB571

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

Shades of Amulet #7EB571

Tints of Amulet #7EB571

Color information

#7EB571 (or 0x7EB571) is unknown color: approx Amulet. HEX triplet: 7E, B5 and 71. RGB value is (126,181,113). Sum of RGB (Red+Green+Blue) = 126+181+113=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB571 is #814A8E. Grayscale: #9D9D9D. Windows color (decimal): -8473231 or 7452030. OLE color: 7452030.

HSL color Cylindrical-coordinate representation of color #7EB571: hue angle of 108.53º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EB571 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB126181113-
CMYK0.3000.380.29
HSL108.53º31.48%57.65%-
HSV(B)108.53º37.57%70.98%-
XYZ28.1138.6821.61-
YUV156.8103.28106.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30%
GREEN value IS 181 (71.09% from 255) = 43.10%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=30%
G=43.10%
B=26.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261811130.3000.380.29108.5331.4857.65
Hex7EB5711E0261D6d1f3a
Octal17626516136046351553772
Binary111111010110101111000111110010011011101110110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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