#7DAC73

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

Shades of Amulet #7DAC73

Tints of Amulet #7DAC73

Color information

#7DAC73 (or 0x7DAC73) is unknown color: approx Amulet. HEX triplet: 7D, AC and 73. RGB value is (125,172,115). Sum of RGB (Red+Green+Blue) = 125+172+115=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC73 is #82538C. Grayscale: #979797. Windows color (decimal): -8541069 or 7580797. OLE color: 7580797.

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

Color convert

RGB125172115-
CMYK0.2700.330.33
HSL109.47º25.56%56.27%-
HSV(B)109.47º33.14%67.45%-
XYZ26.335.121.61-
YUV151.45107.43109.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.34%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=30.34%
G=41.75%
B=27.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251721150.2700.330.33109.4725.5656.27
Hex7DAC731B021216d1a38
Octal17525416333041411553270
Binary1111101101011001110011110110100001100001110110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,172,115); }

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

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

 a { background-color: rgb(125,172,115); }

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

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

 span { border-color: rgb(125,172,115); }

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