#7A946E

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

Shades of Amulet #7A946E

Tints of Amulet #7A946E

Color information

#7A946E (or 0x7A946E) is unknown color: approx Amulet. HEX triplet: 7A, 94 and 6E. RGB value is (122,148,110). Sum of RGB (Red+Green+Blue) = 122+148+110=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #7A946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A946E is #856B91. Grayscale: #888888. Windows color (decimal): -8743826 or 7246970. OLE color: 7246970.

HSL color Cylindrical-coordinate representation of color #7A946E: hue angle of 101.05º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A946E is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB122148110-
CMYK0.1800.260.42
HSL101.05º15.08%50.59%-
HSV(B)101.05º25.68%58.04%-
XYZ21.4326.4418.73-
YUV135.89113.39118.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.11%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=32.11%
G=38.95%
B=28.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221481100.1800.260.42101.0515.0850.59
Hex7A946E1201A2A65f33
Octal17222415622032521451763
Binary11110101001010011011101001001101010101011001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,148,110); }

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

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

 a { background-color: rgb(122,148,110); }

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

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

 span { border-color: rgb(122,148,110); }

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