#7EB476

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

Shades of Amulet #7EB476

Tints of Amulet #7EB476

Color information

#7EB476 (or 0x7EB476) is unknown color: approx Amulet. HEX triplet: 7E, B4 and 76. RGB value is (126,180,118). Sum of RGB (Red+Green+Blue) = 126+180+118=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB476 is #814B89. Grayscale: #9C9C9C. Windows color (decimal): -8473482 or 7779454. OLE color: 7779454.

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

Color convert

RGB126180118-
CMYK0.300.340.29
HSL112.26º29.25%58.43%-
HSV(B)112.26º34.44%70.59%-
XYZ28.238.3923.06-
YUV156.79106.11106.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.72%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=29.72%
G=42.45%
B=27.83%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261801180.300.340.29112.2629.2558.43
Hex7EB4761E0221D701d3a
Octal17626416636042351603572
Binary111111010110100111011011110010001011101111000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,180,118); }

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

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

 a { background-color: rgb(126,180,118); }

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

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

 span { border-color: rgb(126,180,118); }

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