#7DAA6C

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

Shades of Amulet #7DAA6C

Tints of Amulet #7DAA6C

Color information

#7DAA6C (or 0x7DAA6C) is unknown color: approx Amulet. HEX triplet: 7D, AA and 6C. RGB value is (125,170,108). Sum of RGB (Red+Green+Blue) = 125+170+108=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA6C is #825593. Grayscale: #959595. Windows color (decimal): -8541588 or 7121533. OLE color: 7121533.

HSL color Cylindrical-coordinate representation of color #7DAA6C: hue angle of 103.55º degrees, saturation: 0.27, 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 #7DAA6C is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB125170108-
CMYK0.2600.360.33
HSL103.55º26.72%54.51%-
HSV(B)103.55º36.47%66.67%-
XYZ25.5434.1919.44-
YUV149.48104.59110.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.02%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=31.02%
G=42.18%
B=26.80%

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
Decimal1251701080.2600.360.33103.5526.7254.51
Hex7DAA6C1A02421681b37
Octal17525215432044411503367
Binary1111101101010101101100110100100100100001110100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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