#7DA676

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

Shades of Amulet #7DA676

Tints of Amulet #7DA676

Color information

#7DA676 (or 0x7DA676) is unknown color: approx Amulet. HEX triplet: 7D, A6 and 76. RGB value is (125,166,118). Sum of RGB (Red+Green+Blue) = 125+166+118=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA676 is #825989. Grayscale: #949494. Windows color (decimal): -8542602 or 7775869. OLE color: 7775869.

HSL color Cylindrical-coordinate representation of color #7DA676: hue angle of 111.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DA676 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB125166118-
CMYK0.2500.290.35
HSL111.25º21.24%55.69%-
HSV(B)111.25º28.92%65.1%-
XYZ25.3632.9422.16-
YUV148.27110.92111.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=30.56%
G=40.59%
B=28.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251661180.2500.290.35111.2521.2455.69
Hex7DA6761901D236f1538
Octal17524616631035431572570
Binary111110110100110111011011001011101100011110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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