#7DA577

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

Shades of Amulet #7DA577

Tints of Amulet #7DA577

Color information

#7DA577 (or 0x7DA577) is unknown color: approx Amulet. HEX triplet: 7D, A5 and 77. RGB value is (125,165,119). Sum of RGB (Red+Green+Blue) = 125+165+119=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA577 is #825A88. Grayscale: #939393. Windows color (decimal): -8542857 or 7841149. OLE color: 7841149.

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

Color convert

RGB125165119-
CMYK0.2400.280.35
HSL112.17º20.35%55.69%-
HSV(B)112.17º27.88%64.71%-
XYZ25.2432.622.42-
YUV147.8111.75111.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 165 (64.84% from 255) = 40.34%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=30.56%
G=40.34%
B=29.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251651190.2400.280.35112.1720.3555.69
Hex7DA5771801C23701438
Octal17524516730034431602470
Binary111110110100101111011111000011100100011111000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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