#7AA478

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

Shades of Amulet #7AA478

Tints of Amulet #7AA478

Color information

#7AA478 (or 0x7AA478) is unknown color: approx Amulet. HEX triplet: 7A, A4 and 78. RGB value is (122,164,120). Sum of RGB (Red+Green+Blue) = 122+164+120=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA478 is #855B87. Grayscale: #929292. Windows color (decimal): -8739720 or 7906426. OLE color: 7906426.

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

Color convert

RGB122164120-
CMYK0.2600.270.36
HSL117.27º19.47%55.69%-
HSV(B)117.27º26.83%64.31%-
XYZ24.6932.0422.65-
YUV146.43113.09110.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=30.05%
G=40.39%
B=29.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221641200.2600.270.36117.2719.4755.69
Hex7AA4781A01B24751338
Octal17224417032033441652370
Binary111101010100100111100011010011011100100111010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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