#7EAB68

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

Shades of Amulet #7EAB68

Tints of Amulet #7EAB68

Color information

#7EAB68 (or 0x7EAB68) is unknown color: approx Amulet. HEX triplet: 7E, AB and 68. RGB value is (126,171,104). Sum of RGB (Red+Green+Blue) = 126+171+104=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB68 is #815497. Grayscale: #969696. Windows color (decimal): -8475800 or 6859646. OLE color: 6859646.

HSL color Cylindrical-coordinate representation of color #7EAB68: hue angle of 100.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EAB68 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB126171104-
CMYK0.2600.390.33
HSL100.3º28.51%53.92%-
HSV(B)100.3º39.18%67.06%-
XYZ25.6734.5618.41-
YUV149.91102.09110.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.42%
GREEN value IS 171 (67.19% from 255) = 42.64%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=31.42%
G=42.64%
B=25.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261711040.2600.390.33100.328.5153.92
Hex7EAB681A02721641d36
Octal17625315032047411443566
Binary1111110101010111101000110100100111100001110010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,171,104); }

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

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

 a { background-color: rgb(126,171,104); }

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

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

 span { border-color: rgb(126,171,104); }

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