#7EA271

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

Shades of Amulet #7EA271

Tints of Amulet #7EA271

Color information

#7EA271 (or 0x7EA271) is unknown color: approx Amulet. HEX triplet: 7E, A2 and 71. RGB value is (126,162,113). Sum of RGB (Red+Green+Blue) = 126+162+113=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA271 is #815D8E. Grayscale: #919191. Windows color (decimal): -8478095 or 7447166. OLE color: 7447166.

HSL color Cylindrical-coordinate representation of color #7EA271: hue angle of 104.08º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EA271 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB126162113-
CMYK0.2200.300.36
HSL104.08º20.85%53.92%-
HSV(B)104.08º30.25%63.53%-
XYZ24.5131.4720.41-
YUV145.65109.57113.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.42%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=31.42%
G=40.40%
B=28.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261621130.2200.300.36104.0820.8553.92
Hex7EA2711601E24681536
Octal17624216126036441502566
Binary111111010100010111000110110011110100100110100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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