#7AAB79

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

Shades of Amulet #7AAB79

Tints of Amulet #7AAB79

Color information

#7AAB79 (or 0x7AAB79) is unknown color: approx Amulet. HEX triplet: 7A, AB and 79. RGB value is (122,171,121). Sum of RGB (Red+Green+Blue) = 122+171+121=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB79 is #855486. Grayscale: #969696. Windows color (decimal): -8737927 or 7973754. OLE color: 7973754.

HSL color Cylindrical-coordinate representation of color #7AAB79: hue angle of 118.8º degrees, saturation: 0.23, 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 #7AAB79 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB122171121-
CMYK0.2900.290.33
HSL118.8º22.94%57.25%-
HSV(B)118.8º29.24%67.06%-
XYZ26.0434.6423.4-
YUV150.65111.27107.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.47%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=29.47%
G=41.30%
B=29.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221711210.2900.290.33118.822.9457.25
Hex7AAB791D01D21771739
Octal17225317135035411672771
Binary111101010101011111100111101011101100001111011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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