#7EA569

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

Shades of Amulet #7EA569

Tints of Amulet #7EA569

Color information

#7EA569 (or 0x7EA569) is unknown color: approx Amulet. HEX triplet: 7E, A5 and 69. RGB value is (126,165,105). Sum of RGB (Red+Green+Blue) = 126+165+105=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA569 is #815A96. Grayscale: #929292. Windows color (decimal): -8477335 or 6923646. OLE color: 6923646.

HSL color Cylindrical-coordinate representation of color #7EA569: hue angle of 99º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EA569 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB126165105-
CMYK0.2400.360.35
HSL99º25%52.94%-
HSV(B)99º36.36%64.71%-
XYZ24.6132.3718.31-
YUV146.5104.58113.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.82%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 105 (41.41% from 255) = 26.52%
R=31.82%
G=41.67%
B=26.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261651050.2400.360.35992552.94
Hex7EA5691802423631935
Octal17624515130044431433165
Binary1111110101001011101001110000100100100011110001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,165,105); }

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

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

 a { background-color: rgb(126,165,105); }

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

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

 span { border-color: rgb(126,165,105); }

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