#7DA674

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

Shades of Amulet #7DA674

Tints of Amulet #7DA674

Color information

#7DA674 (or 0x7DA674) is unknown color: approx Amulet. HEX triplet: 7D, A6 and 74. RGB value is (125,166,116). Sum of RGB (Red+Green+Blue) = 125+166+116=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA674 is #82598B. Grayscale: #949494. Windows color (decimal): -8542604 or 7644797. OLE color: 7644797.

HSL color Cylindrical-coordinate representation of color #7DA674: hue angle of 109.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DA674 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB125166116-
CMYK0.2500.300.35
HSL109.2º21.93%55.29%-
HSV(B)109.2º30.12%65.1%-
XYZ25.2532.8921.54-
YUV148.04109.92111.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.71%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=30.71%
G=40.79%
B=28.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251661160.2500.300.35109.221.9355.29
Hex7DA6741901E236d1637
Octal17524616431036431552667
Binary111110110100110111010011001011110100011110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,166,116); }

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

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

 a { background-color: rgb(125,166,116); }

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

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

 span { border-color: rgb(125,166,116); }

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