#7AA379

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

Shades of Amulet #7AA379

Tints of Amulet #7AA379

Color information

#7AA379 (or 0x7AA379) is unknown color: approx Amulet. HEX triplet: 7A, A3 and 79. RGB value is (122,163,121). Sum of RGB (Red+Green+Blue) = 122+163+121=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA379 is #855C86. Grayscale: #929292. Windows color (decimal): -8739975 or 7971706. OLE color: 7971706.

HSL color Cylindrical-coordinate representation of color #7AA379: hue angle of 118.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA379 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB122163121-
CMYK0.2500.260.36
HSL118.57º18.58%55.69%-
HSV(B)118.57º25.77%63.92%-
XYZ24.5731.7122.92-
YUV145.95113.92110.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 163 (64.06% from 255) = 40.15%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=30.05%
G=40.15%
B=29.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221631210.2500.260.36118.5718.5855.69
Hex7AA3791901A24771338
Octal17224317131032441672370
Binary111101010100011111100111001011010100100111011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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