#7EB271

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

Shades of Amulet #7EB271

Tints of Amulet #7EB271

Color information

#7EB271 (or 0x7EB271) is unknown color: approx Amulet. HEX triplet: 7E, B2 and 71. RGB value is (126,178,113). Sum of RGB (Red+Green+Blue) = 126+178+113=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EB271 is #814D8E. Grayscale: #9B9B9B. Windows color (decimal): -8473999 or 7451262. OLE color: 7451262.

HSL color Cylindrical-coordinate representation of color #7EB271: hue angle of 108º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EB271 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB126178113-
CMYK0.2900.370.30
HSL108º29.68%57.06%-
HSV(B)108º36.52%69.8%-
XYZ27.5137.4721.41-
YUV155.04104.27107.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 178 (69.92% from 255) = 42.69%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=30.22%
G=42.69%
B=27.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261781130.2900.370.3010829.6857.06
Hex7EB2711D0251E6c1e39
Octal17626216135045361543671
Binary111111010110010111000111101010010111110110110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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