#7AA979

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

Shades of Amulet #7AA979

Tints of Amulet #7AA979

Color information

#7AA979 (or 0x7AA979) is unknown color: approx Amulet. HEX triplet: 7A, A9 and 79. RGB value is (122,169,121). Sum of RGB (Red+Green+Blue) = 122+169+121=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA979 is #855686. Grayscale: #959595. Windows color (decimal): -8738439 or 7973242. OLE color: 7973242.

HSL color Cylindrical-coordinate representation of color #7AA979: hue angle of 118.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA979 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB122169121-
CMYK0.2800.280.34
HSL118.75º21.82%56.86%-
HSV(B)118.75º28.4%66.27%-
XYZ25.6733.8923.28-
YUV149.48111.93108.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=29.61%
G=41.02%
B=29.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221691210.2800.280.34118.7521.8256.86
Hex7AA9791C01C22771639
Octal17225117134034421672671
Binary111101010101001111100111100011100100010111011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,169,121); }

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

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

 a { background-color: rgb(122,169,121); }

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

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

 span { border-color: rgb(122,169,121); }

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