#7EB676

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

Shades of Amulet #7EB676

Tints of Amulet #7EB676

Color information

#7EB676 (or 0x7EB676) is unknown color: approx Amulet. HEX triplet: 7E, B6 and 76. RGB value is (126,182,118). Sum of RGB (Red+Green+Blue) = 126+182+118=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #7EB676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB676 is #814989. Grayscale: #9E9E9E. Windows color (decimal): -8472970 or 7779966. OLE color: 7779966.

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

Color convert

RGB126182118-
CMYK0.3100.350.29
HSL112.5º30.48%58.82%-
HSV(B)112.5º35.16%71.37%-
XYZ28.639.223.2-
YUV157.96105.45105.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.58%
GREEN value IS 182 (71.48% from 255) = 42.72%
BLUE value IS 118 (46.48% from 255) = 27.70%
R=29.58%
G=42.72%
B=27.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261821180.3100.350.29112.530.4858.82
Hex7EB6761F0231D701e3b
Octal17626616637043351603673
Binary111111010110110111011011111010001111101111000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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