#7EA368

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

Shades of Amulet #7EA368

Tints of Amulet #7EA368

Color information

#7EA368 (or 0x7EA368) is unknown color: approx Amulet. HEX triplet: 7E, A3 and 68. RGB value is (126,163,104). Sum of RGB (Red+Green+Blue) = 126+163+104=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA368 is #815C97. Grayscale: #919191. Windows color (decimal): -8477848 or 6857598. OLE color: 6857598.

HSL color Cylindrical-coordinate representation of color #7EA368: hue angle of 97.63º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EA368 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB126163104-
CMYK0.2300.360.36
HSL97.63º24.28%52.35%-
HSV(B)97.63º36.2%63.92%-
XYZ24.231.6317.93-
YUV145.21104.74114.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.06%
GREEN value IS 163 (64.06% from 255) = 41.48%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=32.06%
G=41.48%
B=26.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261631040.2300.360.3697.6324.2852.35
Hex7EA3681702424621834
Octal17624315027044441423064
Binary1111110101000111101000101110100100100100110001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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