#7DA47C

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

Shades of Amulet #7DA47C

Tints of Amulet #7DA47C

Color information

#7DA47C (or 0x7DA47C) is unknown color: approx Amulet. HEX triplet: 7D, A4 and 7C. RGB value is (125,164,124). Sum of RGB (Red+Green+Blue) = 125+164+124=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA47C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA47C is #825B83. Grayscale: #939393. Windows color (decimal): -8543108 or 8168573. OLE color: 8168573.

HSL color Cylindrical-coordinate representation of color #7DA47C: hue angle of 118.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA47C is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB125164124-
CMYK0.2400.240.36
HSL118.5º18.02%56.47%-
HSV(B)118.5º24.39%64.31%-
XYZ25.3732.3723.98-
YUV147.78114.58111.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.27%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=30.27%
G=39.71%
B=30.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251641240.2400.240.36118.518.0256.47
Hex7DA47C1801824761238
Octal17524417430030441662270
Binary111110110100100111110011000011000100100111011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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