#7AAA79

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

Shades of Amulet #7AAA79

Tints of Amulet #7AAA79

Color information

#7AAA79 (or 0x7AAA79) is unknown color: approx Amulet. HEX triplet: 7A, AA and 79. RGB value is (122,170,121). Sum of RGB (Red+Green+Blue) = 122+170+121=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA79 is #855586. Grayscale: #969696. Windows color (decimal): -8738183 or 7973498. OLE color: 7973498.

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

Color convert

RGB122170121-
CMYK0.2800.290.33
HSL118.78º22.37%57.06%-
HSV(B)118.78º28.82%66.67%-
XYZ25.8534.2723.34-
YUV150.06111.6107.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 121 (47.66% from 255) = 29.30%
R=29.54%
G=41.16%
B=29.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221701210.2800.290.33118.7822.3757.06
Hex7AAA791C01D21771639
Octal17225217134035411672671
Binary111101010101010111100111100011101100001111011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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