#7DAA6D

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

Shades of Amulet #7DAA6D

Tints of Amulet #7DAA6D

Color information

#7DAA6D (or 0x7DAA6D) is unknown color: approx Amulet. HEX triplet: 7D, AA and 6D. RGB value is (125,170,109). Sum of RGB (Red+Green+Blue) = 125+170+109=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA6D is #825592. Grayscale: #959595. Windows color (decimal): -8541587 or 7187069. OLE color: 7187069.

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

Color convert

RGB125170109-
CMYK0.2600.360.33
HSL104.26º26.41%54.71%-
HSV(B)104.26º35.88%66.67%-
XYZ25.5934.2119.72-
YUV149.59105.09110.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=30.94%
G=42.08%
B=26.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251701090.2600.360.33104.2626.4154.71
Hex7DAA6D1A02421681a37
Octal17525215532044411503267
Binary1111101101010101101101110100100100100001110100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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