#7EA675

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

Shades of Amulet #7EA675

Tints of Amulet #7EA675

Color information

#7EA675 (or 0x7EA675) is unknown color: approx Amulet. HEX triplet: 7E, A6 and 75. RGB value is (126,166,117). Sum of RGB (Red+Green+Blue) = 126+166+117=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA675 is #81598A. Grayscale: #949494. Windows color (decimal): -8477067 or 7710334. OLE color: 7710334.

HSL color Cylindrical-coordinate representation of color #7EA675: hue angle of 108.98º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EA675 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB126166117-
CMYK0.2400.300.35
HSL108.98º21.59%55.49%-
HSV(B)108.98º29.52%65.1%-
XYZ25.4532.9921.86-
YUV148.45110.25111.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.81%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=30.81%
G=40.59%
B=28.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261661170.2400.300.35108.9821.5955.49
Hex7EA6751801E236d1637
Octal17624616530036431552667
Binary111111010100110111010111000011110100011110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,166,117); }

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

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

 a { background-color: rgb(126,166,117); }

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

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

 span { border-color: rgb(126,166,117); }

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