#7DA571

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

Shades of Amulet #7DA571

Tints of Amulet #7DA571

Color information

#7DA571 (or 0x7DA571) is unknown color: approx Amulet. HEX triplet: 7D, A5 and 71. RGB value is (125,165,113). Sum of RGB (Red+Green+Blue) = 125+165+113=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA571 is #825A8E. Grayscale: #939393. Windows color (decimal): -8542863 or 7447933. OLE color: 7447933.

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

Color convert

RGB125165113-
CMYK0.2400.320.35
HSL106.15º22.41%54.51%-
HSV(B)106.15º31.52%64.71%-
XYZ24.8932.4620.58-
YUV147.11108.75112.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.02%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=31.02%
G=40.94%
B=28.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251651130.2400.320.35106.1522.4154.51
Hex7DA57118020236a1637
Octal17524516130040431522667
Binary1111101101001011110001110000100000100011110101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,165,113); }

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

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

 a { background-color: rgb(125,165,113); }

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

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

 span { border-color: rgb(125,165,113); }

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