#7AA978

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

Shades of Amulet #7AA978

Tints of Amulet #7AA978

Color information

#7AA978 (or 0x7AA978) is unknown color: approx Amulet. HEX triplet: 7A, A9 and 78. RGB value is (122,169,120). Sum of RGB (Red+Green+Blue) = 122+169+120=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA978 is #855687. Grayscale: #959595. Windows color (decimal): -8738440 or 7907706. OLE color: 7907706.

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

Color convert

RGB122169120-
CMYK0.2800.290.34
HSL117.55º22.17%56.67%-
HSV(B)117.55º28.99%66.27%-
XYZ25.633.8722.96-
YUV149.36111.43108.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 169 (66.41% from 255) = 41.12%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=29.68%
G=41.12%
B=29.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221691200.2800.290.34117.5522.1756.67
Hex7AA9781C01D22761639
Octal17225117034035421662671
Binary111101010101001111100011100011101100010111011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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