#7DAA7C

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

Shades of Amulet #7DAA7C

Tints of Amulet #7DAA7C

Color information

#7DAA7C (or 0x7DAA7C) is unknown color: approx Amulet. HEX triplet: 7D, AA and 7C. RGB value is (125,170,124). Sum of RGB (Red+Green+Blue) = 125+170+124=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA7C is #825583. Grayscale: #979797. Windows color (decimal): -8541572 or 8170109. OLE color: 8170109.

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

Color convert

RGB125170124-
CMYK0.2600.270.33
HSL118.7º21.3%57.65%-
HSV(B)118.7º27.06%66.67%-
XYZ26.4734.5624.35-
YUV151.3112.59109.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=29.83%
G=40.57%
B=29.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251701240.2600.270.33118.721.357.65
Hex7DAA7C1A01B2177153a
Octal17525217432033411672572
Binary111110110101010111110011010011011100001111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,124); }

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

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

 a { background-color: rgb(125,170,124); }

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

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

 span { border-color: rgb(125,170,124); }

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