#7AA472

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

Shades of Amulet #7AA472

Tints of Amulet #7AA472

Color information

#7AA472 (or 0x7AA472) is unknown color: approx Amulet. HEX triplet: 7A, A4 and 72. RGB value is (122,164,114). Sum of RGB (Red+Green+Blue) = 122+164+114=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA472 is #855B8D. Grayscale: #919191. Windows color (decimal): -8739726 or 7513210. OLE color: 7513210.

HSL color Cylindrical-coordinate representation of color #7AA472: hue angle of 110.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AA472 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB122164114-
CMYK0.2600.300.36
HSL110.4º21.55%54.51%-
HSV(B)110.4º30.49%64.31%-
XYZ24.3431.920.79-
YUV145.74110.09111.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.5%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=30.5%
G=41%
B=28.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221641140.2600.300.36110.421.5554.51
Hex7AA4721A01E246e1637
Octal17224416232036441562667
Binary111101010100100111001011010011110100100110111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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