#7DAC72

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

Shades of Amulet #7DAC72

Tints of Amulet #7DAC72

Color information

#7DAC72 (or 0x7DAC72) is unknown color: approx Amulet. HEX triplet: 7D, AC and 72. RGB value is (125,172,114). Sum of RGB (Red+Green+Blue) = 125+172+114=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC72 is #82538D. Grayscale: #979797. Windows color (decimal): -8541070 or 7515261. OLE color: 7515261.

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

Color convert

RGB125172114-
CMYK0.2700.340.33
HSL108.62º25.89%56.08%-
HSV(B)108.62º33.72%67.45%-
XYZ26.2535.0821.31-
YUV151.34106.93109.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.41%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=30.41%
G=41.85%
B=27.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251721140.2700.340.33108.6225.8956.08
Hex7DAC721B022216d1a38
Octal17525416233042411553270
Binary1111101101011001110010110110100010100001110110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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