#7AA676

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

Shades of Amulet #7AA676

Tints of Amulet #7AA676

Color information

#7AA676 (or 0x7AA676) is unknown color: approx Amulet. HEX triplet: 7A, A6 and 76. RGB value is (122,166,118). Sum of RGB (Red+Green+Blue) = 122+166+118=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA676 is #855989. Grayscale: #939393. Windows color (decimal): -8739210 or 7775866. OLE color: 7775866.

HSL color Cylindrical-coordinate representation of color #7AA676: hue angle of 115º 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 #7AA676 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB122166118-
CMYK0.2700.290.35
HSL115º21.24%55.69%-
HSV(B)115º28.92%65.1%-
XYZ24.9332.7222.14-
YUV147.37111.42109.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=30.05%
G=40.89%
B=29.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221661180.2700.290.3511521.2455.69
Hex7AA6761B01D23731538
Octal17224616633035431632570
Binary111101010100110111011011011011101100011111001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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