#7A946F

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

Shades of Amulet #7A946F

Tints of Amulet #7A946F

Color information

#7A946F (or 0x7A946F) is unknown color: approx Amulet. HEX triplet: 7A, 94 and 6F. RGB value is (122,148,111). Sum of RGB (Red+Green+Blue) = 122+148+111=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #7A946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A946F is #856B90. Grayscale: #888888. Windows color (decimal): -8743825 or 7312506. OLE color: 7312506.

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

Color convert

RGB122148111-
CMYK0.1800.250.42
HSL102.16º14.74%50.78%-
HSV(B)102.16º25%58.04%-
XYZ21.4926.4719.01-
YUV136.01113.89118.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=32.02%
G=38.85%
B=29.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221481110.1800.250.42102.1614.7450.78
Hex7A946F120192A66f33
Octal17222415722031521461763
Binary11110101001010011011111001001100110101011001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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